Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1080903

Summary: Unavailable artifacts referenced in the eap6-supported-artifacts BOM
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, dosoudil
Target Milestone: ER1   
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:29:54 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
Test pom file none

Description Nikoleta Hlavickova 2014-03-26 09:54:59 UTC
Artifact javax.transaction:jta:jar:1.0.1B is not available in Maven repo zip and it is not available in central too.

Part of dependency tree that misses the artifact:
[DEBUG]    org.picketbox:picketbox-infinispan:jar:4.0.19.SP5:compile
[DEBUG]       org.picketbox:picketbox-spi-bare:jar:4.0.19.SP5:compile
[DEBUG]          org.picketbox:common-spi:jar:4.0.19.SP5:compile
[DEBUG]          org.picketbox:identity-spi:jar:4.0.19.SP5:compile
[DEBUG]          org.picketbox:authorization-spi:jar:4.0.19.SP5:compile
[DEBUG]          javax.servlet:servlet-api:jar:2.5:compile
[DEBUG]       org.picketbox:jbosssx-bare:jar:4.0.19.SP5:compile
[DEBUG]          org.picketbox:picketbox-identity-impl:jar:4.0.19.SP5:compile
[DEBUG]          org.picketbox:picketbox-acl-impl:jar:4.0.19.SP5:compile
[DEBUG]             org.hibernate:hibernate-annotations:jar:3.3.0.ga:compile
[DEBUG]                org.hibernate:hibernate:jar:3.2.1.ga:compile
[DEBUG]                   net.sf.ehcache:ehcache:jar:1.2.3:compile
[DEBUG]                   javax.transaction:jta:jar:1.0.1B:compile
[DEBUG]                   asm:asm-attrs:jar:1.5.3:compile
[DEBUG]                   cglib:cglib:jar:2.1_3:compile
[DEBUG]             javax.persistence:persistence-api:jar:1.0:compile
[DEBUG]          org.picketbox:acl-spi:jar:4.0.19.SP5:compile

Comment 1 Nikoleta Hlavickova 2014-03-26 09:57:08 UTC
Created attachment 878924 [details]
Test pom file

Used command:
mvn -X -U -e -s $SETTINGS_XML -f eap6-supported-artifacts-6.3.0.Alpha2.pom-test-pom dependency:tree

$SETTINGS_XML uses Maven repo zip + central

Comment 2 Nikoleta Hlavickova 2014-04-08 14:40:57 UTC
Verified with EAP 6.3.0 ER1