See <http://ci.chorem.org/jenkins/job/lima-nightly/org.chorem.lima$lima-business/52/changes> Changes: [dcosse] refs #1032 correction sur import export [dcosse] refs #1032 import des journaux depuis EBP [dcosse] refs #1032 nouvelle implémentation des imports export EBP ------------------------------------------ [...truncated 1764 lines...] at org.chorem.lima.business.accountingrules.DefaultAccountingRules.removeAccountRules(DefaultAccountingRules.java:147) at org.chorem.lima.business.ejb.AccountServiceImpl.removeAccount(AccountServiceImpl.java:200) at sun.reflect.GeneratedMethodAccessor139.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:182) at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:164) at org.chorem.lima.business.LimaInterceptor.invoke(LimaInterceptor.java:117) at sun.reflect.GeneratedMethodAccessor18.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:182) at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:164) at org.apache.openejb.monitoring.StatsInterceptor.record(StatsInterceptor.java:180) at org.apache.openejb.monitoring.StatsInterceptor.invoke(StatsInterceptor.java:99) 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:182) at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:164) at org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:80) at org.apache.openejb.core.stateless.StatelessContainer._invoke(StatelessContainer.java:212) at org.apache.openejb.core.stateless.StatelessContainer.invoke(StatelessContainer.java:181) at org.apache.openejb.core.ivm.EjbObjectProxyHandler.synchronizedBusinessMethod(EjbObjectProxyHandler.java:268) at org.apache.openejb.core.ivm.EjbObjectProxyHandler.businessMethod(EjbObjectProxyHandler.java:263) at org.apache.openejb.core.ivm.EjbObjectProxyHandler._invoke(EjbObjectProxyHandler.java:86) at org.apache.openejb.core.ivm.BaseEjbProxyHandler.invoke(BaseEjbProxyHandler.java:303) at com.sun.proxy.$Proxy41.removeAccount(Unknown Source) at sun.reflect.GeneratedMethodAccessor138.invoke(Unknown Source) 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:76) at com.sun.proxy.$Proxy42.removeAccount(Unknown Source) at org.chorem.lima.business.AccountServiceImplTest.removeUnexistedAccountTest(AccountServiceImplTest.java:221) 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.find(HibernateTopiaJpaSupport.java:161) ... 63 more INFO [main] (Log4jLogStream.java:69) info - EJBContainer already initialized. Call ejbContainer.close() to allow reinitialization INFO [main] (AbstractLimaTest.java:191) getTestContext - 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-9e8fa0d1-149a-47d7-86cd-4d7cf305157f/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:94) 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:94) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:94) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:94) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:94) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:94) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:94) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:94) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount INFO [main] (Log4jLogStream.java:69) info - EJBContainer already initialized. Call ejbContainer.close() to allow reinitialization INFO [main] (AbstractLimaTest.java:191) getTestContext - 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-36a3102a-8b9e-4c60-91b4-fbe750206e63/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:94) 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:94) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:94) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:94) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:94) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:94) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:94) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:94) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount INFO [main] (Log4jLogStream.java:69) info - EJBContainer already initialized. Call ejbContainer.close() to allow reinitialization INFO [main] (AbstractLimaTest.java:191) getTestContext - 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-227c88d0-2efe-4d4f-a884-b0c4b084721d/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:94) 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:94) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:94) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:94) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:94) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:94) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:94) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:94) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount INFO [main] (Log4jLogStream.java:69) info - EJBContainer already initialized. Call ejbContainer.close() to allow reinitialization INFO [main] (AbstractLimaTest.java:191) getTestContext - 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-fdea692e-95ae-4f11-8fdd-bb2ad3bc60ca/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:94) 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:94) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:94) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:94) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:94) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:94) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:94) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:94) 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: 6.348 sec - in org.chorem.lima.business.AccountServiceImplTest Running org.chorem.lima.entity.FinancialTransactionDAOTest INFO [main] (Log4jLogStream.java:69) info - EJBContainer already initialized. Call ejbContainer.close() to allow reinitialization INFO [main] (AbstractLimaTest.java:191) getTestContext - 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-50cb96d1-914c-4ca4-89f5-a7f5a014c9c9/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:94) 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:94) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:94) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:94) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:94) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:94) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:94) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#createAccount DEBUG [main] (LimaInterceptor.java:94) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.EntryBookServiceImpl#createEntryBook DEBUG [main] (LimaInterceptor.java:94) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.FiscalPeriodServiceImpl#createFiscalPeriod DEBUG [main] (LimaInterceptor.java:94) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.AccountServiceImpl#getAccountByNumber DEBUG [main] (LimaInterceptor.java:94) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.EntryBookServiceImpl#getEntryBookByCode DEBUG [main] (LimaInterceptor.java:94) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.FinancialTransactionServiceImpl#createFinancialTransaction DEBUG [main] (LimaInterceptor.java:94) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.FinancialTransactionServiceImpl#createEntry DEBUG [main] (LimaInterceptor.java:94) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.FinancialTransactionServiceImpl#createEntry DEBUG [main] (LimaInterceptor.java:94) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.FinancialTransactionServiceImpl#updateFinancialTransaction DEBUG [main] (DefaultAccountingRules.java:324) updateFinancialTransactionDateRules - Date de transaction modifiée sur l'ui Wed Apr 04 00:00:00 CEST 2012 DEBUG [main] (DefaultAccountingRules.java:325) updateFinancialTransactionDateRules - Date de début du premier exercice : 2012-01-01 00:00:00.0 DEBUG [main] (DefaultAccountingRules.java:326) updateFinancialTransactionDateRules - Date de fin du dernier exercice : 2012-12-31 23:59:59.999 DEBUG [main] (LimaInterceptor.java:94) invoke - Init new topia transaction for method : class org.chorem.lima.business.ejb.FinancialPeriodServiceImpl#getAllFinancialPeriods DEBUG [main] (LimaInterceptor.java:94) 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.804 sec - in org.chorem.lima.entity.FinancialTransactionDAOTest Results : Tests run: 93, 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.4: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.2.1:jar (attach-sources) > generate-sources @ lima-business >>> [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (ensure-no-container-api) @ lima-business --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (check-project-files) @ 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.2.1:jar (attach-sources) < generate-sources @ lima-business <<< [INFO] [INFO] --- maven-source-plugin:2.2.1: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.9.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>:231: 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>:341: 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>:133: 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.3:attach-descriptor (attach-descriptor) @ lima-business --- [INFO] [INFO] --- maven-assembly-plugin:2.4: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/trunk/target/collect-artifacts.txt [INFO] Copying lima-business-0.8-SNAPSHOT.jar to /var/local/forge/data/chorem.org/jenkins/workspace/lima-nightly/trunk/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/trunk/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/trunk/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/trunk/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/trunk/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.8: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.1:compile [INFO] org.nuiton.topia:topia-persistence:jar:3.0-SNAPSHOT:compile [INFO] org.nuiton.topia:topia-service-migration:jar:3.0-SNAPSHOT:compile [INFO] org.nuiton:nuiton-config:jar:3.0-alpha-2:compile [INFO] org.nuiton:nuiton-csv:jar:3.0-rc-2:compile [INFO] org.hibernate:hibernate-core:jar:4.3.5.Final:compile [INFO] org.apache.commons:commons-lang3:jar:3.3.2:compile [INFO] commons-logging:commons-logging:jar:1.1.3: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.6.0.2:compile [INFO] com.google.guava:guava:jar:17.0:compile [INFO] org.eclipse.jetty:jetty-servlet:jar:9.1.5.v20140505:compile [INFO] org.eclipse.jetty:jetty-server:jar:9.1.5.v20140505:compile [INFO] commons-codec:commons-codec:jar:1.9:compile [WARNING] Unused declared dependencies found: [WARNING] net.sf.opencsv:opencsv:jar:2.3:compile [JENKINS] Archiving disabled