Build failed in Jenkins: lima-nightly » Lima :: business #71
See <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/71/changes> Changes: [dcosse] fixes #1162: order fiscal periods by date on export to allow correct imports [dcosse] refs #1162: Add all import results if there are no error ------------------------------------------ [...truncated 1523 lines...] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192) at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173) at org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:85) at org.apache.openejb.core.stateless.StatelessContainer._invoke(StatelessContainer.java:227) at org.apache.openejb.core.stateless.StatelessContainer.invoke(StatelessContainer.java:194) at org.apache.openejb.core.ivm.EjbObjectProxyHandler.synchronizedBusinessMethod(EjbObjectProxyHandler.java:308) at org.apache.openejb.core.ivm.EjbObjectProxyHandler.businessMethod(EjbObjectProxyHandler.java:303) at org.apache.openejb.core.ivm.EjbObjectProxyHandler._invoke(EjbObjectProxyHandler.java:92) at org.apache.openejb.core.ivm.BaseEjbProxyHandler.invoke(BaseEjbProxyHandler.java:308) at com.sun.proxy.$Proxy41.removeAccount(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.chorem.lima.service.ServiceMonitorableHandler.invoke(ServiceMonitorableHandler.java:73) at com.sun.proxy.$Proxy42.removeAccount(Unknown Source) at org.chorem.lima.business.AccountServiceImplTest.removeUnexistedAccountTest(AccountServiceImplTest.java:220) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: org.hibernate.TransientObjectException: object references an unsaved transient instance - save the transient instance before flushing: org.chorem.lima.entity.AccountImpl at org.hibernate.engine.internal.ForeignKeys.getEntityIdentifierIfNotUnsaved(ForeignKeys.java:294) at org.hibernate.type.EntityType.getIdentifier(EntityType.java:537) at org.hibernate.type.ManyToOneType.nullSafeSet(ManyToOneType.java:174) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:613) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1900) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1861) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1838) at org.hibernate.loader.Loader.doQuery(Loader.java:909) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:354) at org.hibernate.loader.Loader.doList(Loader.java:2553) at org.hibernate.loader.Loader.doList(Loader.java:2539) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2369) at org.hibernate.loader.Loader.list(Loader.java:2364) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:496) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:231) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at org.nuiton.topia.persistence.internal.support.HibernateTopiaJpaSupport.find0(HibernateTopiaJpaSupport.java:207) ... 66 more INFO [main] (Log4jLogStream.java:71) info - EJBContainer already initialized. Call ejbContainer.close() to allow reinitialization INFO [main] (AbstractLimaTest.java:181) getTestApplicationContext - Opening context to database : jdbc:h2:<http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/surefire-workdir/lima-business-8bdf1c06-ed8d-40a4-85b7-54333d00bd0c/data> WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] WARN [main] (DriverManagerConnectionProviderImpl.java:93) configure - HHH000402: Using Hibernate built-in connection pool (not for production use!) DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount INFO [main] (Log4jLogStream.java:71) info - EJBContainer already initialized. Call ejbContainer.close() to allow reinitialization INFO [main] (AbstractLimaTest.java:181) getTestApplicationContext - Opening context to database : jdbc:h2:<http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/surefire-workdir/lima-business-15ab40bd-8dbc-4123-8b79-cc376afe3ebf/data> WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] WARN [main] (DriverManagerConnectionProviderImpl.java:93) configure - HHH000402: Using Hibernate built-in connection pool (not for production use!) DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount INFO [main] (Log4jLogStream.java:71) info - EJBContainer already initialized. Call ejbContainer.close() to allow reinitialization INFO [main] (AbstractLimaTest.java:181) getTestApplicationContext - Opening context to database : jdbc:h2:<http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/surefire-workdir/lima-business-fe27a04e-12f8-4c6a-bb51-1a3d02dc353f/data> WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] WARN [main] (DriverManagerConnectionProviderImpl.java:93) configure - HHH000402: Using Hibernate built-in connection pool (not for production use!) DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount INFO [main] (Log4jLogStream.java:71) info - EJBContainer already initialized. Call ejbContainer.close() to allow reinitialization INFO [main] (AbstractLimaTest.java:181) getTestApplicationContext - Opening context to database : jdbc:h2:<http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/surefire-workdir/lima-business-ddca84ea-35a6-4d9a-bab9-1665df736126/data> WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] WARN [main] (DriverManagerConnectionProviderImpl.java:93) configure - HHH000402: Using Hibernate built-in connection pool (not for production use!) DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.839 sec - in org.chorem.lima.business.AccountServiceImplTest Running org.chorem.lima.entity.FinancialTransactionDAOTest INFO [main] (Log4jLogStream.java:71) info - EJBContainer already initialized. Call ejbContainer.close() to allow reinitialization INFO [main] (AbstractLimaTest.java:181) getTestApplicationContext - Opening context to database : jdbc:h2:<http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/surefire-workdir/lima-business-d3bba27e-7be2-43ee-8a4d-1d1cb89d8521/data> WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] WARN [main] (DriverManagerConnectionProviderImpl.java:93) configure - HHH000402: Using Hibernate built-in connection pool (not for production use!) DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] WARN [main] (DriverManagerConnectionProviderImpl.java:93) configure - HHH000402: Using Hibernate built-in connection pool (not for production use!) DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.EntryBookServiceImpl#createEntryBook DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.FiscalPeriodServiceImpl#createFiscalPeriod DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#getAccountByNumber DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.EntryBookServiceImpl#getEntryBookByCode DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.FinancialTransactionServiceImpl#createFinancialTransaction DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.FinancialTransactionServiceImpl#createEntry DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.FinancialTransactionServiceImpl#createEntry DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.FinancialTransactionServiceImpl#updateFinancialTransaction DEBUG [main] (DefaultAccountingRules.java:326) updateFinancialTransactionDateRules - Date de transaction modifiée sur l'ui Wed Apr 04 00:00:00 CEST 2012 DEBUG [main] (DefaultAccountingRules.java:327) updateFinancialTransactionDateRules - Date de début du premier exercice : 2012-01-01 00:00:00.0 DEBUG [main] (DefaultAccountingRules.java:328) updateFinancialTransactionDateRules - Date de fin du dernier exercice : 2012-12-31 23:59:59.999 DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.FinancialPeriodServiceImpl#getAllFinancialPeriods DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.EntryBookServiceImpl#getEntryBookByCode WARN [main] (DriverManagerConnectionProviderImpl.java:93) configure - HHH000402: Using Hibernate built-in connection pool (not for production use!) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.799 sec - in org.chorem.lima.entity.FinancialTransactionDAOTest Results : Tests run: 83, Failures: 0, Errors: 0, Skipped: 2 [JENKINS] Recording test results log4j:WARN No appenders could be found for logger (org.apache.commons.beanutils.converters.BooleanConverter). log4j:WARN Please initialize the log4j system properly. [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ lima-business --- [INFO] Building jar: <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/lima-business-0.8-SNAPSHOT.jar> [INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) > generate-sources @ lima-business >>> [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java-versions) @ lima-business --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (ensure-no-container-api) @ lima-business --- [INFO] [INFO] --- helper-maven-plugin:2.1:check-auto-container (check-central-safe) @ lima-business --- [INFO] Will use repository http://repo1.maven.org/maven2/ [INFO] Will use repository http://maven.nuiton.org/central-releases [WARNING] Skip SNAPSHOT dependency : org.nuiton:nuiton-utils:3.0-20141026.094947-74 [WARNING] Skip SNAPSHOT dependency : org.nuiton.topia:topia-persistence:3.0-20150123.160548-258 [WARNING] Skip SNAPSHOT dependency : org.nuiton.topia:topia-service-flyway:3.0-20150123.160748-184 [INFO] Skipping goal (runOnce flag is on and goal was already executed). [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-project-files) @ lima-business --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-site-deploy-classifier) @ lima-business --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-platform) @ lima-business --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-projectId) @ lima-business --- [INFO] [INFO] --- helper-maven-plugin:2.1:share-server-secret (get-redmine-login) @ lima-business --- [INFO] Skipping goal (runOnce flag is on and goal was already executed). [WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) < generate-sources @ lima-business <<< [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ lima-business --- [INFO] Building jar: <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/lima-business-0.8-SNAPSHOT-sources.jar> [INFO] [INFO] --- maven-javadoc-plugin:2.10.1:jar (attach-javadocs) @ lima-business --- [INFO] 3 warnings [WARNING] Javadoc Warnings [WARNING] <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/src/main/java/org/chorem/lima/business/ejb/FinancialStatementServiceImpl.java>:228: warning - @return tag has no arguments. [WARNING] <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/src/main/java/org/chorem/lima/business/ejb/FinancialStatementServiceImpl.java>:338: warning - @return tag has no arguments. [WARNING] <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/src/main/java/org/chorem/lima/business/ejb/ReportServiceImpl.java>:130: warning - @return tag has no arguments. [INFO] Building jar: <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/lima-business-0.8-SNAPSHOT-javadoc.jar> [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ lima-business --- [INFO] [INFO] --- maven-assembly-plugin:2.4.1:single (default) @ lima-business --- [INFO] Reading assembly descriptor: src/main/assembly/bin.xml [INFO] Building zip: <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/lima-server-0.8-SNAPSHOT-bin.zip> [INFO] [INFO] --- helper-maven-plugin:2.1:share-server-secret (get-pgp-passphrase) @ lima-business --- [INFO] Exporting server [gpg-signer] username in ${gpg.keyname} [INFO] Exporting server [gpg-signer] password in ${gpg.passphrase} [INFO] [INFO] --- helper-maven-plugin:2.1:collect-files (collect-build-artifacts) @ lima-business --- [INFO] Loaded /var/local/forge/data/chorem.org/jenkins/workspace/lima-nightly/target/collect-artifacts.txt [INFO] Copying lima-business-0.8-SNAPSHOT.jar to /var/local/forge/data/chorem.org/jenkins/workspace/lima-nightly/target/collect/org.chorem.lima--lima-business/lima-business-0.8-SNAPSHOT.jar [INFO] Copying THIRD-PARTY.properties to /var/local/forge/data/chorem.org/jenkins/workspace/lima-nightly/target/collect/org.chorem.lima--lima-business/THIRD-PARTY.properties [INFO] Copying lima-business-0.8-SNAPSHOT-sources.jar to /var/local/forge/data/chorem.org/jenkins/workspace/lima-nightly/target/collect/org.chorem.lima--lima-business/lima-business-0.8-SNAPSHOT-sources.jar [INFO] Copying lima-business-0.8-SNAPSHOT-javadoc.jar to /var/local/forge/data/chorem.org/jenkins/workspace/lima-nightly/target/collect/org.chorem.lima--lima-business/lima-business-0.8-SNAPSHOT-javadoc.jar [INFO] [INFO] --- helper-maven-plugin:2.1:collect-files (collect-build-attachements) @ lima-business --- [INFO] Copying lima-server-0.8-SNAPSHOT-bin.zip to /var/local/forge/data/chorem.org/jenkins/workspace/lima-nightly/target/collect/org.chorem.lima--lima-business/lima-server-0.8-SNAPSHOT-bin.zip [INFO] [INFO] --- maven-gpg-plugin:1.5:sign (sign-artifacts) @ lima-business --- [INFO] [INFO] --- maven-dependency-plugin:2.9:analyze-only (analyze) @ lima-business --- [INFO] Used declared dependencies found: [INFO] org.chorem.lima:lima-callao:jar:0.8-SNAPSHOT:compile [INFO] org.chorem.lima:lima-business-api:jar:0.8-SNAPSHOT:compile [INFO] org.apache.pdfbox:pdfbox:jar:1.8.6:compile [INFO] org.apache.pdfbox:pdfbox-examples:jar:1.8.6:compile [INFO] junit:junit:jar:4.11:test [INFO] org.nuiton:nuiton-utils:jar:3.0-SNAPSHOT:compile [INFO] org.nuiton.i18n:nuiton-i18n:jar:3.3:compile [INFO] org.nuiton.topia:topia-persistence:jar:3.0-SNAPSHOT:compile [INFO] org.nuiton.topia:topia-service-flyway:jar:3.0-SNAPSHOT:compile [INFO] org.nuiton:nuiton-config:jar:3.0-rc-1:compile [INFO] org.nuiton:nuiton-csv:jar:3.0-rc-4:compile [INFO] org.hibernate:hibernate-core:jar:4.3.6.Final:compile [INFO] org.apache.commons:commons-lang3:jar:3.3.2:compile [INFO] commons-logging:commons-logging:jar:1.2:compile [INFO] commons-lang:commons-lang:jar:2.6:compile [INFO] commons-io:commons-io:jar:2.4:compile [INFO] org.apache.openejb:javaee-api:jar:6.0-6:provided [INFO] org.apache.openejb:openejb-core:jar:4.7.0:compile [INFO] com.google.guava:guava:jar:17.0:compile [INFO] org.eclipse.jetty:jetty-servlet:jar:9.2.2.v20140723:compile [INFO] org.eclipse.jetty:jetty-server:jar:9.2.2.v20140723:compile [WARNING] Unused declared dependencies found: [WARNING] commons-codec:commons-codec:jar:1.9:compile [JENKINS] Archiving disabled
See <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/72/changes> Changes: [dcosse] refs #769 merge de mes modification en cours [dcosse] refs #769 création d'un nouveau module pour la partie web de lima et création du rapport balance avec jasper report [dcosse] refs #769 mise à jour des dépendances et des pom [dcosse] refs #769 nettoyage suite à la création du module web [dcosse] refs #769 Ajout génération rappor Journal Général Provisoire [dcosse] refs #769 génération des rapports pour journaux [dcosse] refs #769 correction sur rapports pour journaux [dcosse] refs #769 ajout saut de page entre les différents journaux [dcosse] refs #769 path for generating report can be set through config file, it allows user to set it's own report builder file [dcosse] refs #769 String -> Bigdecimal when there are numeric account values [dcosse] refs #769 set BigDecimal format for general entry book report [dcosse] refs #769 fix Balance report fill-up [dcosse] refs #769 Mise à jour des rapports [dcosse] refs #769 services for Leger report [dcosse] refs #769 Leger report generation [dcosse] refs #769 amélioration sur la récupération et la mise à jour des paramètres [dcosse] refs #769 fix in case of no identity is provided [dcosse] refs #1162 fix fiscal transaction an enries import ------------------------------------------ [...truncated 1561 lines...] at sun.reflect.GeneratedMethodAccessor17.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192) at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173) at org.apache.openejb.monitoring.StatsInterceptor.record(StatsInterceptor.java:181) at org.apache.openejb.monitoring.StatsInterceptor.invoke(StatsInterceptor.java:100) at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192) at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173) at org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:85) at org.apache.openejb.core.stateless.StatelessContainer._invoke(StatelessContainer.java:227) at org.apache.openejb.core.stateless.StatelessContainer.invoke(StatelessContainer.java:194) at org.apache.openejb.core.ivm.EjbObjectProxyHandler.synchronizedBusinessMethod(EjbObjectProxyHandler.java:308) at org.apache.openejb.core.ivm.EjbObjectProxyHandler.businessMethod(EjbObjectProxyHandler.java:303) at org.apache.openejb.core.ivm.EjbObjectProxyHandler._invoke(EjbObjectProxyHandler.java:92) at org.apache.openejb.core.ivm.BaseEjbProxyHandler.invoke(BaseEjbProxyHandler.java:308) at com.sun.proxy.$Proxy40.removeAccount(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.chorem.lima.service.ServiceMonitorableHandler.invoke(ServiceMonitorableHandler.java:73) at com.sun.proxy.$Proxy41.removeAccount(Unknown Source) at org.chorem.lima.business.AccountServiceImplTest.removeUnexistedAccountTest(AccountServiceImplTest.java:220) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: org.hibernate.TransientObjectException: object references an unsaved transient instance - save the transient instance before flushing: org.chorem.lima.entity.AccountImpl at org.hibernate.engine.internal.ForeignKeys.getEntityIdentifierIfNotUnsaved(ForeignKeys.java:294) at org.hibernate.type.EntityType.getIdentifier(EntityType.java:537) at org.hibernate.type.ManyToOneType.nullSafeSet(ManyToOneType.java:174) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at org.nuiton.topia.persistence.internal.support.HibernateTopiaJpaSupport.find0(HibernateTopiaJpaSupport.java:207) ... 66 more INFO [main] (Log4jLogStream.java:71) info - EJBContainer already initialized. Call ejbContainer.close() to allow reinitialization INFO [main] (AbstractLimaTest.java:183) getTestApplicationContext - Opening context to database : jdbc:h2:<http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/surefire-workdir/lima-business-ca4cef13-c803-486f-a7b1-8b3c8e961f6a/data> WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] WARN [main] (DriverManagerConnectionProviderImpl.java:93) configure - HHH000402: Using Hibernate built-in connection pool (not for production use!) DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount INFO [main] (Log4jLogStream.java:71) info - EJBContainer already initialized. Call ejbContainer.close() to allow reinitialization INFO [main] (AbstractLimaTest.java:183) getTestApplicationContext - Opening context to database : jdbc:h2:<http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/surefire-workdir/lima-business-f0a87621-8c51-49c4-8aec-e5835e9094a3/data> WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] WARN [main] (DriverManagerConnectionProviderImpl.java:93) configure - HHH000402: Using Hibernate built-in connection pool (not for production use!) DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount INFO [main] (Log4jLogStream.java:71) info - EJBContainer already initialized. Call ejbContainer.close() to allow reinitialization INFO [main] (AbstractLimaTest.java:183) getTestApplicationContext - Opening context to database : jdbc:h2:<http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/surefire-workdir/lima-business-0622a92c-1e5c-4f19-a6cd-d9ba68a0a5fa/data> WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] WARN [main] (DriverManagerConnectionProviderImpl.java:93) configure - HHH000402: Using Hibernate built-in connection pool (not for production use!) DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount INFO [main] (Log4jLogStream.java:71) info - EJBContainer already initialized. Call ejbContainer.close() to allow reinitialization INFO [main] (AbstractLimaTest.java:183) getTestApplicationContext - Opening context to database : jdbc:h2:<http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/surefire-workdir/lima-business-0ed47997-93f3-4ce1-a9fb-e451ae4f6a2d/data> WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] WARN [main] (DriverManagerConnectionProviderImpl.java:93) configure - HHH000402: Using Hibernate built-in connection pool (not for production use!) DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.71 sec - in org.chorem.lima.business.AccountServiceImplTest Running org.chorem.lima.entity.FinancialTransactionDAOTest INFO [main] (Log4jLogStream.java:71) info - EJBContainer already initialized. Call ejbContainer.close() to allow reinitialization INFO [main] (AbstractLimaTest.java:183) getTestApplicationContext - Opening context to database : jdbc:h2:<http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/surefire-workdir/lima-business-03092392-d42e-4564-a8c3-f0f6ae01364b/data> WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] WARN [main] (DriverManagerConnectionProviderImpl.java:93) configure - HHH000402: Using Hibernate built-in connection pool (not for production use!) DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] WARN [main] (DriverManagerConnectionProviderImpl.java:93) configure - HHH000402: Using Hibernate built-in connection pool (not for production use!) DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.EntryBookServiceImpl#createEntryBook DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.FiscalPeriodServiceImpl#createFiscalPeriod DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#getAccountByNumber DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.EntryBookServiceImpl#getEntryBookByCode DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.FinancialTransactionServiceImpl#createFinancialTransaction DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.FinancialTransactionServiceImpl#createEntry DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.FinancialTransactionServiceImpl#createEntry DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.FinancialTransactionServiceImpl#updateFinancialTransaction DEBUG [main] (DefaultAccountingRules.java:326) updateFinancialTransactionDateRules - Date de transaction modifiée sur l'ui Wed Apr 04 00:00:00 CEST 2012 DEBUG [main] (DefaultAccountingRules.java:327) updateFinancialTransactionDateRules - Date de début du premier exercice : 2012-01-01 00:00:00.0 DEBUG [main] (DefaultAccountingRules.java:328) updateFinancialTransactionDateRules - Date de fin du dernier exercice : 2012-12-31 23:59:59.999 DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.FinancialPeriodServiceImpl#getAllFinancialPeriods DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.EntryBookServiceImpl#getEntryBookByCode WARN [main] (DriverManagerConnectionProviderImpl.java:93) configure - HHH000402: Using Hibernate built-in connection pool (not for production use!) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.606 sec - in org.chorem.lima.entity.FinancialTransactionDAOTest Results : Tests run: 83, Failures: 0, Errors: 0, Skipped: 2 [JENKINS] Recording test results log4j:WARN No appenders could be found for logger (org.apache.commons.beanutils.converters.BooleanConverter). log4j:WARN Please initialize the log4j system properly. [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ lima-business --- [INFO] Building jar: <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/lima-business-0.8-SNAPSHOT.jar> [INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) > generate-sources @ lima-business >>> [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java-versions) @ lima-business --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (ensure-no-container-api) @ lima-business --- [INFO] [INFO] --- helper-maven-plugin:2.1:check-auto-container (check-central-safe) @ lima-business --- [INFO] Will use repository http://repo1.maven.org/maven2/ [INFO] Will use repository http://maven.nuiton.org/central-releases [WARNING] Skip SNAPSHOT dependency : org.nuiton:nuiton-utils:3.0-20141026.094947-74 [WARNING] Skip SNAPSHOT dependency : org.nuiton.topia:topia-persistence:3.0-20150123.160548-258 [WARNING] Skip SNAPSHOT dependency : org.nuiton.topia:topia-service-flyway:3.0-20150123.160748-184 [INFO] Skipping goal (runOnce flag is on and goal was already executed). [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-project-files) @ lima-business --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-site-deploy-classifier) @ lima-business --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-platform) @ lima-business --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-projectId) @ lima-business --- [INFO] [INFO] --- helper-maven-plugin:2.1:share-server-secret (get-redmine-login) @ lima-business --- [INFO] Skipping goal (runOnce flag is on and goal was already executed). [WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) < generate-sources @ lima-business <<< [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ lima-business --- [INFO] Building jar: <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/lima-business-0.8-SNAPSHOT-sources.jar> [INFO] [INFO] --- maven-javadoc-plugin:2.10.1:jar (attach-javadocs) @ lima-business --- [INFO] 3 warnings [WARNING] Javadoc Warnings [WARNING] <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/src/main/java/org/chorem/lima/business/ejb/FinancialStatementServiceImpl.java>:228: warning - @return tag has no arguments. [WARNING] <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/src/main/java/org/chorem/lima/business/ejb/FinancialStatementServiceImpl.java>:338: warning - @return tag has no arguments. [WARNING] <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/src/main/java/org/chorem/lima/business/ejb/ReportServiceImpl.java>:130: warning - @return tag has no arguments. [INFO] Building jar: <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/lima-business-0.8-SNAPSHOT-javadoc.jar> [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ lima-business --- [INFO] [INFO] --- helper-maven-plugin:2.1:share-server-secret (get-pgp-passphrase) @ lima-business --- [INFO] Exporting server [gpg-signer] username in ${gpg.keyname} [INFO] Exporting server [gpg-signer] password in ${gpg.passphrase} [INFO] [INFO] --- helper-maven-plugin:2.1:collect-files (collect-build-artifacts) @ lima-business --- [INFO] Loaded /var/local/forge/data/chorem.org/jenkins/workspace/lima-nightly/target/collect-artifacts.txt [INFO] Copying lima-business-0.8-SNAPSHOT.jar to /var/local/forge/data/chorem.org/jenkins/workspace/lima-nightly/target/collect/org.chorem.lima--lima-business/lima-business-0.8-SNAPSHOT.jar [INFO] Copying THIRD-PARTY.properties to /var/local/forge/data/chorem.org/jenkins/workspace/lima-nightly/target/collect/org.chorem.lima--lima-business/THIRD-PARTY.properties [INFO] Copying lima-business-0.8-SNAPSHOT-sources.jar to /var/local/forge/data/chorem.org/jenkins/workspace/lima-nightly/target/collect/org.chorem.lima--lima-business/lima-business-0.8-SNAPSHOT-sources.jar [INFO] Copying lima-business-0.8-SNAPSHOT-javadoc.jar to /var/local/forge/data/chorem.org/jenkins/workspace/lima-nightly/target/collect/org.chorem.lima--lima-business/lima-business-0.8-SNAPSHOT-javadoc.jar [INFO] [INFO] --- helper-maven-plugin:2.1:collect-files (collect-build-attachements) @ lima-business --- [WARNING] skip unexisting file <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/lima-server-0.8-SNAPSHOT-bin.zip> (adding user file : ) [WARNING] Skipping goal (No file to collect). [INFO] [INFO] --- maven-gpg-plugin:1.5:sign (sign-artifacts) @ lima-business --- [INFO] [INFO] --- maven-dependency-plugin:2.9:analyze-only (analyze) @ lima-business --- [INFO] Used declared dependencies found: [INFO] org.chorem.lima:lima-callao:jar:0.8-SNAPSHOT:compile [INFO] org.chorem.lima:lima-business-api:jar:0.8-SNAPSHOT:compile [INFO] junit:junit:jar:4.11:test [INFO] org.nuiton:nuiton-utils:jar:3.0-SNAPSHOT:compile [INFO] org.nuiton.i18n:nuiton-i18n:jar:3.3:compile [INFO] org.nuiton.topia:topia-persistence:jar:3.0-SNAPSHOT:compile [INFO] org.nuiton.topia:topia-service-flyway:jar:3.0-SNAPSHOT:compile [INFO] org.nuiton:nuiton-config:jar:3.0-rc-2:compile [INFO] org.nuiton:nuiton-csv:jar:3.0-rc-4:compile [INFO] org.apache.commons:commons-lang3:jar:3.3.2:compile [INFO] commons-logging:commons-logging:jar:1.2:compile [INFO] commons-lang:commons-lang:jar:2.6:compile [INFO] commons-io:commons-io:jar:2.4:compile [INFO] org.apache.openejb:javaee-api:jar:6.0-6:provided [INFO] com.google.guava:guava:jar:18.0:compile [WARNING] Unused declared dependencies found: [WARNING] org.apache.openejb:openejb-core:jar:4.7.1:compile [WARNING] commons-codec:commons-codec:jar:1.9:compile [JENKINS] Archiving disabled
See <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/73/changes> Changes: [dcosse] refs #1054 add exception messages [dcosse] fixes #1162 be sure the fiscal periods or ordered by begin date [dcosse] fixes #1163 launch first start lima befaore loading main ui ------------------------------------------ [...truncated 1561 lines...] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192) at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173) at org.apache.openejb.monitoring.StatsInterceptor.record(StatsInterceptor.java:181) at org.apache.openejb.monitoring.StatsInterceptor.invoke(StatsInterceptor.java:100) at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192) at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173) at org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:85) at org.apache.openejb.core.stateless.StatelessContainer._invoke(StatelessContainer.java:227) at org.apache.openejb.core.stateless.StatelessContainer.invoke(StatelessContainer.java:194) at org.apache.openejb.core.ivm.EjbObjectProxyHandler.synchronizedBusinessMethod(EjbObjectProxyHandler.java:308) at org.apache.openejb.core.ivm.EjbObjectProxyHandler.businessMethod(EjbObjectProxyHandler.java:303) at org.apache.openejb.core.ivm.EjbObjectProxyHandler._invoke(EjbObjectProxyHandler.java:92) at org.apache.openejb.core.ivm.BaseEjbProxyHandler.invoke(BaseEjbProxyHandler.java:308) at com.sun.proxy.$Proxy41.removeAccount(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.chorem.lima.service.ServiceMonitorableHandler.invoke(ServiceMonitorableHandler.java:73) at com.sun.proxy.$Proxy42.removeAccount(Unknown Source) at org.chorem.lima.business.AccountServiceImplTest.removeUnexistedAccountTest(AccountServiceImplTest.java:220) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: org.hibernate.TransientObjectException: object references an unsaved transient instance - save the transient instance before flushing: org.chorem.lima.entity.AccountImpl at org.hibernate.engine.internal.ForeignKeys.getEntityIdentifierIfNotUnsaved(ForeignKeys.java:294) at org.hibernate.type.EntityType.getIdentifier(EntityType.java:537) at org.hibernate.type.ManyToOneType.nullSafeSet(ManyToOneType.java:174) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at org.nuiton.topia.persistence.internal.support.HibernateTopiaJpaSupport.find0(HibernateTopiaJpaSupport.java:207) ... 66 more INFO [main] (Log4jLogStream.java:71) info - EJBContainer already initialized. Call ejbContainer.close() to allow reinitialization INFO [main] (AbstractLimaTest.java:183) getTestApplicationContext - Opening context to database : jdbc:h2:<http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/surefire-workdir/lima-business-f4ad3e9e-7442-4c39-94d9-ea98d8570c21/data> WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] WARN [main] (DriverManagerConnectionProviderImpl.java:93) configure - HHH000402: Using Hibernate built-in connection pool (not for production use!) DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount INFO [main] (Log4jLogStream.java:71) info - EJBContainer already initialized. Call ejbContainer.close() to allow reinitialization INFO [main] (AbstractLimaTest.java:183) getTestApplicationContext - Opening context to database : jdbc:h2:<http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/surefire-workdir/lima-business-c505c10b-1e4f-42c3-bb73-59e4a7a353fa/data> WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] WARN [main] (DriverManagerConnectionProviderImpl.java:93) configure - HHH000402: Using Hibernate built-in connection pool (not for production use!) DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount INFO [main] (Log4jLogStream.java:71) info - EJBContainer already initialized. Call ejbContainer.close() to allow reinitialization INFO [main] (AbstractLimaTest.java:183) getTestApplicationContext - Opening context to database : jdbc:h2:<http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/surefire-workdir/lima-business-bdc08e89-85e6-4d2c-a62c-4209503e0f2d/data> WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] WARN [main] (DriverManagerConnectionProviderImpl.java:93) configure - HHH000402: Using Hibernate built-in connection pool (not for production use!) DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount INFO [main] (Log4jLogStream.java:71) info - EJBContainer already initialized. Call ejbContainer.close() to allow reinitialization INFO [main] (AbstractLimaTest.java:183) getTestApplicationContext - Opening context to database : jdbc:h2:<http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/surefire-workdir/lima-business-06c67cd2-07d8-4d45-a6cc-af065612799d/data> WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] WARN [main] (DriverManagerConnectionProviderImpl.java:93) configure - HHH000402: Using Hibernate built-in connection pool (not for production use!) DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.707 sec - in org.chorem.lima.business.AccountServiceImplTest Running org.chorem.lima.entity.FinancialTransactionDAOTest INFO [main] (Log4jLogStream.java:71) info - EJBContainer already initialized. Call ejbContainer.close() to allow reinitialization INFO [main] (AbstractLimaTest.java:183) getTestApplicationContext - Opening context to database : jdbc:h2:<http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/surefire-workdir/lima-business-2e1a7cdd-1cb9-4cb4-92aa-45baa30287eb/data> WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] WARN [main] (DriverManagerConnectionProviderImpl.java:93) configure - HHH000402: Using Hibernate built-in connection pool (not for production use!) DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] WARN [main] (DriverManagerConnectionProviderImpl.java:93) configure - HHH000402: Using Hibernate built-in connection pool (not for production use!) DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.EntryBookServiceImpl#createEntryBook DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.FiscalPeriodServiceImpl#createFiscalPeriod DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#getAccountByNumber DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.EntryBookServiceImpl#getEntryBookByCode DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.FinancialTransactionServiceImpl#createFinancialTransaction DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.FinancialTransactionServiceImpl#createEntry DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.FinancialTransactionServiceImpl#createEntry DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.FinancialTransactionServiceImpl#updateFinancialTransaction DEBUG [main] (DefaultAccountingRules.java:326) updateFinancialTransactionDateRules - Date de transaction modifiée sur l'ui Wed Apr 04 00:00:00 CEST 2012 DEBUG [main] (DefaultAccountingRules.java:327) updateFinancialTransactionDateRules - Date de début du premier exercice : 2012-01-01 00:00:00.0 DEBUG [main] (DefaultAccountingRules.java:328) updateFinancialTransactionDateRules - Date de fin du dernier exercice : 2012-12-31 23:59:59.999 DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.FinancialPeriodServiceImpl#getAllFinancialPeriods DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.EntryBookServiceImpl#getEntryBookByCode WARN [main] (DriverManagerConnectionProviderImpl.java:93) configure - HHH000402: Using Hibernate built-in connection pool (not for production use!) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.572 sec - in org.chorem.lima.entity.FinancialTransactionDAOTest Results : Tests run: 83, Failures: 0, Errors: 0, Skipped: 2 [JENKINS] Recording test results log4j:WARN No appenders could be found for logger (org.apache.commons.beanutils.converters.BooleanConverter). log4j:WARN Please initialize the log4j system properly. [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ lima-business --- [INFO] Building jar: <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/lima-business-0.8-SNAPSHOT.jar> [INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) > generate-sources @ lima-business >>> [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java-versions) @ lima-business --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (ensure-no-container-api) @ lima-business --- [INFO] [INFO] --- helper-maven-plugin:2.1:check-auto-container (check-central-safe) @ lima-business --- [INFO] Will use repository http://repo1.maven.org/maven2/ [INFO] Will use repository http://maven.nuiton.org/central-releases [WARNING] Skip SNAPSHOT dependency : org.nuiton:nuiton-utils:3.0-20141026.094947-74 [WARNING] Skip SNAPSHOT dependency : org.nuiton.topia:topia-persistence:3.0-20150123.160548-258 [WARNING] Skip SNAPSHOT dependency : org.nuiton.topia:topia-service-flyway:3.0-20150123.160748-184 [INFO] Skipping goal (runOnce flag is on and goal was already executed). [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-project-files) @ lima-business --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-site-deploy-classifier) @ lima-business --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-platform) @ lima-business --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-projectId) @ lima-business --- [INFO] [INFO] --- helper-maven-plugin:2.1:share-server-secret (get-redmine-login) @ lima-business --- [INFO] Skipping goal (runOnce flag is on and goal was already executed). [WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) < generate-sources @ lima-business <<< [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ lima-business --- [INFO] Building jar: <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/lima-business-0.8-SNAPSHOT-sources.jar> [INFO] [INFO] --- maven-javadoc-plugin:2.10.1:jar (attach-javadocs) @ lima-business --- [INFO] 4 warnings [WARNING] Javadoc Warnings [WARNING] <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/src/main/java/org/chorem/lima/business/ejb/FinancialStatementServiceImpl.java>:228: warning - @return tag has no arguments. [WARNING] <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/src/main/java/org/chorem/lima/business/ejb/FinancialStatementServiceImpl.java>:338: warning - @return tag has no arguments. [WARNING] <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/src/main/java/org/chorem/lima/business/ejb/ImportServiceImpl.java>:260: warning - @return tag has no arguments. [WARNING] <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/src/main/java/org/chorem/lima/business/ejb/ReportServiceImpl.java>:130: warning - @return tag has no arguments. [INFO] Building jar: <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/lima-business-0.8-SNAPSHOT-javadoc.jar> [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ lima-business --- [INFO] [INFO] --- helper-maven-plugin:2.1:share-server-secret (get-pgp-passphrase) @ lima-business --- [INFO] Exporting server [gpg-signer] username in ${gpg.keyname} [INFO] Exporting server [gpg-signer] password in ${gpg.passphrase} [INFO] [INFO] --- helper-maven-plugin:2.1:collect-files (collect-build-artifacts) @ lima-business --- [INFO] Loaded /var/local/forge/data/chorem.org/jenkins/workspace/lima-nightly/target/collect-artifacts.txt [INFO] Copying lima-business-0.8-SNAPSHOT.jar to /var/local/forge/data/chorem.org/jenkins/workspace/lima-nightly/target/collect/org.chorem.lima--lima-business/lima-business-0.8-SNAPSHOT.jar [INFO] Copying THIRD-PARTY.properties to /var/local/forge/data/chorem.org/jenkins/workspace/lima-nightly/target/collect/org.chorem.lima--lima-business/THIRD-PARTY.properties [INFO] Copying lima-business-0.8-SNAPSHOT-sources.jar to /var/local/forge/data/chorem.org/jenkins/workspace/lima-nightly/target/collect/org.chorem.lima--lima-business/lima-business-0.8-SNAPSHOT-sources.jar [INFO] Copying lima-business-0.8-SNAPSHOT-javadoc.jar to /var/local/forge/data/chorem.org/jenkins/workspace/lima-nightly/target/collect/org.chorem.lima--lima-business/lima-business-0.8-SNAPSHOT-javadoc.jar [INFO] [INFO] --- helper-maven-plugin:2.1:collect-files (collect-build-attachements) @ lima-business --- [WARNING] skip unexisting file <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/lima-server-0.8-SNAPSHOT-bin.zip> (adding user file : ) [WARNING] Skipping goal (No file to collect). [INFO] [INFO] --- maven-gpg-plugin:1.5:sign (sign-artifacts) @ lima-business --- [INFO] [INFO] --- maven-dependency-plugin:2.9:analyze-only (analyze) @ lima-business --- [INFO] Used declared dependencies found: [INFO] org.chorem.lima:lima-callao:jar:0.8-SNAPSHOT:compile [INFO] org.chorem.lima:lima-business-api:jar:0.8-SNAPSHOT:compile [INFO] junit:junit:jar:4.11:test [INFO] org.nuiton:nuiton-utils:jar:3.0-SNAPSHOT:compile [INFO] org.nuiton.i18n:nuiton-i18n:jar:3.3:compile [INFO] org.nuiton.topia:topia-persistence:jar:3.0-SNAPSHOT:compile [INFO] org.nuiton.topia:topia-service-flyway:jar:3.0-SNAPSHOT:compile [INFO] org.nuiton:nuiton-config:jar:3.0-rc-2:compile [INFO] org.nuiton:nuiton-csv:jar:3.0-rc-4:compile [INFO] org.apache.commons:commons-lang3:jar:3.3.2:compile [INFO] commons-logging:commons-logging:jar:1.2:compile [INFO] commons-lang:commons-lang:jar:2.6:compile [INFO] commons-io:commons-io:jar:2.4:compile [INFO] org.apache.openejb:javaee-api:jar:6.0-6:provided [INFO] com.google.guava:guava:jar:18.0:compile [WARNING] Unused declared dependencies found: [WARNING] org.apache.openejb:openejb-core:jar:4.7.1:compile [WARNING] commons-codec:commons-codec:jar:1.9:compile [JENKINS] Archiving disabled
See <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/74/changes> Changes: [dcosse] refs #1115 fix Multithreaded correctness - Incorrect lazy initialization and update of static field ------------------------------------------ [...truncated 1561 lines...] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192) at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173) at org.apache.openejb.monitoring.StatsInterceptor.record(StatsInterceptor.java:181) at org.apache.openejb.monitoring.StatsInterceptor.invoke(StatsInterceptor.java:100) at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192) at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173) at org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:85) at org.apache.openejb.core.stateless.StatelessContainer._invoke(StatelessContainer.java:227) at org.apache.openejb.core.stateless.StatelessContainer.invoke(StatelessContainer.java:194) at org.apache.openejb.core.ivm.EjbObjectProxyHandler.synchronizedBusinessMethod(EjbObjectProxyHandler.java:308) at org.apache.openejb.core.ivm.EjbObjectProxyHandler.businessMethod(EjbObjectProxyHandler.java:303) at org.apache.openejb.core.ivm.EjbObjectProxyHandler._invoke(EjbObjectProxyHandler.java:92) at org.apache.openejb.core.ivm.BaseEjbProxyHandler.invoke(BaseEjbProxyHandler.java:308) at com.sun.proxy.$Proxy41.removeAccount(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.chorem.lima.service.ServiceMonitorableHandler.invoke(ServiceMonitorableHandler.java:73) at com.sun.proxy.$Proxy42.removeAccount(Unknown Source) at org.chorem.lima.business.AccountServiceImplTest.removeUnexistedAccountTest(AccountServiceImplTest.java:220) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: org.hibernate.TransientObjectException: object references an unsaved transient instance - save the transient instance before flushing: org.chorem.lima.entity.AccountImpl at org.hibernate.engine.internal.ForeignKeys.getEntityIdentifierIfNotUnsaved(ForeignKeys.java:294) at org.hibernate.type.EntityType.getIdentifier(EntityType.java:537) at org.hibernate.type.ManyToOneType.nullSafeSet(ManyToOneType.java:174) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at org.nuiton.topia.persistence.internal.support.HibernateTopiaJpaSupport.find0(HibernateTopiaJpaSupport.java:207) ... 66 more INFO [main] (Log4jLogStream.java:71) info - EJBContainer already initialized. Call ejbContainer.close() to allow reinitialization INFO [main] (AbstractLimaTest.java:183) getTestApplicationContext - Opening context to database : jdbc:h2:<http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/surefire-workdir/lima-business-c810db5b-4b89-43d6-b5b6-49d01e55b0ed/data> WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] WARN [main] (DriverManagerConnectionProviderImpl.java:93) configure - HHH000402: Using Hibernate built-in connection pool (not for production use!) DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount INFO [main] (Log4jLogStream.java:71) info - EJBContainer already initialized. Call ejbContainer.close() to allow reinitialization INFO [main] (AbstractLimaTest.java:183) getTestApplicationContext - Opening context to database : jdbc:h2:<http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/surefire-workdir/lima-business-49d3314f-f3dc-41fb-b0c6-5b481350524e/data> WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] WARN [main] (DriverManagerConnectionProviderImpl.java:93) configure - HHH000402: Using Hibernate built-in connection pool (not for production use!) DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount INFO [main] (Log4jLogStream.java:71) info - EJBContainer already initialized. Call ejbContainer.close() to allow reinitialization INFO [main] (AbstractLimaTest.java:183) getTestApplicationContext - Opening context to database : jdbc:h2:<http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/surefire-workdir/lima-business-488a1775-9e6a-4494-ac3d-c8767eb560c4/data> WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] WARN [main] (DriverManagerConnectionProviderImpl.java:93) configure - HHH000402: Using Hibernate built-in connection pool (not for production use!) DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount INFO [main] (Log4jLogStream.java:71) info - EJBContainer already initialized. Call ejbContainer.close() to allow reinitialization INFO [main] (AbstractLimaTest.java:183) getTestApplicationContext - Opening context to database : jdbc:h2:<http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/surefire-workdir/lima-business-375ab763-a935-49f3-9f7d-cfed52c63596/data> WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] WARN [main] (DriverManagerConnectionProviderImpl.java:93) configure - HHH000402: Using Hibernate built-in connection pool (not for production use!) DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.712 sec - in org.chorem.lima.business.AccountServiceImplTest Running org.chorem.lima.entity.FinancialTransactionDAOTest INFO [main] (Log4jLogStream.java:71) info - EJBContainer already initialized. Call ejbContainer.close() to allow reinitialization INFO [main] (AbstractLimaTest.java:183) getTestApplicationContext - Opening context to database : jdbc:h2:<http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/surefire-workdir/lima-business-6507cc14-fdaf-4052-b1b2-e47867f7622a/data> WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] WARN [main] (DriverManagerConnectionProviderImpl.java:93) configure - HHH000402: Using Hibernate built-in connection pool (not for production use!) DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] WARN [main] (DriverManagerConnectionProviderImpl.java:93) configure - HHH000402: Using Hibernate built-in connection pool (not for production use!) DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.EntryBookServiceImpl#createEntryBook DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.FiscalPeriodServiceImpl#createFiscalPeriod DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#getAccountByNumber DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.EntryBookServiceImpl#getEntryBookByCode DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.FinancialTransactionServiceImpl#createFinancialTransaction DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.FinancialTransactionServiceImpl#createEntry DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.FinancialTransactionServiceImpl#createEntry DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.FinancialTransactionServiceImpl#updateFinancialTransaction DEBUG [main] (DefaultAccountingRules.java:326) updateFinancialTransactionDateRules - Date de transaction modifiée sur l'ui Wed Apr 04 00:00:00 CEST 2012 DEBUG [main] (DefaultAccountingRules.java:327) updateFinancialTransactionDateRules - Date de début du premier exercice : 2012-01-01 00:00:00.0 DEBUG [main] (DefaultAccountingRules.java:328) updateFinancialTransactionDateRules - Date de fin du dernier exercice : 2012-12-31 23:59:59.999 DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.FinancialPeriodServiceImpl#getAllFinancialPeriods DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.EntryBookServiceImpl#getEntryBookByCode WARN [main] (DriverManagerConnectionProviderImpl.java:93) configure - HHH000402: Using Hibernate built-in connection pool (not for production use!) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.613 sec - in org.chorem.lima.entity.FinancialTransactionDAOTest Results : Tests run: 83, Failures: 0, Errors: 0, Skipped: 2 [JENKINS] Recording test results log4j:WARN No appenders could be found for logger (org.apache.commons.beanutils.converters.BooleanConverter). log4j:WARN Please initialize the log4j system properly. [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ lima-business --- [INFO] Building jar: <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/lima-business-0.8-SNAPSHOT.jar> [INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) > generate-sources @ lima-business >>> [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java-versions) @ lima-business --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (ensure-no-container-api) @ lima-business --- [INFO] [INFO] --- helper-maven-plugin:2.1:check-auto-container (check-central-safe) @ lima-business --- [INFO] Will use repository http://repo1.maven.org/maven2/ [INFO] Will use repository http://maven.nuiton.org/central-releases [WARNING] Skip SNAPSHOT dependency : org.nuiton:nuiton-utils:3.0-20141026.094947-74 [WARNING] Skip SNAPSHOT dependency : org.nuiton.topia:topia-persistence:3.0-20150123.160548-258 [WARNING] Skip SNAPSHOT dependency : org.nuiton.topia:topia-service-flyway:3.0-20150123.160748-184 [INFO] Skipping goal (runOnce flag is on and goal was already executed). [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-project-files) @ lima-business --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-site-deploy-classifier) @ lima-business --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-platform) @ lima-business --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-projectId) @ lima-business --- [INFO] [INFO] --- helper-maven-plugin:2.1:share-server-secret (get-redmine-login) @ lima-business --- [INFO] Skipping goal (runOnce flag is on and goal was already executed). [WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) < generate-sources @ lima-business <<< [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ lima-business --- [INFO] Building jar: <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/lima-business-0.8-SNAPSHOT-sources.jar> [INFO] [INFO] --- maven-javadoc-plugin:2.10.1:jar (attach-javadocs) @ lima-business --- [INFO] 4 warnings [WARNING] Javadoc Warnings [WARNING] <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/src/main/java/org/chorem/lima/business/ejb/FinancialStatementServiceImpl.java>:228: warning - @return tag has no arguments. [WARNING] <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/src/main/java/org/chorem/lima/business/ejb/FinancialStatementServiceImpl.java>:338: warning - @return tag has no arguments. [WARNING] <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/src/main/java/org/chorem/lima/business/ejb/ImportServiceImpl.java>:260: warning - @return tag has no arguments. [WARNING] <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/src/main/java/org/chorem/lima/business/ejb/ReportServiceImpl.java>:130: warning - @return tag has no arguments. [INFO] Building jar: <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/lima-business-0.8-SNAPSHOT-javadoc.jar> [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ lima-business --- [INFO] [INFO] --- helper-maven-plugin:2.1:share-server-secret (get-pgp-passphrase) @ lima-business --- [INFO] Exporting server [gpg-signer] username in ${gpg.keyname} [INFO] Exporting server [gpg-signer] password in ${gpg.passphrase} [INFO] [INFO] --- helper-maven-plugin:2.1:collect-files (collect-build-artifacts) @ lima-business --- [INFO] Loaded /var/local/forge/data/chorem.org/jenkins/workspace/lima-nightly/target/collect-artifacts.txt [INFO] Copying lima-business-0.8-SNAPSHOT.jar to /var/local/forge/data/chorem.org/jenkins/workspace/lima-nightly/target/collect/org.chorem.lima--lima-business/lima-business-0.8-SNAPSHOT.jar [INFO] Copying THIRD-PARTY.properties to /var/local/forge/data/chorem.org/jenkins/workspace/lima-nightly/target/collect/org.chorem.lima--lima-business/THIRD-PARTY.properties [INFO] Copying lima-business-0.8-SNAPSHOT-sources.jar to /var/local/forge/data/chorem.org/jenkins/workspace/lima-nightly/target/collect/org.chorem.lima--lima-business/lima-business-0.8-SNAPSHOT-sources.jar [INFO] Copying lima-business-0.8-SNAPSHOT-javadoc.jar to /var/local/forge/data/chorem.org/jenkins/workspace/lima-nightly/target/collect/org.chorem.lima--lima-business/lima-business-0.8-SNAPSHOT-javadoc.jar [INFO] [INFO] --- helper-maven-plugin:2.1:collect-files (collect-build-attachements) @ lima-business --- [WARNING] skip unexisting file <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/lima-server-0.8-SNAPSHOT-bin.zip> (adding user file : ) [WARNING] Skipping goal (No file to collect). [INFO] [INFO] --- maven-gpg-plugin:1.5:sign (sign-artifacts) @ lima-business --- [INFO] [INFO] --- maven-dependency-plugin:2.9:analyze-only (analyze) @ lima-business --- [INFO] Used declared dependencies found: [INFO] org.chorem.lima:lima-callao:jar:0.8-SNAPSHOT:compile [INFO] org.chorem.lima:lima-business-api:jar:0.8-SNAPSHOT:compile [INFO] junit:junit:jar:4.11:test [INFO] org.nuiton:nuiton-utils:jar:3.0-SNAPSHOT:compile [INFO] org.nuiton.i18n:nuiton-i18n:jar:3.3:compile [INFO] org.nuiton.topia:topia-persistence:jar:3.0-SNAPSHOT:compile [INFO] org.nuiton.topia:topia-service-flyway:jar:3.0-SNAPSHOT:compile [INFO] org.nuiton:nuiton-config:jar:3.0-rc-2:compile [INFO] org.nuiton:nuiton-csv:jar:3.0-rc-4:compile [INFO] org.apache.commons:commons-lang3:jar:3.3.2:compile [INFO] commons-logging:commons-logging:jar:1.2:compile [INFO] commons-lang:commons-lang:jar:2.6:compile [INFO] commons-io:commons-io:jar:2.4:compile [INFO] org.apache.openejb:javaee-api:jar:6.0-6:provided [INFO] com.google.guava:guava:jar:18.0:compile [WARNING] Unused declared dependencies found: [WARNING] org.apache.openejb:openejb-core:jar:4.7.1:compile [WARNING] commons-codec:commons-codec:jar:1.9:compile [JENKINS] Archiving disabled
See <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/75/> ------------------------------------------ [...truncated 1563 lines...] at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192) at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173) at org.apache.openejb.monitoring.StatsInterceptor.record(StatsInterceptor.java:181) at org.apache.openejb.monitoring.StatsInterceptor.invoke(StatsInterceptor.java:100) at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192) at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173) at org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:85) at org.apache.openejb.core.stateless.StatelessContainer._invoke(StatelessContainer.java:227) at org.apache.openejb.core.stateless.StatelessContainer.invoke(StatelessContainer.java:194) at org.apache.openejb.core.ivm.EjbObjectProxyHandler.synchronizedBusinessMethod(EjbObjectProxyHandler.java:308) at org.apache.openejb.core.ivm.EjbObjectProxyHandler.businessMethod(EjbObjectProxyHandler.java:303) at org.apache.openejb.core.ivm.EjbObjectProxyHandler._invoke(EjbObjectProxyHandler.java:92) at org.apache.openejb.core.ivm.BaseEjbProxyHandler.invoke(BaseEjbProxyHandler.java:308) at com.sun.proxy.$Proxy41.removeAccount(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.chorem.lima.service.ServiceMonitorableHandler.invoke(ServiceMonitorableHandler.java:73) at com.sun.proxy.$Proxy42.removeAccount(Unknown Source) at org.chorem.lima.business.AccountServiceImplTest.removeUnexistedAccountTest(AccountServiceImplTest.java:220) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: org.hibernate.TransientObjectException: object references an unsaved transient instance - save the transient instance before flushing: org.chorem.lima.entity.AccountImpl at org.hibernate.engine.internal.ForeignKeys.getEntityIdentifierIfNotUnsaved(ForeignKeys.java:294) at org.hibernate.type.EntityType.getIdentifier(EntityType.java:537) at org.hibernate.type.ManyToOneType.nullSafeSet(ManyToOneType.java:174) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at org.nuiton.topia.persistence.internal.support.HibernateTopiaJpaSupport.find0(HibernateTopiaJpaSupport.java:207) ... 67 more INFO [main] (Log4jLogStream.java:71) info - EJBContainer already initialized. Call ejbContainer.close() to allow reinitialization INFO [main] (AbstractLimaTest.java:183) getTestApplicationContext - Opening context to database : jdbc:h2:<http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/surefire-workdir/lima-business-b6407423-8664-4d09-93ea-803bb5b38b39/data> WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] WARN [main] (DriverManagerConnectionProviderImpl.java:93) configure - HHH000402: Using Hibernate built-in connection pool (not for production use!) DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount INFO [main] (Log4jLogStream.java:71) info - EJBContainer already initialized. Call ejbContainer.close() to allow reinitialization INFO [main] (AbstractLimaTest.java:183) getTestApplicationContext - Opening context to database : jdbc:h2:<http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/surefire-workdir/lima-business-87d362cf-4974-4c89-a5d9-2a43ee497d27/data> WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] WARN [main] (DriverManagerConnectionProviderImpl.java:93) configure - HHH000402: Using Hibernate built-in connection pool (not for production use!) DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount INFO [main] (Log4jLogStream.java:71) info - EJBContainer already initialized. Call ejbContainer.close() to allow reinitialization INFO [main] (AbstractLimaTest.java:183) getTestApplicationContext - Opening context to database : jdbc:h2:<http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/surefire-workdir/lima-business-8feeb6d8-2957-41e3-bd05-0fcf79f47b88/data> WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] WARN [main] (DriverManagerConnectionProviderImpl.java:93) configure - HHH000402: Using Hibernate built-in connection pool (not for production use!) DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount INFO [main] (Log4jLogStream.java:71) info - EJBContainer already initialized. Call ejbContainer.close() to allow reinitialization INFO [main] (AbstractLimaTest.java:183) getTestApplicationContext - Opening context to database : jdbc:h2:<http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/surefire-workdir/lima-business-52492ea5-d4ef-4d98-a1ae-521d09ce96b1/data> WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] WARN [main] (DriverManagerConnectionProviderImpl.java:93) configure - HHH000402: Using Hibernate built-in connection pool (not for production use!) DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.54 sec - in org.chorem.lima.business.AccountServiceImplTest Running org.chorem.lima.entity.FinancialTransactionDAOTest INFO [main] (Log4jLogStream.java:71) info - EJBContainer already initialized. Call ejbContainer.close() to allow reinitialization INFO [main] (AbstractLimaTest.java:183) getTestApplicationContext - Opening context to database : jdbc:h2:<http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/surefire-workdir/lima-business-5505a28d-699d-48c4-81a6-62e6aa9c5c4f/data> WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] WARN [main] (DriverManagerConnectionProviderImpl.java:93) configure - HHH000402: Using Hibernate built-in connection pool (not for production use!) DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] WARN [main] (DriverManagerConnectionProviderImpl.java:93) configure - HHH000402: Using Hibernate built-in connection pool (not for production use!) DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.EntryBookServiceImpl#createEntryBook DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.FiscalPeriodServiceImpl#createFiscalPeriod DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#getAccountByNumber DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.EntryBookServiceImpl#getEntryBookByCode DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.FinancialTransactionServiceImpl#createFinancialTransaction DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.FinancialTransactionServiceImpl#createEntry DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.FinancialTransactionServiceImpl#createEntry DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.FinancialTransactionServiceImpl#updateFinancialTransaction DEBUG [main] (DefaultAccountingRules.java:326) updateFinancialTransactionDateRules - Date de transaction modifiée sur l'ui Wed Apr 04 00:00:00 CEST 2012 DEBUG [main] (DefaultAccountingRules.java:327) updateFinancialTransactionDateRules - Date de début du premier exercice : 2012-01-01 00:00:00.0 DEBUG [main] (DefaultAccountingRules.java:328) updateFinancialTransactionDateRules - Date de fin du dernier exercice : 2012-12-31 23:59:59.999 DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.FinancialPeriodServiceImpl#getAllFinancialPeriods DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.EntryBookServiceImpl#getEntryBookByCode WARN [main] (DriverManagerConnectionProviderImpl.java:93) configure - HHH000402: Using Hibernate built-in connection pool (not for production use!) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.699 sec - in org.chorem.lima.entity.FinancialTransactionDAOTest Results : Tests run: 83, Failures: 0, Errors: 0, Skipped: 2 [JENKINS] Recording test results log4j:WARN No appenders could be found for logger (org.apache.commons.beanutils.converters.BooleanConverter). log4j:WARN Please initialize the log4j system properly. [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ lima-business --- [INFO] Building jar: <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/lima-business-0.8-SNAPSHOT.jar> [INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) > generate-sources @ lima-business >>> [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java-versions) @ lima-business --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (ensure-no-container-api) @ lima-business --- [INFO] [INFO] --- helper-maven-plugin:2.1:check-auto-container (check-central-safe) @ lima-business --- [INFO] Will use repository http://repo1.maven.org/maven2/ [INFO] Will use repository http://maven.nuiton.org/central-releases [WARNING] Skip SNAPSHOT dependency : org.nuiton:nuiton-utils:3.0-20141026.094947-74 [WARNING] Skip SNAPSHOT dependency : org.nuiton.topia:topia-persistence:3.0-20150219.131141-260 [WARNING] Skip SNAPSHOT dependency : org.nuiton.topia:topia-service-flyway:3.0-20150219.131338-186 [INFO] Skipping goal (runOnce flag is on and goal was already executed). [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-project-files) @ lima-business --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-site-deploy-classifier) @ lima-business --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-platform) @ lima-business --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-projectId) @ lima-business --- [INFO] [INFO] --- helper-maven-plugin:2.1:share-server-secret (get-redmine-login) @ lima-business --- [INFO] Skipping goal (runOnce flag is on and goal was already executed). [WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) < generate-sources @ lima-business <<< [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ lima-business --- [INFO] Building jar: <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/lima-business-0.8-SNAPSHOT-sources.jar> [INFO] [INFO] --- maven-javadoc-plugin:2.10.1:jar (attach-javadocs) @ lima-business --- [INFO] 4 warnings [WARNING] Javadoc Warnings [WARNING] <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/src/main/java/org/chorem/lima/business/ejb/FinancialStatementServiceImpl.java>:228: warning - @return tag has no arguments. [WARNING] <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/src/main/java/org/chorem/lima/business/ejb/FinancialStatementServiceImpl.java>:338: warning - @return tag has no arguments. [WARNING] <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/src/main/java/org/chorem/lima/business/ejb/ImportServiceImpl.java>:260: warning - @return tag has no arguments. [WARNING] <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/src/main/java/org/chorem/lima/business/ejb/ReportServiceImpl.java>:130: warning - @return tag has no arguments. [INFO] Building jar: <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/lima-business-0.8-SNAPSHOT-javadoc.jar> [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ lima-business --- [INFO] [INFO] --- helper-maven-plugin:2.1:share-server-secret (get-pgp-passphrase) @ lima-business --- [INFO] Exporting server [gpg-signer] username in ${gpg.keyname} [INFO] Exporting server [gpg-signer] password in ${gpg.passphrase} [INFO] [INFO] --- helper-maven-plugin:2.1:collect-files (collect-build-artifacts) @ lima-business --- [INFO] Loaded /var/local/forge/data/chorem.org/jenkins/workspace/lima-nightly/target/collect-artifacts.txt [INFO] Copying lima-business-0.8-SNAPSHOT.jar to /var/local/forge/data/chorem.org/jenkins/workspace/lima-nightly/target/collect/org.chorem.lima--lima-business/lima-business-0.8-SNAPSHOT.jar [INFO] Copying THIRD-PARTY.properties to /var/local/forge/data/chorem.org/jenkins/workspace/lima-nightly/target/collect/org.chorem.lima--lima-business/THIRD-PARTY.properties [INFO] Copying lima-business-0.8-SNAPSHOT-sources.jar to /var/local/forge/data/chorem.org/jenkins/workspace/lima-nightly/target/collect/org.chorem.lima--lima-business/lima-business-0.8-SNAPSHOT-sources.jar [INFO] Copying lima-business-0.8-SNAPSHOT-javadoc.jar to /var/local/forge/data/chorem.org/jenkins/workspace/lima-nightly/target/collect/org.chorem.lima--lima-business/lima-business-0.8-SNAPSHOT-javadoc.jar [INFO] [INFO] --- helper-maven-plugin:2.1:collect-files (collect-build-attachements) @ lima-business --- [WARNING] skip unexisting file <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/lima-server-0.8-SNAPSHOT-bin.zip> (adding user file : ) [WARNING] Skipping goal (No file to collect). [INFO] [INFO] --- maven-gpg-plugin:1.5:sign (sign-artifacts) @ lima-business --- [INFO] [INFO] --- maven-dependency-plugin:2.9:analyze-only (analyze) @ lima-business --- [INFO] Used declared dependencies found: [INFO] org.chorem.lima:lima-callao:jar:0.8-SNAPSHOT:compile [INFO] org.chorem.lima:lima-business-api:jar:0.8-SNAPSHOT:compile [INFO] junit:junit:jar:4.11:test [INFO] org.nuiton:nuiton-utils:jar:3.0-SNAPSHOT:compile [INFO] org.nuiton.i18n:nuiton-i18n:jar:3.3:compile [INFO] org.nuiton.topia:topia-persistence:jar:3.0-SNAPSHOT:compile [INFO] org.nuiton.topia:topia-service-flyway:jar:3.0-SNAPSHOT:compile [INFO] org.nuiton:nuiton-config:jar:3.0-rc-2:compile [INFO] org.nuiton:nuiton-csv:jar:3.0-rc-4:compile [INFO] org.apache.commons:commons-lang3:jar:3.3.2:compile [INFO] commons-logging:commons-logging:jar:1.2:compile [INFO] commons-lang:commons-lang:jar:2.6:compile [INFO] commons-io:commons-io:jar:2.4:compile [INFO] org.apache.openejb:javaee-api:jar:6.0-6:provided [INFO] com.google.guava:guava:jar:18.0:compile [WARNING] Unused declared dependencies found: [WARNING] org.apache.openejb:openejb-core:jar:4.7.1:compile [WARNING] commons-codec:commons-codec:jar:1.9:compile [JENKINS] Archiving disabled
See <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/76/changes> Changes: [Sylvain Bavencoff] refs #1161 : activate flyway migration service [dcosse] fixes #1180 correction de potentiels npe sur entry.getAccount() [Maven Release] [jgitflow-maven-plugin]updating poms for 0.8.1-SNAPSHOT development ------------------------------------------ [...truncated 1560 lines...] at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192) at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173) at org.apache.openejb.monitoring.StatsInterceptor.record(StatsInterceptor.java:181) at org.apache.openejb.monitoring.StatsInterceptor.invoke(StatsInterceptor.java:100) at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192) at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173) at org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:85) at org.apache.openejb.core.stateless.StatelessContainer._invoke(StatelessContainer.java:227) at org.apache.openejb.core.stateless.StatelessContainer.invoke(StatelessContainer.java:194) at org.apache.openejb.core.ivm.EjbObjectProxyHandler.synchronizedBusinessMethod(EjbObjectProxyHandler.java:308) at org.apache.openejb.core.ivm.EjbObjectProxyHandler.businessMethod(EjbObjectProxyHandler.java:303) at org.apache.openejb.core.ivm.EjbObjectProxyHandler._invoke(EjbObjectProxyHandler.java:92) at org.apache.openejb.core.ivm.BaseEjbProxyHandler.invoke(BaseEjbProxyHandler.java:308) at com.sun.proxy.$Proxy41.removeAccount(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.chorem.lima.service.ServiceMonitorableHandler.invoke(ServiceMonitorableHandler.java:73) at com.sun.proxy.$Proxy42.removeAccount(Unknown Source) at org.chorem.lima.business.AccountServiceImplTest.removeUnexistedAccountTest(AccountServiceImplTest.java:220) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: org.hibernate.TransientObjectException: object references an unsaved transient instance - save the transient instance before flushing: org.chorem.lima.entity.AccountImpl at org.hibernate.engine.internal.ForeignKeys.getEntityIdentifierIfNotUnsaved(ForeignKeys.java:294) at org.hibernate.type.EntityType.getIdentifier(EntityType.java:537) at org.hibernate.type.ManyToOneType.nullSafeSet(ManyToOneType.java:174) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at org.nuiton.topia.persistence.internal.support.HibernateTopiaJpaSupport.find0(HibernateTopiaJpaSupport.java:207) ... 67 more INFO [main] (Log4jLogStream.java:71) info - EJBContainer already initialized. Call ejbContainer.close() to allow reinitialization INFO [main] (AbstractLimaTest.java:183) getTestApplicationContext - Opening context to database : jdbc:h2:<http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/surefire-workdir/lima-business-e2ff3aca-7f17-4734-b7c1-a5fdb5f11a44/data> WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] WARN [main] (DriverManagerConnectionProviderImpl.java:93) configure - HHH000402: Using Hibernate built-in connection pool (not for production use!) DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount INFO [main] (Log4jLogStream.java:71) info - EJBContainer already initialized. Call ejbContainer.close() to allow reinitialization INFO [main] (AbstractLimaTest.java:183) getTestApplicationContext - Opening context to database : jdbc:h2:<http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/surefire-workdir/lima-business-26030f9f-ae08-4c60-8282-f2dc1fbd4eae/data> WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] WARN [main] (DriverManagerConnectionProviderImpl.java:93) configure - HHH000402: Using Hibernate built-in connection pool (not for production use!) DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount INFO [main] (Log4jLogStream.java:71) info - EJBContainer already initialized. Call ejbContainer.close() to allow reinitialization INFO [main] (AbstractLimaTest.java:183) getTestApplicationContext - Opening context to database : jdbc:h2:<http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/surefire-workdir/lima-business-9c09e18b-44e6-4220-bc39-90d9c3656b3d/data> WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] WARN [main] (DriverManagerConnectionProviderImpl.java:93) configure - HHH000402: Using Hibernate built-in connection pool (not for production use!) DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount INFO [main] (Log4jLogStream.java:71) info - EJBContainer already initialized. Call ejbContainer.close() to allow reinitialization INFO [main] (AbstractLimaTest.java:183) getTestApplicationContext - Opening context to database : jdbc:h2:<http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/surefire-workdir/lima-business-cd5c3210-e6d2-4507-a4d6-084b8b36fd2f/data> WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] WARN [main] (DriverManagerConnectionProviderImpl.java:93) configure - HHH000402: Using Hibernate built-in connection pool (not for production use!) DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.709 sec - in org.chorem.lima.business.AccountServiceImplTest Running org.chorem.lima.entity.FinancialTransactionDAOTest INFO [main] (Log4jLogStream.java:71) info - EJBContainer already initialized. Call ejbContainer.close() to allow reinitialization INFO [main] (AbstractLimaTest.java:183) getTestApplicationContext - Opening context to database : jdbc:h2:<http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/surefire-workdir/lima-business-5fe3085a-b201-4678-bc3f-3fb10c8ba59c/data> WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] WARN [main] (DriverManagerConnectionProviderImpl.java:93) configure - HHH000402: Using Hibernate built-in connection pool (not for production use!) DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount WARN [main] (TopiaUtil.java:322) warnOnAutomaticSchemaOperationRisk - Be careful, you are about to let Hibernate automatically create or update your database schema. [hibernate.hbm2ddl.auto=update] WARN [main] (DriverManagerConnectionProviderImpl.java:93) configure - HHH000402: Using Hibernate built-in connection pool (not for production use!) DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.EntryBookServiceImpl#createEntryBook DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.FiscalPeriodServiceImpl#createFiscalPeriod DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#getAccountByNumber DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.EntryBookServiceImpl#getEntryBookByCode DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.FinancialTransactionServiceImpl#createFinancialTransaction DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.FinancialTransactionServiceImpl#createEntry DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.FinancialTransactionServiceImpl#createEntry DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.FinancialTransactionServiceImpl#updateFinancialTransaction DEBUG [main] (DefaultAccountingRules.java:326) updateFinancialTransactionDateRules - Date de transaction modifiée sur l'ui Wed Apr 04 00:00:00 CEST 2012 DEBUG [main] (DefaultAccountingRules.java:327) updateFinancialTransactionDateRules - Date de début du premier exercice : 2012-01-01 00:00:00.0 DEBUG [main] (DefaultAccountingRules.java:328) updateFinancialTransactionDateRules - Date de fin du dernier exercice : 2012-12-31 23:59:59.999 DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.FinancialPeriodServiceImpl#getAllFinancialPeriods DEBUG [main] (LimaInterceptor.java:78) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.EntryBookServiceImpl#getEntryBookByCode WARN [main] (DriverManagerConnectionProviderImpl.java:93) configure - HHH000402: Using Hibernate built-in connection pool (not for production use!) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.564 sec - in org.chorem.lima.entity.FinancialTransactionDAOTest Results : Tests run: 83, Failures: 0, Errors: 0, Skipped: 2 [JENKINS] Recording test results log4j:WARN No appenders could be found for logger (org.apache.commons.beanutils.converters.BooleanConverter). log4j:WARN Please initialize the log4j system properly. [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ lima-business --- [INFO] Building jar: <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/lima-business-0.8.1-SNAPSHOT.jar> [INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) > generate-sources @ lima-business >>> [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java-versions) @ lima-business --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (ensure-no-container-api) @ lima-business --- [INFO] [INFO] --- helper-maven-plugin:2.1:check-auto-container (check-central-safe) @ lima-business --- [INFO] Will use repository http://repo1.maven.org/maven2/ [INFO] Will use repository http://maven.nuiton.org/central-releases [WARNING] Skip SNAPSHOT dependency : org.nuiton:nuiton-utils:3.0-20141026.094947-74 [WARNING] Skip SNAPSHOT dependency : org.nuiton.topia:topia-persistence:3.0-20150219.131141-260 [WARNING] Skip SNAPSHOT dependency : org.nuiton.topia:topia-service-flyway:3.0-20150219.131338-186 [INFO] Skipping goal (runOnce flag is on and goal was already executed). [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-project-files) @ lima-business --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-site-deploy-classifier) @ lima-business --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-platform) @ lima-business --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-projectId) @ lima-business --- [INFO] [INFO] --- helper-maven-plugin:2.1:share-server-secret (get-redmine-login) @ lima-business --- [INFO] Skipping goal (runOnce flag is on and goal was already executed). [WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) < generate-sources @ lima-business <<< [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ lima-business --- [INFO] Building jar: <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/lima-business-0.8.1-SNAPSHOT-sources.jar> [INFO] [INFO] --- maven-javadoc-plugin:2.10.1:jar (attach-javadocs) @ lima-business --- [INFO] 4 warnings [WARNING] Javadoc Warnings [WARNING] <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/src/main/java/org/chorem/lima/business/ejb/FinancialStatementServiceImpl.java>:228: warning - @return tag has no arguments. [WARNING] <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/src/main/java/org/chorem/lima/business/ejb/FinancialStatementServiceImpl.java>:338: warning - @return tag has no arguments. [WARNING] <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/src/main/java/org/chorem/lima/business/ejb/ImportServiceImpl.java>:260: warning - @return tag has no arguments. [WARNING] <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/src/main/java/org/chorem/lima/business/ejb/ReportServiceImpl.java>:130: warning - @return tag has no arguments. [INFO] Building jar: <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/lima-business-0.8.1-SNAPSHOT-javadoc.jar> [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ lima-business --- [INFO] [INFO] --- helper-maven-plugin:2.1:share-server-secret (get-pgp-passphrase) @ lima-business --- [INFO] Exporting server [gpg-signer] username in ${gpg.keyname} [INFO] Exporting server [gpg-signer] password in ${gpg.passphrase} [INFO] [INFO] --- helper-maven-plugin:2.1:collect-files (collect-build-artifacts) @ lima-business --- [INFO] Loaded /var/local/forge/data/chorem.org/jenkins/workspace/lima-nightly/target/collect-artifacts.txt [INFO] Copying lima-business-0.8.1-SNAPSHOT.jar to /var/local/forge/data/chorem.org/jenkins/workspace/lima-nightly/target/collect/org.chorem.lima--lima-business/lima-business-0.8.1-SNAPSHOT.jar [INFO] Copying THIRD-PARTY.properties to /var/local/forge/data/chorem.org/jenkins/workspace/lima-nightly/target/collect/org.chorem.lima--lima-business/THIRD-PARTY.properties [INFO] Copying lima-business-0.8.1-SNAPSHOT-sources.jar to /var/local/forge/data/chorem.org/jenkins/workspace/lima-nightly/target/collect/org.chorem.lima--lima-business/lima-business-0.8.1-SNAPSHOT-sources.jar [INFO] Copying lima-business-0.8.1-SNAPSHOT-javadoc.jar to /var/local/forge/data/chorem.org/jenkins/workspace/lima-nightly/target/collect/org.chorem.lima--lima-business/lima-business-0.8.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- helper-maven-plugin:2.1:collect-files (collect-build-attachements) @ lima-business --- [WARNING] skip unexisting file <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/ws/target/lima-server-0.8.1-SNAPSHOT-bin.zip> (adding user file : ) [WARNING] Skipping goal (No file to collect). [INFO] [INFO] --- maven-gpg-plugin:1.5:sign (sign-artifacts) @ lima-business --- [INFO] [INFO] --- maven-dependency-plugin:2.9:analyze-only (analyze) @ lima-business --- [INFO] Used declared dependencies found: [INFO] org.chorem.lima:lima-callao:jar:0.8.1-SNAPSHOT:compile [INFO] org.chorem.lima:lima-business-api:jar:0.8.1-SNAPSHOT:compile [INFO] junit:junit:jar:4.11:test [INFO] org.nuiton:nuiton-utils:jar:3.0-SNAPSHOT:compile [INFO] org.nuiton.i18n:nuiton-i18n:jar:3.3:compile [INFO] org.nuiton.topia:topia-persistence:jar:3.0-SNAPSHOT:compile [INFO] org.nuiton.topia:topia-service-flyway:jar:3.0-SNAPSHOT:compile [INFO] org.nuiton:nuiton-config:jar:3.0-rc-2:compile [INFO] org.nuiton:nuiton-csv:jar:3.0-rc-4:compile [INFO] org.apache.commons:commons-lang3:jar:3.3.2:compile [INFO] commons-logging:commons-logging:jar:1.2:compile [INFO] commons-lang:commons-lang:jar:2.6:compile [INFO] commons-io:commons-io:jar:2.4:compile [INFO] org.apache.openejb:javaee-api:jar:6.0-6:provided [INFO] com.google.guava:guava:jar:18.0:compile [WARNING] Unused declared dependencies found: [WARNING] org.apache.openejb:openejb-core:jar:4.7.1:compile [WARNING] commons-codec:commons-codec:jar:1.9:compile [JENKINS] Archiving disabled
participants (1)
-
admin+ci-chorem.org@codelutin.com