Bug 780833 (SOA-3284) - Quickstarts bpel_esb_helloworld_saml, bpel_simple_esb_proxy_invoke, bpel_simple_esb_proxy_invoke2 are not deployable
Summary: Quickstarts bpel_esb_helloworld_saml, bpel_simple_esb_proxy_invoke, bpel_simp...
Keywords:
Status: CLOSED NEXTRELEASE
Alias: SOA-3284
Product: JBoss Enterprise SOA Platform 5
Classification: JBoss
Component: Examples
Version: 5.2.0.ER3
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 5.2.0 GA,5.2.0.ER4
Assignee: Gary Brown
QA Contact:
URL: http://jira.jboss.org/jira/browse/SOA...
Whiteboard:
Depends On:
Blocks: SOA-3285
TreeView+ depends on / blocked
 
Reported: 2011-08-22 13:04 UTC by Filip Nguyen
Modified: 2011-10-03 14:16 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-10-03 14:16:40 UTC
Type: Bug


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker SOA-3284 0 None None None Never

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.


Note You need to log in before you can comment on or make changes to this bug.