[jboss-user] [JBoss jBPM] - Re: jbpm-bpel-ds.xml for mySQL

alex.guizar@jboss.com do-not-reply at jboss.com
Thu Feb 15 16:39:47 EST 2007


Take a loot at jboss-4.0.x/docs/examples/jca/mysql-ds.xml. The extra elements you see in the provided jbpm-bpel-ds.xml are for setting up an in-process hsql database. Since your mysql database runs in its own process, you don't need to set it up.

Make sure the hibernate.connection.datasource property in your hibernate.cfg.xml matches the jndi-name of your datasource. Remember that the jndi-name is prefixed with "java:".

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

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



More information about the jboss-user mailing list