[
http://jira.jboss.com/jira/browse/JBESB-1322?page=comments#action_12387010 ]
Kevin Conner commented on JBESB-1322:
-------------------------------------
Actually, if this is within the ESB server generated by the SOA platform team then the
issue may lie within the base-build.xml.
There is a section in that file which is responsible for detecting the environment being
used and it looks like it may have chosen the wrong one.
load_generator QS depends on
${org.jboss.esb.server.home}/server/${org.jboss.esb.server.config}
-----------------------------------------------------------------------------------------------
Key: JBESB-1322
URL:
http://jira.jboss.com/jira/browse/JBESB-1322
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Examples
Affects Versions: 4.2.1
Reporter: Tom Cunningham
Assigned To: Mark Little
Fix For: 4.2.1 CP1
The load_generator QS depends on the ${org.jboss.esb.server.home} and
${org.jboss.esb.server.config} being set. In the downloadable ESB server, these
properties aren't available, so they should be provided with some relative path.
drseuss:load_generator tcunning$ ant clean deploy
Buildfile: build.xml
BUILD FAILED
/Users/tcunning/Downloads/jboss-soa-p-standalone.4.2.0/samples/quickstarts/load_generator/build.xml:25:
/Users/tcunning/Downloads/jboss-soa-p-standalone.4.2.0/samples/quickstarts/load_generator/${org.jboss.esb.server.home}/server/${org.jboss.esb.server.config}/deploy
not found.
Total time: 1 second
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira