Hu guys,

concerning the test failures ....
running the tests in Eclipse yields a lot of debug output from Tamaya
and tests are GREEN.

While running on console gives failures (just like Jenkins):


optionalIntegerFieldIsSet(org.apache.tamaya.cdi.ConfigurationProducerTest)
 Time elapsed: 0.011 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.008 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.005 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.005 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: []



Any ideas what this could be?!

I tried to put in some Thread.sleep() in order to wait for Tamaya
changes to be applied, but 2-3 seconds did not change anyhing.

Cheers,
Phil

Reply via email to