Set Arjuna properties
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/8cea209a Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/8cea209a Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/8cea209a Branch: refs/heads/master Commit: 8cea209a8b4e3637bee67daa46227afeca521402 Parents: 286eabd Author: jbertram <[email protected]> Authored: Wed May 6 14:51:31 2015 -0500 Committer: jbertram <[email protected]> Committed: Wed May 6 15:37:46 2015 -0500 ---------------------------------------------------------------------- tests/extra-tests/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/8cea209a/tests/extra-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/extra-tests/pom.xml b/tests/extra-tests/pom.xml index 7d7e2cc..8ad559c 100644 --- a/tests/extra-tests/pom.xml +++ b/tests/extra-tests/pom.xml @@ -219,6 +219,14 @@ <BYTEMAN_HOME></BYTEMAN_HOME> </environmentVariables> <systemProperties> + <property> + <name>com.arjuna.ats.arjuna.objectstore.objectStoreDir</name> + <value>target/ObjectStore</value> + </property> + <property> + <name>ObjectStoreEnvironmentBean.objectStoreDir</name> + <value>target/ObjectStore</value> + </property> <!-- <property> <name>org.jboss.byteman.home</name>
