[jboss-cvs] JBossAS SVN: r84886 - trunk/connector/src/etc/example-config.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Feb 27 12:48:44 EST 2009
Author: scott.stark at jboss.org
Date: 2009-02-27 12:48:44 -0500 (Fri, 27 Feb 2009)
New Revision: 84886
Modified:
trunk/connector/src/etc/example-config/firebird-ds.xml
Log:
JBAS-6257, fix typo in jndi-name
Modified: trunk/connector/src/etc/example-config/firebird-ds.xml
===================================================================
--- trunk/connector/src/etc/example-config/firebird-ds.xml 2009-02-27 17:45:20 UTC (rev 84885)
+++ trunk/connector/src/etc/example-config/firebird-ds.xml 2009-02-27 17:48:44 UTC (rev 84886)
@@ -21,7 +21,7 @@
</mbean>
<tx-connection-factory>
- <jndi-name>FIrebirdDS</jndi-name>
+ <jndi-name>FirebirdDS</jndi-name>
<xa-transaction/>
<!-- uncomment to enable interleaving <interleaving/> -->
More information about the jboss-cvs-commits
mailing list