[jboss-user] [JBoss jBPM] - Re: Cannot get JBPM + MSSQL to run together!

mputz do-not-reply at jboss.com
Fri Apr 13 02:49:48 EDT 2007


look at this wiki for a detailed description 

http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmOnTomcat

(it's for MySQL but it's almost the same for MSSQL)

what's wrong with your configuration is that you don't have any jdbc connection properties defined. These lines

    <!-- JDBC connection properties (begin) -->
  |     <property name="hibernate.connection.driver_class">net.sourceforge.jtds.jdbc.Driver</property>
  |     <property name="hibernate.connection.url">jdbc:jtds:sqlserver://192.168.0.2</property>
  |     <property name="hibernate.connection.username">jbpmsa</property>
  |     <property name="hibernate.connection.password">testjbpm</property>
  |     <!-- JDBC connection properties (end) -->

should not be commented out (assumed that they contain the proper settings for your db).

Regards, Martin

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

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



More information about the jboss-user mailing list