Hide Forgot
Date of First Response: 2008-01-08 12:56:07 project_key: SOA from email from jdelong The quickstart webservice_wsaddressing has a message that: This Quickstart requires the JBossRemoting 2.2.2SP2 patch to be applied. This simply involves downloading <a href="http://repository.jboss.org/jboss/remoting/2.2.2.SP2/lib/jboss-remoting.jar">jboss-remoting.jar</a> If you run ant deploy it barfs complaining: build file parsing, attempting to resolve. Future versions of Ant may support referencing ids defined in non-executed targets. [echo] JBR Version String: 'JBossRemoting Version 2.2.2.SP4 (Bluto)'. BUILD FAILED /shared/software/soa-p-standalone/jboss-soa-p-standalone.4.2.0/samples/quickstarts/conf/base-build.xml:494: Invalid version of JBossRemoting installed on target server. Please install version 2.2.2.SP2: http://repository.jboss.org/jboss/remoting/2.2.2.SP2/lib/jboss-remoting.jar So it looks like the version is 2.2.2.SP4, but the build script is looking for 2.2.2.SP2.
Link: Added: This issue depends JBESB-1454
Two other quickstarts, webservice_wssecurity and webservice_mtom, have the same issue.
Fixed in ESB, merge happening soon
The deployment is working - still seeing this though: assert-jbossremoting-version: Warning: Reference exec-classpath has not been set at runtime, but was found during build file parsing, attempting to resolve. Future versions of Ant may support referencing ids defined in non-executed targets. Warning: Reference compile-classpath has not been set at runtime, but was found during build file parsing, attempting to resolve. Future versions of Ant may support referencing ids defined in non-executed targets. Warning: Reference quickstart-dependencies-classpath has not been set at runtime, but was found during build file parsing, attempting to resolve. Future versions of Ant may support referencing ids defined in non-executed targets. [echo] JBR Version String: 'JBossRemoting Version 2.2.2.SP4 (Bluto)'.
Verified fixed in CR2