I set the testFailureIgnore to false since were tyring to get jboss-man to GA, and there
is this odd failure showing up when running the mvn test phase, but not under eclipse:
| Caused by: java.lang.IllegalArgumentException: No enum const class
org.jboss.test.metatype.values.factory.support.TestEnum.org.jboss.test.metatype.values.factory.support.TestGeneric@be32
| at java.lang.Enum.valueOf(Enum.java:196) at
org.jboss.reflect.plugins.ValueConvertor.convertValue(ValueConvertor.java:130) at
org.jboss.reflect.plugins.ValueConvertor.convertValue(ValueConvertor.java:90) at
org.jboss.reflect.plugins.ValueConvertor.convertValue(ValueConvertor.
| java:75) at
org.jboss.reflect.plugins.ClassInfoImpl.convertValue(ClassInfoImpl.ja
| va:481)
| at
org.jboss.metatype.plugins.values.DefaultMetaValueFactory.convertValue(DefaultMetaValueFactory.java:1029)
| ... 33 more
|
Something is munging together a class instance toString with the enum class and trying to
treat that as an enum string. I'm looking into how.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4190611#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...