[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Specifying the schema for EJBTimerService's TIMERS datab

jaikiran do-not-reply at jboss.com
Mon Jun 16 01:52:30 EDT 2008


I think the other way of doing this (at one common place) is to specify the schema name in the datasource itself. So in your case, the -ds.xml which is used to configure your datasouce:

jboss.jca:service=DataSourceBinding,name=MySqlDs

can be configured as follows:

<connection-url>jdbc:mysql://localhost:3306/jboss</connection-url>

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

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



More information about the jboss-user mailing list