[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBOSS on MAC OS X leopard
taysay
do-not-reply at jboss.com
Mon Nov 10 06:43:42 EST 2008
@Jaikiran Pai
How are you doing, just to appreciate you invaluable assistance. Yes changing the installation of jboss from jboss from 4.2.3-GA-jdk 6 to jboss from 4.2.3-GA solves the problem though running jboss-seam 2.1.0 on it throws the following issues
An error has occurred while processing the Maven artifact tasks.
Diagnosis:
Unable to resolve artifact: Missing:
----------
1) javax.xml.bind:jaxb-api:jar:2.1
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=javax.xml.bind -DartifactId=jaxb-api -Dversion=2.1 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy eploy-file -DgroupId=javax.xml.bind -DartifactId=jaxb-api -Dversion=2.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.maven:super-pom:jar:2.0
2) javax.xml.bind:jaxb-api:jar:2.1
----------
1 required artifact is missing.
for artifact:
org.apache.maven:super-pom:jar:2.0................. blah blah
changing the jboss-seam installation to jboss-seam-2.1.0.SP1.tar solves the problem. Thank you so very much.
Have a bug free week
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4188082#4188082
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4188082
More information about the jboss-user
mailing list