| Summary: | jboss-soa-p-standalone.4.2.0/samples/quickstarts/conf/base-build.xml - points to jboss-system.jar in wrong dir | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise SOA Platform 4 | Reporter: | Len DiMaggio <ldimaggi> |
| Component: | JBossESB | Assignee: | Kevin Conner <kevin.conner> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 4.2 IR6 | ||
| Target Milestone: | --- | ||
| Target Release: | 4.2 IR8 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://jira.jboss.org/jira/browse/SOA-155 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: |
standalone-soa-4.2.0-IR6.0.zip
RHEL5
|
|
| Last Closed: | 2007-12-05 03:11:00 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: | |
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. |
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)