-
Bug
-
Resolution: Done
-
Blocker
-
None
-
None
-
None
it has failed 10 times in a row on Ci so seems to be reproducible. it would be a regression.
the genrated project has this error when launched during tests (got from https://fusesource-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Fuse%20Tooling/job/jbosstools-fuse_PullRequest-OnlyTemplates/lastCompletedBuild/testReport/org.fusesource.ide.projecttemplates.tests.integration.wizards/FuseIntegrationProjectCreatorRunnableForCBRIT/testCBRSpringCreation_2_21_0_/ )
[INFO] Running my.company.camel.cbr.CamelXmlTest [ main] CamelXmlTest INFO ******************************************************************************** [ main] CamelXmlTest INFO Testing: testCamelRoute(my.company.camel.cbr.CamelXmlTest) [ main] CamelXmlTest INFO ******************************************************************************** [ main] CamelXmlTest INFO ******************************************************************************** [ main] CamelXmlTest INFO Testing done: testCamelRoute(my.company.camel.cbr.CamelXmlTest) [ main] CamelXmlTest INFO Took: 0.040 seconds (40 millis) [ main] CamelXmlTest INFO ******************************************************************************** [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.188 s <<< FAILURE! - in my.company.camel.cbr.CamelXmlTest [ERROR] testCamelRoute(my.company.camel.cbr.CamelXmlTest) Time elapsed: 0.044 s <<< ERROR! java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory at my.company.camel.cbr.CamelXmlTest.createApplicationContext(CamelXmlTest.java:76) at my.company.camel.cbr.CamelXmlTest.createApplicationContext(CamelXmlTest.java:20) Caused by: java.lang.ClassNotFoundException: org.apache.commons.logging.LogFactory at my.company.camel.cbr.CamelXmlTest.createApplicationContext(CamelXmlTest.java:76) at my.company.camel.cbr.CamelXmlTest.createApplicationContext(CamelXmlTest.java:20) [INFO] [INFO] Results: [INFO] [ERROR] Errors: [ERROR] CamelXmlTest>CamelTestSupport.setUp:269->CamelSpringTestSupport.doPreSetup:80->CamelSpringTestSupport.doCreateApplicationContext:90->createApplicationContext:20->createApplicationContext:76 » NoClassDefFound [INFO] [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------