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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
