Bug 777645 (SOA-155) - jboss-soa-p-standalone.4.2.0/samples/quickstarts/conf/base-build.xml - points to jboss-system.jar in wrong dir
Summary: jboss-soa-p-standalone.4.2.0/samples/quickstarts/conf/base-build.xml - points...
Keywords:
Status: CLOSED NEXTRELEASE
Alias: SOA-155
Product: JBoss Enterprise SOA Platform 4
Classification: JBoss
Component: JBossESB
Version: 4.2 IR6
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: 4.2 IR8
Assignee: Kevin Conner
QA Contact:
URL: http://jira.jboss.org/jira/browse/SOA...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-11-19 19:19 UTC by Len DiMaggio
Modified: 2007-12-06 21:12 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
standalone-soa-4.2.0-IR6.0.zip RHEL5
Last Closed: 2007-12-05 03:11:00 UTC
Type: Bug


Attachments (Terms of Use)


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

Description Len DiMaggio 2007-11-19 19:19:36 UTC
Date of First Response: 2007-11-20 05:22:38
project_key: SOA

Description of problem:
Found this problem in passing - 
jboss-soa-p-standalone.4.2.0/samples/quickstarts/conf/base-build.xml - points to jboss-system.jar in wrong dir

There doesn't seem to be any affect other than the error message.

Version-Release number of selected component (IR or RC #, component ver)
standalone-soa-4.2.0-IR6.0.zip

How reproducible:
100%

Steps to Reproduce: 
1. Execute any quickstart with ant -d.

Actual results:
sendesb:
     [echo] Runs Test ESB Message Sender
dropping /opt/IR6/jboss-soa-p-standalone.4.2.0/samples/quickstarts/helloworld/lib/jboss-system.jar from path as it doesn't exist
dropping /opt/IR6/jboss-soa-p-standalone.4.2.0/samples/quickstarts/helloworld/lib/jboss-system.jar from path as it doesn't exist

Expected results:
No errors

Additional info: (e.g., stack trace)

Line 149 in: jboss-soa-p-standalone.4.2.0/samples/quickstarts/conf/base-build.xml - should read:
                        <pathelement location="${product.dir}/lib/jboss-system.jar"/>

Attachments (e.g., server log)

Comment 1 Kevin Conner 2007-11-20 10:22:38 UTC
Yes, this line (and the preceding one) are incorrect, they should read

                        <pathelement location="${org.jboss.esb.server.home}/lib/commons-logging.jar"/>
                        <pathelement location="${org.jboss.esb.server.home}/lib/jboss-system.jar"/>


Comment 2 Kevin Conner 2007-11-20 10:26:04 UTC
Link: Added: This issue depends JBESB-1353


Comment 3 Len DiMaggio 2007-12-06 21:12:13 UTC
Verified fixed in IR8.


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