Hi,
I tried to install the jbossws-metro-3.3.1.GA to JBOSS 6.1.0 Final by making following changes in ant.properties.
#
# A sample ant properties file
#
# Optional JBoss Home
jboss501.home=/dati/jboss-5.0.1.GA
jboss510.home=/dati/jboss-5.1.0.GA
jboss600.home=/dati/jboss-6.0.0.M2
jboss601.home=/dati/jboss-6.0.0-SNAPSHOT
jboss601.home=C:/jboss-6.1.0.Final
# The JBoss server under test. This can be [jboss501|jboss510|jboss600|jboss601]
jbossws.integration.target=jboss601
# The JBoss settings
jboss.server.instance=all
jboss.bind.address=localhost
# JBoss JMX invoker authentication
#jmx.authentication.username=admin
#jmx.authentication.password=admin
# Java Compiler options
javac.debug=yes
javac.deprecation=no
javac.fail.onerror=yes
javac.verbose=no
it seems to me that its not getting installed sucessfully because 'ant test' is not successful.
I have checked the compatibility matrix here
It support jboss 6.0.0 M3 only. Is it possible to deploy it on JBOSS AS 6.1.0 being higher version ?