Its fixed. The CDI module was dependent on a file in the CDI SE module, however CDI SE is not on CDI's classpath. I removed the errant reference, all tests passed.
I still question why these are two different modules. John On Sun, Aug 28, 2016 at 6:44 PM John D. Ament <[email protected]> wrote: > I'll take a look, I'm seeing these fail locally as well > > INFO - Undeploying app: > /home/jenkins/jenkins-slave/workspace/Tamaya-Master-branch/modules/integration/cdi/ConfigurationProducerTest > Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.201 sec > <<< FAILURE! - in > org.apache.tamaya.integration.cdi.ConfigurationProducerTest > actualPropertyValues(org.apache.tamaya.integration.cdi.ConfigurationProducerTest) > Time elapsed: 0.121 sec <<< ERROR! > org.apache.openejb.OpenEJBException: Creating application failed: > /home/jenkins/jenkins-slave/workspace/Tamaya-Master-branch/modules/integration/cdi/ConfigurationProducerTest: > javax.enterprise.inject.spi.Extension: Provider > org.apache.tamaya.integration.cdi.TamayaCDIIntegration not found > Caused by: java.util.ServiceConfigurationError: > javax.enterprise.inject.spi.Extension: Provider > org.apache.tamaya.integration.cdi.TamayaCDIIntegration not found > > defaultValues(org.apache.tamaya.integration.cdi.ConfigurationProducerTest) > Time elapsed: 0.001 sec <<< ERROR! > java.lang.NullPointerException > > > Results : > > Tests in error: > ConfigurationProducerTest.actualPropertyValues » OpenEJB Creating > application ... > ConfigurationProducerTest.defaultValues » NullPointer > > On Sun, Aug 28, 2016 at 4:51 PM Apache Jenkins Server < > [email protected]> wrote: > >> See <https://builds.apache.org/job/Tamaya-Master-branch/changes> >> >>
