To illustrate that a bit:
if i run:
[testsuite]$ sh build.sh one-test
-Dtest=org.jboss.test.profileservice.override.test.JmsDestinationOverrideTestCase
it's failing with:
[junit] java.io.InvalidClassException: sun.reflect.annotation.AnnotationInvocationHandler;
local class incompatible: stream classdesc serialVersionUID = 6182022883658399397, local
class serialVersionUID = 3194649965547556111)
The same with:
[testsuite]$ sh build.sh one-test
-Dtest=org.jboss.test.profileservice.override.test.JmsDestinationOverrideTestCase
-Djunit.jvm=$JAVA_HOME/bin/java
passes as expected.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209519#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...