User: d_jencks
Date: 01/09/06 06:18:04
Modified: src/etc/conf/default jboss-service.xml
Log:
removed escapes from connection url so connection factoryloader would load DefaultDS
Revision Changes Path
1.5 +2 -2 jboss/src/etc/conf/default/jboss-service.xml
Index: jboss-service.xml
===================================================================
RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/jboss-service.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- jboss-service.xml 2001/09/06 00:39:34 1.4
+++ jboss-service.xml 2001/09/06 13:18:04 1.5
@@ -7,7 +7,7 @@
<!-- -->
<!-- ===================================================================== -->
-<!-- $Id: jboss-service.xml,v 1.4 2001/09/06 00:39:34 jules_gosnell Exp $ -->
+<!-- $Id: jboss-service.xml,v 1.5 2001/09/06 13:18:04 d_jencks Exp $ -->
<!--
| This is where you can add and configure your MBeans.
@@ -358,7 +358,7 @@
-->
<mbean code="org.jboss.resource.ConnectionFactoryLoader"
name="JBOSS-SYSTEM:service=ConnectionFactoryLoader,name=DefaultDS">
- <attribute
name="Properties">ConnectionURL=jdbc\:HypersonicSQL\:hsql\://localhost\:1476</attribute>
+ <attribute
name="Properties">ConnectionURL=jdbc:HypersonicSQL:hsql://localhost:1476</attribute>
<attribute name="FactoryName">DefaultDS</attribute>
<attribute name="TransactionManagerName">java:/TransactionManager</attribute>
<attribute name="ResourceAdapterName">Minerva JDBC LocalTransaction
ResourceAdapter</attribute>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development