Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » JBoss User Help »

[jboss-user] [JBoss jBPM] - Re: Tomcat 5.5 - Jbpm 3.2 - Starting
 failed <<couldn't get a

scott.stark@jboss.org

2007-03-29


Did you set the hibernate.dialect property in hibernate.cfg.xml?

Besides the changes you have already made, there should also be an entry for the dialect. Use org.hibernate.dialect.OracleDialect for Oracle 8 and earlier, org.hibernate.dialect.Oracle9Dialect for Oracle 9 and 10.


  <!-- SQL dialect -->
|   <property name="hibernate.dialect">org.hibernate.dialect.Oracle9Dialect</property>

Regards,
Martin

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032632
_______________________________________________
jboss-user mailing list
jboss-user@(protected)
https://lists.jboss.org/mailman/listinfo/jboss-user
©2008 junlu.com - Jax Systems, LLC, U.S.A.