r434 - in trunk: . faxtomail-persistence/src/main/java/com/franciaflex/faxtomail/persistence/entities faxtomail-ui-web/src/main/resources
Author: echatellier Date: 2014-07-24 11:37:38 +0200 (Thu, 24 Jul 2014) New Revision: 434 Url: http://forge.codelutin.com/projects/faxtomail/repository/revisions/434 Log: Update topia, eugene, wro Modified: trunk/faxtomail-persistence/src/main/java/com/franciaflex/faxtomail/persistence/entities/EtatAttenteTopiaDao.java trunk/faxtomail-persistence/src/main/java/com/franciaflex/faxtomail/persistence/entities/MailFilterTopiaDao.java trunk/faxtomail-persistence/src/main/java/com/franciaflex/faxtomail/persistence/entities/MailFolderTopiaDao.java trunk/faxtomail-ui-web/src/main/resources/nuiton-js.properties trunk/pom.xml Modified: trunk/faxtomail-persistence/src/main/java/com/franciaflex/faxtomail/persistence/entities/EtatAttenteTopiaDao.java =================================================================== --- trunk/faxtomail-persistence/src/main/java/com/franciaflex/faxtomail/persistence/entities/EtatAttenteTopiaDao.java 2014-07-22 14:52:29 UTC (rev 433) +++ trunk/faxtomail-persistence/src/main/java/com/franciaflex/faxtomail/persistence/entities/EtatAttenteTopiaDao.java 2014-07-24 09:37:38 UTC (rev 434) @@ -37,7 +37,7 @@ // code from AbstractTopiaDao topiaJpaSupport.delete(entity); entity.notifyDeleted(); - topiaFiresSupport.warnOnDeleteEntity(entity); + topiaFiresSupport.notifyEntityDeleted(entity); // do nothing just to disable strange topia code // org.postgresql.util.PSQLException: Le nom de colonne topiaVersion n'a pas été trouvé dans ce ResultSet. Modified: trunk/faxtomail-persistence/src/main/java/com/franciaflex/faxtomail/persistence/entities/MailFilterTopiaDao.java =================================================================== --- trunk/faxtomail-persistence/src/main/java/com/franciaflex/faxtomail/persistence/entities/MailFilterTopiaDao.java 2014-07-22 14:52:29 UTC (rev 433) +++ trunk/faxtomail-persistence/src/main/java/com/franciaflex/faxtomail/persistence/entities/MailFilterTopiaDao.java 2014-07-24 09:37:38 UTC (rev 434) @@ -32,7 +32,7 @@ // code from AbstractTopiaDao topiaJpaSupport.delete(entity); entity.notifyDeleted(); - topiaFiresSupport.warnOnDeleteEntity(entity); + topiaFiresSupport.notifyEntityDeleted(entity); // do nothing just to disable strange topia code // org.hibernate.PropertyValueException: not-null property references a null or transient value : com.franciaflex.faxtomail.persistence.entities.MailFilterImpl.mailFolder Modified: trunk/faxtomail-persistence/src/main/java/com/franciaflex/faxtomail/persistence/entities/MailFolderTopiaDao.java =================================================================== --- trunk/faxtomail-persistence/src/main/java/com/franciaflex/faxtomail/persistence/entities/MailFolderTopiaDao.java 2014-07-22 14:52:29 UTC (rev 433) +++ trunk/faxtomail-persistence/src/main/java/com/franciaflex/faxtomail/persistence/entities/MailFolderTopiaDao.java 2014-07-24 09:37:38 UTC (rev 434) @@ -32,7 +32,7 @@ // code from AbstractTopiaDao topiaJpaSupport.delete(entity); entity.notifyDeleted(); - topiaFiresSupport.warnOnDeleteEntity(entity); + topiaFiresSupport.notifyEntityDeleted(entity); // do nothing just to disable strange topia code // org.nuiton.topia.persistence.TopiaException: An error occurs during query operation: from com.franciaflex.faxtomail.persistence.entities.Email topiaEntity_ where topiaEntity_.mailFolder = :mailFolder0 : not-null property references a null or transient value : com.franciaflex.faxtomail.persistence.entities.MailFilterImpl.mailFolder Modified: trunk/faxtomail-ui-web/src/main/resources/nuiton-js.properties =================================================================== --- trunk/faxtomail-ui-web/src/main/resources/nuiton-js.properties 2014-07-22 14:52:29 UTC (rev 433) +++ trunk/faxtomail-ui-web/src/main/resources/nuiton-js.properties 2014-07-24 09:37:38 UTC (rev 434) @@ -23,7 +23,7 @@ ### # dev -disableCache=true +cacheUpdatePeriod=0 minimize=false preProcessors=forceCssDataUri,cssUrlRewriting,cssImport,semicolonAppender postProcessors=cssVariables Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2014-07-22 14:52:29 UTC (rev 433) +++ trunk/pom.xml 2014-07-24 09:37:38 UTC (rev 434) @@ -104,8 +104,8 @@ <nuitonValidatorVersion>3.0-rc-1</nuitonValidatorVersion> <nuitonWebVersion>1.16</nuitonWebVersion> - <eugeneVersion>2.11</eugeneVersion> - <topiaVersion>3.0-beta-7</topiaVersion> + <eugeneVersion>2.12</eugeneVersion> + <topiaVersion>3.0-beta-8</topiaVersion> <hibernateVersion>4.3.6.Final</hibernateVersion> <h2Version>1.3.176</h2Version> @@ -468,7 +468,7 @@ <dependency> <groupId>ro.isdc.wro4j</groupId> <artifactId>wro4j-core</artifactId> - <version>1.7.5</version> <!-- pb de cache dans la v 1.7.6 --> + <version>1.7.6</version> <scope>runtime</scope> </dependency>
participants (1)
-
echatellier@users.forge.codelutin.com