[jboss-jira] [JBoss JIRA] Commented: (JBEE-57) org.jboss.spec.javax.xml.registry:jboss-jaxr-api_1.0_spec:jar:1.0.0.Beta1 depends on unavailable version of JAF
Shelly McGowan (JIRA)
jira-events at lists.jboss.org
Sun Aug 15 21:12:11 EDT 2010
[ https://jira.jboss.org/browse/JBEE-57?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12545012#action_12545012 ]
Shelly McGowan commented on JBEE-57:
------------------------------------
The pom has already been updated to use version 1.1. Will release a Beta2 version.
<!-- TODO: this should be changed to a JBoss spec jar -->
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>1.1</version>
</dependency>
</dependencies>
> org.jboss.spec.javax.xml.registry:jboss-jaxr-api_1.0_spec:jar:1.0.0.Beta1 depends on unavailable version of JAF
> ---------------------------------------------------------------------------------------------------------------
>
> Key: JBEE-57
> URL: https://jira.jboss.org/browse/JBEE-57
> Project: JBoss JavaEE APIs
> Issue Type: Bug
> Reporter: Pete Muir
> Assignee: Shelly McGowan
>
> Trying to use jboss-as-client for M4, you hit this error because JAF 1.0.2 is not distributable via Maven. Upgrading JAF to 1.1 or 1.1.1 will resolve this problem.
> 1) javax.activation:activation:jar:1.0.2
> Try downloading the file manually from:
> http://java.sun.com/products/javabeans/glasgow/jaf.html
> Then, install it using the command:
> mvn install:install-file -DgroupId=javax.activation -DartifactId=activation -Dversion=1.0.2 -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.activation -DartifactId=activation -Dversion=1.0.2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> Path to dependency:
> 1) org.jboss.weld:weld-core-test:pom:1.1.0-SNAPSHOT
> 2) org.jboss.test-harness:jboss-test-harness-jboss-as-60:jar:1.1.0-CR6
> 3) org.jboss.jbossas:jboss-as-client:pom:6.0.0.20100721-M4
> 4) org.jboss.spec.javax.xml.registry:jboss-jaxr-api_1.0_spec:jar:1.0.0.Beta1
> 5) javax.activation:activation:jar:1.0.2
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list