Author: wprice
Date: Fri Aug 23 14:41:18 2013
New Revision: 1516868

URL: http://svn.apache.org/r1516868
Log:
[QPID-5089] Remove Personalized User/Pass from EAP6/JBoss7 Example. Update 
EAP6/JBoss7 Documentation

Modified:
    qpid/trunk/qpid/java/jca/example/README-JBOSS7.txt
    qpid/trunk/qpid/java/jca/example/conf/jboss-ejb-client.properties

Modified: qpid/trunk/qpid/java/jca/example/README-JBOSS7.txt
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/jca/example/README-JBOSS7.txt?rev=1516868&r1=1516867&r2=1516868&view=diff
==============================================================================
--- qpid/trunk/qpid/java/jca/example/README-JBOSS7.txt (original)
+++ qpid/trunk/qpid/java/jca/example/README-JBOSS7.txt Fri Aug 23 14:41:18 2013
@@ -64,8 +64,6 @@ deploy this file copy the file to:
 
 JBOSS_HOME/standalone/configuration
 
-directory.
-
 Prior to deploying any application component, the JBoss application server
 should be started and available for requests. In order to use the 
qpid-standalone.xml
 file generated in the previous step, when starting JBoss AS 7 invoke the 
following:
@@ -100,7 +98,22 @@ will attempt to deploy the Qpid JCA exam
 Once the above command executes successfully, the Qpid JCA example application 
is
 deployed, configured and ready for use.
 
-Note, currently there is an issue with 'hot-deployment' in the JBoss AS 7 
environment.
+If you choose to use the standalone 'thin' EJB3 client example, you will need 
to configure
+the security realm for your application. Please see
+
+http://www.mastertheboss.com/jboss-as-7/jboss-as-7-remote-ejb-client-tutorial
+
+on instructions for how to do this in the JBoss7 environment. Once this is 
done you
+will need to change the conf/jboss-ejb-client.properties file to use your 
recently
+configured username/password for your application:
+
+remote.connection.default.username=CHANGEME
+remote.connection.default.password=CHANGEME
+
+Modify these properties to use the username/password you configured in the
+above step.
+
+Currently there is an issue with 'hot-deployment' in the JBoss AS 7 
environment.
 If you need to re-deploy the EAR file, restarting JBoss AS 7 is required.
 
 The build-jboss7-properties.xml file contains JBoss AS 7 specific 
configuration options

Modified: qpid/trunk/qpid/java/jca/example/conf/jboss-ejb-client.properties
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/jca/example/conf/jboss-ejb-client.properties?rev=1516868&r1=1516867&r2=1516868&view=diff
==============================================================================
--- qpid/trunk/qpid/java/jca/example/conf/jboss-ejb-client.properties (original)
+++ qpid/trunk/qpid/java/jca/example/conf/jboss-ejb-client.properties Fri Aug 
23 14:41:18 2013
@@ -7,6 +7,6 @@ remote.connection.default.host=localhost
 remote.connection.default.port = 4447
 
remote.connection.default.connect.options.org.xnio.Options.SASL_POLICY_NOANONYMOUS=false
 
-remote.connection.default.username=wmprice
-remote.connection.default.password=72whtu78
+remote.connection.default.username=CHANGEME
+remote.connection.default.password=CHANGEME
 



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

Reply via email to