diff options
| author | Weston M. Price <wprice@apache.org> | 2013-08-23 14:41:18 +0000 |
|---|---|---|
| committer | Weston M. Price <wprice@apache.org> | 2013-08-23 14:41:18 +0000 |
| commit | 4dc94a9f2adb2bf6ac075d7f1ebbbe1044787099 (patch) | |
| tree | 7f64c7c2534526231f1cc2c4a5a4a2f066262a6a /java/jca/example/conf | |
| parent | 4201ebe7727273d52c456847d13c7f47ed9bcf28 (diff) | |
| download | qpid-python-4dc94a9f2adb2bf6ac075d7f1ebbbe1044787099.tar.gz | |
[QPID-5089] Remove Personalized User/Pass from EAP6/JBoss7 Example. Update EAP6/JBoss7 Documentation
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1516868 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/jca/example/conf')
| -rw-r--r-- | java/jca/example/conf/jboss-ejb-client.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/jca/example/conf/jboss-ejb-client.properties b/java/jca/example/conf/jboss-ejb-client.properties index 8bf1075c14..9b62e6794c 100644 --- a/java/jca/example/conf/jboss-ejb-client.properties +++ b/java/jca/example/conf/jboss-ejb-client.properties @@ -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 |
