| Summary: | quickstart webservice_wsaddressing asking for wrong jboss remoting patch | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise SOA Platform 4 | Reporter: | trev <tkirby> |
| Component: | JBossESB | Assignee: | trev <tkirby> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 4.2 Beta 1 | ||
| Target Milestone: | --- | ||
| Target Release: | 4.2 Beta 2 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://jira.jboss.org/jira/browse/SOA-291 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-02-05 17:47:27 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
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 |
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.