Bug 780833 (SOA-3284)

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: ExamplesAssignee: Gary Brown <gary.pi4tech>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 5.2.0.ER3CC: 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    

Description Filip Nguyen 2011-08-22 13:04:18 UTC
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}

Comment 1 Filip Nguyen 2011-08-22 13:06:14 UTC
Link: Added: This issue is a dependency of SOA-3285


Comment 2 Gary Brown 2011-08-23 09:58:32 UTC
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"?






Comment 3 David Le Sage 2011-08-25 23:11:35 UTC
Release Notes Docs Status: Added: Not Required
Writer: Added: dlesage


Comment 4 Filip Nguyen 2011-10-03 14:16:40 UTC
Verified, the QSs are now deployable and runnable.