[
http://jira.jboss.com/jira/browse/JBESB-1322?page=comments#action_12386988 ]
Tom Cunningham commented on JBESB-1322:
---------------------------------------
No. This is when a user downloads the "jbossesb-server-4.2.1GA.zip", unzips
it, and then tries to run the quickstarts from the samples directory within
jbossesb-server-4.2.1GA. We don't ship a deployment.properties or
quickstart.properties in the server :
drseuss:jbossesb-server-4.2.1GA tcunning$ find . | grep deployment.properties
drseuss:jbossesb-server-4.2.1GA tcunning$ find . | grep quickstart.properties
drseuss:jbossesb-server-4.2.1GA tcunning$
We could probably either add the install/deployment.properties with it pointing to itself,
not ship QS's at all in server, or we could give these properties relative settings if
there is no deployment.properties.
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