BigBank tomcat test integration POM points to BEA jar file download
-------------------------------------------------------------------
Key: TUSCANY-564
URL: http://issues.apache.org/jira/browse/TUSCANY-564
Project: Tuscany
Issue Type: Bug
Components: Java BigBank Scenario
Affects Versions: Java-M1, Java-M2
Reporter: Luciano Resende
I was trying to run java/testing/tomcat/bigbank
When you don't have jsr173 dependency available, you will get the following
from the mvn command line
Missing:
----------
1) javax.xml:jsr173:jar:1.0
Try downloading the file manually from:
http://ftpna2.bea.com/pub/downloads/jsr173.jar
Then, install it using the command:
mvn install:install-file -DgroupId=javax.xml -DartifactId=jsr173
-Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file
After some investigation, I found out that the /java/testing/tomcat/readme.htm
file have instructions on how to download this dependency from XML Bean
Distribution.
Jeremy also pointed that we could exclude this one and use stax-api dependency
already available for other parts of the project.
http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg05206.html
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]