[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 on tomcat which uses mysql - LOGINI UNSUCCESSFU
ygiriyap
do-not-reply at jboss.com
Tue Mar 27 04:14:31 EDT 2007
the hibernate entries are as below ...
anonymous wrote :
| | <!-- hibernate dialect -->
| | <property name="hibernate.dialect">org.hibernate.dialect.MySQLInnoDBDialect</property>
| |
| | <!-- JDBC connection properties (begin) -->
| | <property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
| | <property name="hibernate.connection.url">jdbc:mysql://localhost:3306/jbpm32test</property>
| | <property name="hibernate.connection.username">root</property>
| | <property name="hibernate.connection.password">admin</property>
| | <!-- JDBC connection properties (end) -->
| |
| | <property name="hibernate.cache.provider_class">org.hibernate.cache.HashtableCacheProvider</property>
| |
| | <!-- DataSource properties (begin) -->
| | <property name="hibernate.connection.datasource">java:/JbpmDS</property>
| | <!-- DataSource properties (end) -->
| |
Thanks,
--Yash
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031916#4031916
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4031916
More information about the jboss-user
mailing list