[weld-issues] [JBoss JIRA] Created: (WELDINT-28) Proprietary JTA API missing

Karel Piwko (JIRA) jira-events at lists.jboss.org
Wed Nov 11 07:12:18 EST 2009


Proprietary JTA API missing
---------------------------

                 Key: WELDINT-28
                 URL: https://jira.jboss.org/jira/browse/WELDINT-28
             Project: Weld Integration
          Issue Type: Bug
          Components: JBoss EJB 3.0 integration
    Affects Versions: 5.2.0.Beta4
            Reporter: Karel Piwko
            Assignee: Pete Muir


Weld Integration build fails. The proprietary Sun packages have be removed from our Maven2 repositories.
We have to replace them. This is a bit complicated because missing dependency is

<b>javax.transaction:jta:jar:1.0.1B</b>, which is a transitive dependency of Hibernate artifacts:

org.hibernate:hibernate-entitymanager:jar:3.4.0.GA
org.hibernate:hibernate:jar:3.2.6.ga
AFAIK

Logs:
Missing:
----------
1) javax.transaction:jta:jar:1.0.1B

  Try downloading the file manually from: 
      http://java.sun.com/products/jta

  Then, install it using the command: 
      mvn install:install-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
        1) org.jboss.weld.integration:weld-jboss-int-jboss-ejb:jar:5.2.0-SNAPSHOT
        2) org.jboss.ejb3:jboss-ejb3-endpoint-deployer:jar:0.1.3
        3) org.jboss.ejb3:jboss-ejb3-core:jar:1.1.5
        4) org.hibernate:hibernate:jar:3.2.6.ga
        5) javax.transaction:jta:jar:1.0.1B

----------
1 required artifact is missing.

for artifact: 
  org.jboss.weld.integration:weld-jboss-int-jboss-ejb:jar:5.2.0-SNAPSHOT

from the specified remote repositories:
  apiviz.release (http://apiviz.googlecode.com/svn/site/repo/mvn/release),
  snapshots.jboss.org (http://snapshots.jboss.org/maven2),
  oss.sonatype.org/jboss-snapshots (http://oss.sonatype.org/content/repositories/jboss-snapshots),
  central (http://repo1.maven.org/maven2),
  repository.jboss.org (http://repository.jboss.org/maven2)

========================================================================
Missing:
----------
1) javax.transaction:jta:jar:1.0.1B

  Try downloading the file manually from: 
      http://java.sun.com/products/jta

  Then, install it using the command: 
      mvn install:install-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.jboss.weld.integration:weld-jboss-int-jboss-ejb:jar:5.2.0-SNAPSHOT
  	2) org.jboss.jpa:jboss-jpa-deployers:jar:1.0.0-CR1
  	3) org.hibernate:hibernate-entitymanager:jar:3.4.0.GA
  	4) javax.transaction:jta:jar:1.0.1B

----------
1 required artifact is missing.

for artifact: 
  org.jboss.weld.integration:weld-jboss-int-jboss-ejb:jar:5.2.0-SNAPSHOT


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the weld-issues mailing list