diff options
| author | Weston M. Price <wprice@apache.org> | 2012-04-17 21:38:29 +0000 |
|---|---|---|
| committer | Weston M. Price <wprice@apache.org> | 2012-04-17 21:38:29 +0000 |
| commit | 5e09be7cc6ed2de1be4db0f8d345e0e4685ba801 (patch) | |
| tree | b72f5fda834a10c1b9da5e33f393884b46204adc /qpid/java/jca/example/conf/geronimo-application.xml | |
| parent | 237152da04c827f44ece3c37e310b6e590c4cc91 (diff) | |
| download | qpid-python-5e09be7cc6ed2de1be4db0f8d345e0e4685ba801.tar.gz | |
QPID-3701
-Add support for Glassfish 3.1.1 AS
-Add necessary configuration files for Glassfish support
-Reworked JNDI naming conventions to be consistent across all
supported app servers
-Fixed NPE in QpidConnectionFactoryProxy
-Added necessary documentation files for Glassfish support
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327294 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/jca/example/conf/geronimo-application.xml')
| -rw-r--r-- | qpid/java/jca/example/conf/geronimo-application.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/jca/example/conf/geronimo-application.xml b/qpid/java/jca/example/conf/geronimo-application.xml index a855e0fae8..384f6b2e75 100644 --- a/qpid/java/jca/example/conf/geronimo-application.xml +++ b/qpid/java/jca/example/conf/geronimo-application.xml @@ -21,7 +21,7 @@ --> <application xmlns="http://geronimo.apache.org/xml/ns/j2ee/application-2.0" xmlns:sys="http://geronimo.apache.org/xml/ns/deployment-1.2" - xmlns:naming="http://geronimo.apache.org/xml/ns/naming-1.2" + xmlns:nam="http://geronimo.apache.org/xml/ns/naming-1.2" application-name="QpidJCAExampleApplication"> <sys:environment> |
