[jboss-user] [Microcontainer] - Re: disable connection pool

gedel do-not-reply at jboss.com
Thu Nov 23 05:22:42 EST 2006


at previous post 
org.hsqldb.jdbcDriver
  | jdbc:hsqldb:file:test-output/staging 
  | 
means

   <bean name="StagingDSBootstrap" class="org.jboss.resource.adapter.jdbc.local.LocalTxDataSource">
  |       <property name="driverClass">org.hsqldb.jdbcDriver</property>
  |       <property name="connectionURL">jdbc:hsqldb:file:test-output/staging</property>
  |       <property name="userName">sa</property>

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988107#3988107

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3988107



More information about the jboss-user mailing list