From 50aed4957e057064effee741323b951fc40d554f Mon Sep 17 00:00:00 2001 From: "Weston M. Price" Date: Wed, 13 Jun 2012 18:23:08 +0000 Subject: NO-JIRA: *Cleaned up JBoss7 configuration *Documentated cluster configuration for connection URL *Minor typo fixes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1349981 13f79535-47bb-0310-9956-ffa450edef68 --- java/jca/example/README-EXAMPLE.txt | 5 +++++ java/jca/example/build-jboss7-properties.xml | 5 +---- java/jca/example/conf/qpid-standalone.xml | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) (limited to 'java/jca') diff --git a/java/jca/example/README-EXAMPLE.txt b/java/jca/example/README-EXAMPLE.txt index 3a2ee0c38e..fd0af585ef 100644 --- a/java/jca/example/README-EXAMPLE.txt +++ b/java/jca/example/README-EXAMPLE.txt @@ -232,4 +232,9 @@ While this documentation highlights the major components and steps needed to tak the possiblities for modifcation are numerous. You are encouraged to experiment with the example as you work to develop your own messaging applications. +***Note*** +Due to the way Ant handle XML escape characters in the Copy task, if you are attempting to deploy the +examples to a clustered broker configuration, you will need to modify the resultant XML configuration +file to remove the '&' character and replace it with the & character. This file varies by app +server. Please see the app server specific documentation for your platform for further details. diff --git a/java/jca/example/build-jboss7-properties.xml b/java/jca/example/build-jboss7-properties.xml index 68ecd8a4f4..d91d4f0db6 100644 --- a/java/jca/example/build-jboss7-properties.xml +++ b/java/jca/example/build-jboss7-properties.xml @@ -121,13 +121,10 @@ - + - - - diff --git a/java/jca/example/conf/qpid-standalone.xml b/java/jca/example/conf/qpid-standalone.xml index 8d6137aea7..2e22bd3f99 100644 --- a/java/jca/example/conf/qpid-standalone.xml +++ b/java/jca/example/conf/qpid-standalone.xml @@ -1,3 +1,4 @@ + - -- cgit v1.2.1