Found the issue but not sure of a resolution. Why is the test running when
-Dmaven.test.skip=true is specified? It can't find the class because it
shouldn't be running!

[INFO] --- maven-compiler-plugin:2.4:testCompile (default-testCompile) @
multiple-arquillian-adapters ---
[INFO] *Not compiling test sources*
[INFO]
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @
multiple-arquillian-adapters ---
[INFO] *Tests are skipped*.
[INFO]
[INFO] --- maven-surefire-plugin:2.12:test (test-embedded) @
multiple-arquillian-adapters ---
[INFO] Surefire report directory:
D:\Libs\openejb\openejb\examples\multiple-arquillian-adapters\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Concurrency config is parallel='none', perCoreThreadCount=true,
threadCount=1, useUnlimitedThreads=false
org.apache.maven.surefire.util.SurefireReflectionException:
java.lang.reflect.InvocationTargetException; nested exceptio
n is java.lang.reflect.InvocationTargetException: null
java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)



--
View this message in context: 
http://openejb.979440.n4.nabble.com/Fwd-svn-commit-r1367976-in-openejb-trunk-openejb-examples-multiple-arquillian-adapters-src-test-java-tp4656615p4656629.html
Sent from the OpenEJB Dev mailing list archive at Nabble.com.

Reply via email to