Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.9.3
-
None
-
None
Description
On hudson, the ProjectStageActivationExtensionTest throws an Exception. But all works fine if it runs locally.
It also works if we pull the project from hg or git then all is fine and the test succeeds even in the hudson.a.o.
It seems to have a problem if hudson checks out from SVN.
javax.enterprise.inject.ResolutionException: Cannot find beans for class org.apache.myfaces.extensions.cdi.core.test.impl.projectstage.testbeans.MyMailService
null
at org.apache.webbeans.util.InjectionExceptionUtils.throwBeanNotFoundException(InjectionExceptionUtils.java:52)
at org.apache.webbeans.cditest.owb.CdiTestOpenWebBeansContainer.getInstance(CdiTestOpenWebBeansContainer.java:156)
at org.apache.myfaces.extensions.cdi.core.test.util.ContainerTestBase.getBeanInstance(ContainerTestBase.java:53)
at org.apache.myfaces.extensions.cdi.core.test.impl.projectstage.ProjectStageActivationExtensionTest.testProjectStageActivationExtension(ProjectStageActivationExtensionTest.java:35)