Bug 1029475

Summary: Errors in jax-rs-client quickstart
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Nikoleta Hlavickova <nziakova>
Component: QuickstartsAssignee: sgilda
Status: CLOSED CURRENTRELEASE QA Contact: Nikoleta Hlavickova <nziakova>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.2.0CC: bsutter, jkudrnac, pmuir
Target Milestone: CR1   
Target Release: EAP 6.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-15 16:16:09 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Full test report attached none

Description Nikoleta Hlavickova 2013-11-12 12:52:25 UTC
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.

Comment 1 sgilda 2013-11-12 14:44:54 UTC
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

Comment 2 Jitka Kozana 2013-11-15 09:45:47 UTC
Verified using 6.2.0.CR1 bits.