| Summary: | Quickstarts bpel_esb_helloworld_saml, bpel_simple_esb_proxy_invoke, bpel_simple_esb_proxy_invoke2 are not deployable | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise SOA Platform 5 | Reporter: | Filip Nguyen <fnguyen> |
| Component: | Examples | Assignee: | Gary Brown <gary.pi4tech> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.2.0.ER3 | CC: | fnguyen, gary.pi4tech |
| Target Milestone: | --- | Keywords: | Regression |
| Target Release: | 5.2.0 GA, 5.2.0.ER4 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://jira.jboss.org/jira/browse/SOA-3284 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-10-03 14:16:40 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: | |
| Bug Depends On: | |||
| Bug Blocks: | 780834 | ||
Link: Added: This issue is a dependency of SOA-3285 Doug, can this be handled in the productisation scripts? It appears like there are only these three build.xml files with this problem, so could do a translation from:
dir="${org.jboss.esb.home}/lib" to dir="${org.jboss.esb.server.home}/server/${org.jboss.esb.server.config}/deployers/esb.deployer/lib"?
Release Notes Docs Status: Added: Not Required Writer: Added: dlesage Verified, the QSs are now deployable and runnable. |
Complexity: Low project_key: SOA It is not possible to deploy/run these quickstarts because build.xml contains error: ${org.jboss.esb.home} is not set. Problem is that compile classpath contains: <fileset dir="${org.jboss.esb.home}/lib" includes="*.jar"/> I think the correct classpath entry should be: {code:xml} <fileset dir="${org.jboss.esb.server.home}/server/${org.jboss.esb.server.config}/deployers/esb.deployer/lib" includes="*.jar"/> {code}