Am 21.10.2017 um 08:20 schrieb Anatole Tresch:
> why one build goes through as on my machine without any errors, but fails
> another time with cdi tests not working? I have no idea, but a stable,
> reproducible environment is something different imo...


I experience similar problems locally (JDK8_152, Ubuntu):

Tests run: 6, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 0.149
sec <<< FAILURE! - in org.apache.tamaya.cdi.ConfigurationProducerTest
optionalIntegerFieldIsSet(org.apache.tamaya.cdi.ConfigurationProducerTest)
 Time elapsed: 0.01 sec  <<< ERROR!
java.lang.RuntimeException: Could not inject members
Caused by: org.apache.tamaya.ConfigException: Can't resolve any of the
possible config keys: [defaultBoolean.value] to the required target
type: TypeLiteral{type=class java.lang.Boolean}, supported formats: []

actualPropertyValues(org.apache.tamaya.cdi.ConfigurationProducerTest)
Time elapsed: 0.007 sec  <<< ERROR!
java.lang.RuntimeException: Could not inject members
Caused by: org.apache.tamaya.ConfigException: Can't resolve any of the
possible config keys: [defaultBoolean.value] to the required target
type: TypeLiteral{type=class java.lang.Boolean}, supported formats: []

providerIntegerFieldIsSet(org.apache.tamaya.cdi.ConfigurationProducerTest)
 Time elapsed: 0.006 sec  <<< ERROR!
java.lang.RuntimeException: Could not inject members
Caused by: org.apache.tamaya.ConfigException: Can't resolve any of the
possible config keys: [defaultBoolean.value] to the required target
type: TypeLiteral{type=class java.lang.Boolean}, supported formats: []

optionalStringFieldIsSet(org.apache.tamaya.cdi.ConfigurationProducerTest)
 Time elapsed: 0.006 sec  <<< ERROR!
java.lang.RuntimeException: Could not inject members
Caused by: org.apache.tamaya.ConfigException: Can't resolve any of the
possible config keys: [defaultBoolean.value] to the required target
type: TypeLiteral{type=class java.lang.Boolean}, supported formats: []

defaultValues(org.apache.tamaya.cdi.ConfigurationProducerTest)  Time
elapsed: 0.006 sec  <<< ERROR!
java.lang.RuntimeException: Could not inject members
Caused by: org.apache.tamaya.ConfigException: Can't resolve any of the
possible config keys: [defaultBoolean.value] to the required target
type: TypeLiteral{type=class java.lang.Boolean}, supported formats: []

providerStringFieldIsSet(org.apache.tamaya.cdi.ConfigurationProducerTest)
 Time elapsed: 0.006 sec  <<< ERROR!
java.lang.RuntimeException: Could not inject members
Caused by: org.apache.tamaya.ConfigException: Can't resolve any of the
possible config keys: [defaultBoolean.value] to the required target
type: TypeLiteral{type=class java.lang.Boolean}, supported formats: []

Running org.apache.tamaya.cdi.CDIConfiguredMethodTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009
sec - in org.apache.tamaya.cdi.CDIConfiguredMethodTest


Phil

Reply via email to