I'm trying to run as-upgrader.sh for ironjacamar. I'm using JBoss 7.1 and need the JCA 1.6 support.
When I try, I get the error below. I can use a browser to get the jar file myself. Is there any way to run this tool with the jar I manually downloaded?
-bash-3.2$ sh ./as-upgrader.sh 1.1.0.Alpha6 /scratch/jleinawe/jboss71/jboss-as-7.1.0.Final
Version: 1.1.0.Alpha6
AS installation: /scratch/jleinawe/jboss71/jboss-as-7.1.0.Final
Upgrade unsuccessful
Error: Could not download: http://repository.jboss.org/nexus/content/groups/public/org/jboss/ironjacamar/ironjacamar-common-api/1.1.0.Alpha6/ironjacamar-common-api-1.1.0.Alpha6.jar
java.io.IOException: Could not download: http://repository.jboss.org/nexus/content/groups/public/org/jboss/ironjacamar/ironjacamar-common-api/1.1.0.Alpha6/ironjacamar-common-api-1.1.0.Alpha6.jar
at org.jboss.jca.as.upgrader.Main.downloadArtifact(Main.java:230)
at org.jboss.jca.as.upgrader.Main.download(Main.java:195)
at org.jboss.jca.as.upgrader.Main.main(Main.java:98)