diff options
| author | Weston M. Price <wprice@apache.org> | 2012-06-13 18:23:08 +0000 |
|---|---|---|
| committer | Weston M. Price <wprice@apache.org> | 2012-06-13 18:23:08 +0000 |
| commit | c20a9a0f572b31fe6de26d607efeb523493a5b90 (patch) | |
| tree | e432dce40ab0b4504dfe0290ab0b1f9752b97f94 /qpid/java/jca/example/README-EXAMPLE.txt | |
| parent | b2c2d5c174bf62fe0fbaa05ddf98467e8cbb87b0 (diff) | |
| download | qpid-python-c20a9a0f572b31fe6de26d607efeb523493a5b90.tar.gz | |
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@1349981 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/jca/example/README-EXAMPLE.txt')
| -rw-r--r-- | qpid/java/jca/example/README-EXAMPLE.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qpid/java/jca/example/README-EXAMPLE.txt b/qpid/java/jca/example/README-EXAMPLE.txt index 3a2ee0c38e..fd0af585ef 100644 --- a/qpid/java/jca/example/README-EXAMPLE.txt +++ b/qpid/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. |
