Bug 1064320

Summary: Missing EAP jars from Maven repo zip for EAP 6.3.0
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Nikoleta Hlavickova <nziakova>
Component: Maven RepositoryAssignee: Paul Gier <pgier>
Status: CLOSED CURRENTRELEASE QA Contact: Nikoleta Hlavickova <nziakova>
Severity: high Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.3.0CC: bsutter
Target Milestone: ER6   
Target Release: EAP 6.3.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-06-28 15:41:16 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:

Description Nikoleta Hlavickova 2014-02-12 12:22:20 UTC
Some jars included in EAP 6.3.0 DR0 zip are not included in Maven repo zip as expected:

(1) ./jboss-eap-6.3/bin/client/jboss-client.jar
Maven repo contains an empty directory jboss-eap-6.3.0.DR0-maven-repository/org/jboss/as/jboss-as-client-all/7.4.0.Final-redhat-0/

(2) ./jboss-eap-6.3/bundles/system/layers/base/javax/servlet/api/v25/jboss-servlet-api_2.5_spec-1.0.1.Final-redhat-2.jar
Maven repo contains jboss-servlet-api_3.0_spec-1.0.2.Final-redhat-1.jar

(3) ./jboss-eap-6.3/modules/system/layers/base/org/picketlink/core/api/main/picketlink-api-2.5.3.Beta2.jar
Maven repo does not contain this artifact at all

(4) ./jboss-eap-6.3/modules/system/layers/base/org/picketlink/core/main/picketlink-impl-2.5.3.Beta2.jar
Maven repo does not contain this artifact at all

(5) ./jboss-eap-6.3/modules/system/layers/base/org/jboss/resteasy/resteasy-spring/main/bundled/resteasy-spring.jar
Maven repo contains ./jboss-eap-6.3.0.DR0-maven-repository/org/jboss/resteasy/resteasy-spring/2.3.7.Final-redhat-2/resteasy-spring-2.3.7.Final-redhat-2.jar

(6) ./jboss-eap-6.3/modules/system/layers/base/org/apache/santuario/xmlsec/main/xmlsec-1.5.6.jar
Maven repo contains an empty directory jboss-eap-6.3.0.DR0-maven-repository/org/apache/santuario/xmlsec/1.5.6/

Comment 2 Nikoleta Hlavickova 2014-03-06 10:45:23 UTC
11 fialures in EAP 6.3.0 DR2:

jboss-eap-6.3/modules/system/layers/base/org/picketlink/core/api/main/picketlink-api-2.5.3.Final.jar
jboss-eap-6.3/modules/system/layers/base/org/picketlink/core/main/picketlink-impl-2.5.3.Final.jar

jboss-eap-6.3/modules/system/layers/base/com/redhat/gss/redhat-support-lib-java/main/commons-net-3.1.jar
jboss-eap-6.3/modules/system/layers/base/com/redhat/gss/redhat-support-lib-java/main/jersey-apache-client4-1.17.1.jar
jboss-eap-6.3/modules/system/layers/base/com/redhat/gss/redhat-support-lib-java/main/jersey-apache-client4-1.17.1.jar
jboss-eap-6.3/modules/system/layers/base/com/redhat/gss/redhat-support-lib-java/main/jersey-client-1.17.1.jar
jboss-eap-6.3/modules/system/layers/base/com/redhat/gss/redhat-support-lib-java/main/jersey-core-1.17.1.jar
jboss-eap-6.3/modules/system/layers/base/com/redhat/gss/redhat-support-lib-java/main/jersey-multipart-1.17.1.jar

jboss-eap-6.3/modules/system/layers/base/org/apache/ws/security/main/wss4j-1.6.14.jar

jboss-eap-6.3/bin/client/jboss-client.jar

jboss-eap-6.3/bundles/system/layers/base/javax/servlet/api/v25/jboss-servlet-api_2.5_spec-1.0.1.Final-redhat-2.jar

jboss-eap-6.3/modules/system/layers/base/org/jboss/resteasy/resteasy-spring/main/bundled/resteasy-spring.jar

Comment 3 Nikoleta Hlavickova 2014-04-08 12:24:22 UTC
4 EAP jars missing in EAP 6.3.0 ER1 Maven repository:

picketlink-api-2.5.3.SP2-redhat-1.jar
picketlink-impl-2.5.3.SP2-redhat-1.jar
jboss-client.jar
resteasy-spring.jar

Comment 4 Nikoleta Hlavickova 2014-05-02 08:59:29 UTC
Update for EAP 6.3.0 ER3: 

jboss-client.jar
resteasy-spring.jar

Comment 5 Paul Gier 2014-06-03 15:00:50 UTC
The jboss-client.jar is intentionally left out because it is a shaded jar and should not be used from the Maven repo.

The resteasy-spring jar is in the repository, it just has the version string in the file name, so it probably wasn't found by the tests.  This should be fixed with bug 1090053

Comment 6 Nikoleta Hlavickova 2014-06-16 13:35:52 UTC
Verified with EAP 6.3.0.ER7.