Hide Forgot
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)
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"/>
Link: Added: This issue depends JBESB-1353
Verified fixed in IR8.