Author: wprice
Date: Wed Jun 13 18:23:08 2012
New Revision: 1349981

URL: http://svn.apache.org/viewvc?rev=1349981&view=rev
Log:
NO-JIRA:
    *Cleaned up JBoss7 configuration
    *Documentated cluster configuration for connection URL
    *Minor typo fixes

Modified:
    qpid/trunk/qpid/java/jca/example/README-EXAMPLE.txt
    qpid/trunk/qpid/java/jca/example/build-jboss7-properties.xml
    qpid/trunk/qpid/java/jca/example/conf/qpid-standalone.xml

Modified: qpid/trunk/qpid/java/jca/example/README-EXAMPLE.txt
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/jca/example/README-EXAMPLE.txt?rev=1349981&r1=1349980&r2=1349981&view=diff
==============================================================================
--- qpid/trunk/qpid/java/jca/example/README-EXAMPLE.txt (original)
+++ qpid/trunk/qpid/java/jca/example/README-EXAMPLE.txt Wed Jun 13 18:23:08 2012
@@ -232,4 +232,9 @@ While this documentation highlights the 
 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.
 

Modified: qpid/trunk/qpid/java/jca/example/build-jboss7-properties.xml
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/jca/example/build-jboss7-properties.xml?rev=1349981&r1=1349980&r2=1349981&view=diff
==============================================================================
--- qpid/trunk/qpid/java/jca/example/build-jboss7-properties.xml (original)
+++ qpid/trunk/qpid/java/jca/example/build-jboss7-properties.xml Wed Jun 13 
18:23:08 2012
@@ -121,13 +121,10 @@
     <target name="deploy-config" depends="generate" description="Deploys the 
standalone file to the JBoss environment.">
         <copy todir="${jboss.config.dir}" overwrite="true">
             <fileset dir="${gen.dir}">
-                <include name="${jboss.server.config}.xml"/>
+                <include name="qpid-${jboss.server.config}.xml"/>
             </fileset>
         </copy>
     </target>
 
-    <target name="undeploy-ds" description="Undeploys the ds.xml file from the 
JBoss environment.">
-        <delete file="${jboss.deploy}/qpid-jca-ds.xml"/>
-    </target>
 
 </project>

Modified: qpid/trunk/qpid/java/jca/example/conf/qpid-standalone.xml
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/jca/example/conf/qpid-standalone.xml?rev=1349981&r1=1349980&r2=1349981&view=diff
==============================================================================
--- qpid/trunk/qpid/java/jca/example/conf/qpid-standalone.xml (original)
+++ qpid/trunk/qpid/java/jca/example/conf/qpid-standalone.xml Wed Jun 13 
18:23:08 2012
@@ -1,3 +1,4 @@
+<?xml version='1.0' encoding='UTF-8'?>
 <!--
  -
  - Licensed to the Apache Software Foundation (ASF) under one
@@ -18,7 +19,6 @@
  - under the License.
  -
 -->
-<?xml version='1.0' encoding='UTF-8'?>
 
 <server xmlns="urn:jboss:domain:1.1" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema-instance";>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to