Hide Forgot
Created attachment 822951 [details] Full test report attached The Arquillian test for jax-rs-client quickstart ends with error: test(org.jboss.as.quickstarts.jaxrsclient.JaxRsClientTest) Time elapsed: 0.059 sec <<< ERROR! java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory To reproduce this issue simply follow README for this quickstart.
Added the commons logging dependency to the pom.xml file. Fix is in this commit: https://github.com/jboss-developer/jboss-eap-quickstarts/commit/7ff80e28f7fb21a23388ce873282fa481d97a169
Verified using 6.2.0.CR1 bits.