Bug 1021713

Summary: -with-transactions bom refers to an unexistent dependency.
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Rafael Benevides <benevides>
Component: Maven RepositoryAssignee: Paul Gier <pgier>
Status: CLOSED CURRENTRELEASE QA Contact: Nikoleta Hlavickova <nziakova>
Severity: unspecified Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.2.0CC: bsutter
Target Milestone: CR2   
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:21:02 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:

Description Rafael Benevides 2013-10-21 21:20:24 UTC
Description of problem:
-with-transactions bom refers to an unexistent dependency.

Version-Release number of selected component (if applicable): 6.2.0.Beta


Steps to Reproduce:
1. Open https://github.com/jboss-developer/jboss-eap-boms/blob/6.2.x/jboss-javaee-6.0-with-transactions/pom.xml#L70-L72
2. Look the following GAV: org.jboss.jbossts.jta:jta:${version.org.jboss.jbossts.jbossjts:}
3. It doens't exist on http://maven.repository.redhat.com/techpreview/eap6/6.2.0.Beta/maven-repository/org/jboss/jbossts/jta/

Actual results: failed: Unable to collect/resolve dependency tree for a resulution due to: Could not find artifact org.jboss.jbossts.jta:jta:jar:4.17.10.Final-redhat-2


Expected results: All Dependencies were resolved

Comment 1 Rafael Benevides 2013-10-21 21:24:33 UTC
You can also run mvn org.jboss.maven.plugins:maven-qstools-plugin:bom-check on the jboss-eap-boms project to figure out the missing dependency

Comment 2 Nikoleta Hlavickova 2013-10-22 11:16:07 UTC
I hit this issue in my test too. However the version of unavailable artifact is different. I get this error message:
Could not find artifact org.jboss.jbossts.jta:jta:jar:4.17.12.Final-redhat-1

jboss-javaee-6.0-with-transactions BOM 's parent is jboss-eap-bom-parent which defines:
<version.org.jboss.jbossts.jbossjts>4.17.12.Final-redhat-1</version.org.jboss.jbossts.jbossjts>

Comment 3 Rafael Benevides 2013-10-22 14:17:31 UTC
As discussed with Paul Gier and since it was not used on any Quickstarts, I've update upstream to remove org.jboss.jbossts.jta:jta from the EAP Boms on this commit: https://github.com/jboss-developer/jboss-eap-boms/commit/3de96caffcad33fc31534a798f6a705ab7300ef6#diff-7

Comment 4 Nikoleta Hlavickova 2013-11-19 08:59:52 UTC
Verified for EAP 6.2.0 CR2