[jboss-svn-commits] JBossAS SVN: r54833 - trunk/server/src/etc/conf/default

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Jul 28 23:09:38 EDT 2006


Author: ruel.loehr at jboss.com
Date: 2006-07-28 23:09:38 -0400 (Fri, 28 Jul 2006)
New Revision: 54833

Removed:
   trunk/server/src/etc/conf/default/hsql-default-service.xml
Log:
remove erroneous cvs file

Deleted: trunk/server/src/etc/conf/default/hsql-default-service.xml
===================================================================
--- trunk/server/src/etc/conf/default/hsql-default-service.xml	2006-07-29 03:08:45 UTC (rev 54832)
+++ trunk/server/src/etc/conf/default/hsql-default-service.xml	2006-07-29 03:09:38 UTC (rev 54833)
@@ -1,93 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-
-<!-- ===================================================================== -->
-<!--                                                                       -->
-<!--  JBoss Server Configuration                                           -->
-<!--                                                                       -->
-<!-- ===================================================================== -->
-
-<!-- $Id$ -->
-
-
-<server>
-
-  <classpath archives="
-	 hsql.jar, 
-	 hsql-plugin.jar"/>
-
-  <!-- ==================================================================== -->
-  <!-- JDBC - Initialize the databases                                      -->
-  <!-- to ConnectionFactoryLoader                                           -->
-  <!-- ==================================================================== -->
-
-  <mbean code="org.jboss.jdbc.HypersonicDatabase" 
-	 name="JBOSS-SYSTEM:service=Hypersonic">
-    <attribute name="Port">1476</attribute>
-    <attribute name="Silent">true</attribute>
-    <attribute name="Database">default</attribute>
-    <attribute name="Trace">false</attribute>
-  </mbean>
-
-  <mbean code="org.jboss.resource.ConnectionFactoryLoader" 
-	 name="JBOSS-SYSTEM:service=ConnectionFactoryLoader,name=DefaultDS">
-    <attribute name="ManagedConnectionFactoryProperties">ConnectionURL=jdbc:HypersonicSQL:hsql://localhost:1476
-  DriverClass=org.hsql.jdbcDriver
-  UserName=sa</attribute>
-    <attribute name="JndiName">DefaultDS</attribute>
-    <attribute name="TransactionManagerName">java:/TransactionManager</attribute>
-    <mbean-ref name="ResourceAdapterName">JCA:service=RARDeployment,name=Minerva JDBC LocalTransaction ResourceAdapter</mbean-ref>
-    <mbean-ref name="ConnectionManagerFactoryLoaderName">JCA:service=ConnectionManagerFactoryLoader,name=MinervaSharedLocalCMFactory</mbean-ref>
-    <attribute name="ConnectionManagerProperties">#
-      #Wed Aug 15 16:17:29 EDT 2001
-      InvalidateOnError=false
-      BlockingTimeoutMillis=500000
-      IdleTimeoutMillis=1800000
-      MaxSize=10
-      TimestampUsed=false
-      IdleTimeoutEnabled=false
-      CleanupIntervalMillis=120000
-      MinSize=0
-      GCMinIdleMillis=1200000
-      GCEnabled=false
-      MaxIdleTimeoutPercent=1.0
-    </attribute>
-    <attribute name="PrincipalMappingClass">
-      org.jboss.resource.security.ManyToOnePrincipalMapping
-   </attribute>
-    <attribute name="PrincipalMappingProperties">UserName=sa</attribute>
-  </mbean>
-
-
-  <!--NoTransDS is for the jdbc persistence manager for jbossmq.-->
-  <mbean code="org.jboss.resource.ConnectionFactoryLoader" 
-	 name="JBOSSMQ:service=ConnectionFactoryLoader,name=NoTransDS">
-    <attribute name="ManagedConnectionFactoryProperties">ConnectionURL=jdbc:HypersonicSQL:hsql://localhost:1476
-  AutoCommit=true
-  DriverClass=org.hsql.jdbcDriver
-  UserName=sa</attribute>
-    <attribute name="JndiName">NoTransDS</attribute>
-    <attribute name="TransactionManagerName">java:/TransactionManager</attribute>
-    <mbean-ref name="ResourceAdapterName">JCA:service=RARDeployment,name=Minerva JDBC LocalTransaction ResourceAdapter</mbean-ref>
-    <mbean-ref name="ConnectionManagerFactoryLoaderName">JCA:service=ConnectionManagerFactoryLoader,name=MinervaNoTransCMFactory</mbean-ref>
-    <attribute name="ConnectionManagerProperties">#
-      #Wed Aug 15 16:17:29 EDT 2001
-      InvalidateOnError=false
-      BlockingTimeoutMillis=500000
-      IdleTimeoutMillis=1800000
-      MaxSize=10
-      TimestampUsed=false
-      IdleTimeoutEnabled=false
-      CleanupIntervalMillis=120000
-      MinSize=0
-      GCMinIdleMillis=1200000
-      GCEnabled=false
-      MaxIdleTimeoutPercent=1.0
-    </attribute>
-    <attribute name="PrincipalMappingClass">
-      org.jboss.resource.security.ManyToOnePrincipalMapping
-   </attribute>
-    <attribute name="PrincipalMappingProperties">UserName=sa</attribute>
-  </mbean>
-
-</server>




More information about the jboss-svn-commits mailing list