GitHub user glaucio-melo-movile opened a pull request:
https://github.com/apache/activemq-artemis/pull/182
JAVA_HOME fix at artemis-cli
After create a broker using main artemis script, this one needs to be
created using JAVA_HOME environment correctly as well, otherwise the broker
will be unable to find java_home.
I did perform a search at the whole project and this is the only remaining
place which needs to change the JAVA_HOME value at the script.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/glaucio-melo-movile/activemq-artemis patch-3
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/182.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #182
----
commit 800c42bc240f11773f9ccb8933f5da8e862ed72d
Author: Glaucio Melo <[email protected]>
Date: 2015-10-01T13:28:52Z
JAVA_HOME fix at artemis-cli
After create a broker using main artemis script, this one needs to be
created using JAVA_HOME environment correctly as well, otherwise the broker
will be unable to find java_home.
I did perform a search at the whole project and this is the only remaining
place which needs to change the JAVA_HOME value at the script.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---