[jboss-user] [Microcontainer] - Re: MicroContainer with external dependencies

ataylor do-not-reply at jboss.com
Wed Oct 17 07:07:47 EDT 2007


ok, that worked cheers.

If i register my datasource within the MC something like

  | <bean name="DataSource" class="org.jboss.resource.adapter.jdbc.local.LocalTxDataSource">
  |       <property name="driverClass">com.mysql.jdbc.Driver</property>
  |       <property name="connectionURL">jdbc:mysql://localhost:3306/messaging</property>
  |       <property name="userName">sa</property>	
  | </bean>
  | 


And another app within the JBoss AS also connects to this database, via the DefaultDS, wont I be using a different connection pool?

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

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



More information about the jboss-user mailing list