[jboss-user] [jBPM] New message: "Re: TaskService issue"

Tej jbpm do-not-reply at jboss.com
Fri Jan 15 04:43:58 EST 2010


User development,

A new message was posted in the thread "TaskService issue":

http://community.jboss.org/message/520252#520252

Author  : Tej jbpm
Profile : http://community.jboss.org/people/tejJBPM

Message:
--------------------------------------------------------------
Hi Santanu
 
Thanks for the reply.
 
I am using a transaction manager and it is my hiberate which is doing the talking with the database.
 
Here is my config. Do you see anything wrong with this? Do I have to declare any additional params for cleanup.. Thanks in advance
 
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE hibernate-configuration PUBLIC
          "-//Hibernate/Hibernate Configuration DTD 3.0//EN"
          "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd&quot;><hibernate-configuration>
 <session-factory>
<hibernate-configuration
  <property name="hibernate.dialect">org.hibernate.dialect.MySQLInnoDBDialect</property>
    <property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
    <property name="hibernate.connection.url">jdbc:mysql://localhost/mydb</property>
    <property name="hibernate.connection.username">username</property>
    <property name="hibernate.connection.password">password</property>
    <property name="hibernate.format_sql">true</property>
  <mapping resource="jbpm.repository.hbm.xml" />
  <mapping resource="jbpm.execution.hbm.xml" />
  <mapping resource="jbpm.history.hbm.xml" />
  <mapping resource="jbpm.task.hbm.xml" />
  <mapping resource="jbpm.identity.hbm.xml" />
 </session-factory>
</hibernate-configuration>

--------------------------------------------------------------

To reply to this message visit the message page: http://community.jboss.org/message/520252#520252




More information about the jboss-user mailing list