JBoss Community

Re: jBPM processes started from Java code dont show up in jBPM process console

created by prakash prabhu in jBPM - View the full discussion

Below is the persistence.xml & the tables in the database.  Is this the right database

 

Which tables should I look for. http://community.jboss.org/servlet/JiveServlet/downloadImage/2-638913-17390/450-236/tables.png

 

 

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

 

 

<persistence

 

 

  version="1.0"

 

 

  xsi:schemaLocation=

 

 

    "http://java.sun.com/xml/ns/persistence

 

 

     http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd

 

 

     http://java.sun.com/xml/ns/persistence/orm

 

 

     http://java.sun.com/xml/ns/persistence/orm_1_0.xsd"

 

 

  xmlns:orm="http://java.sun.com/xml/ns/persistence/orm"

 

 

  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

 

 

  xmlns="http://java.sun.com/xml/ns/persistence">

 

 

 

 

 

 

  <persistence-unit name="org.jbpm.persistence.jpa">

 

 

    <provider>org.hibernate.ejb.HibernatePersistence</provider>

 

 

    <jta-data-source>jdbc/processInstanceDS</jta-data-source>

 

 

    <class>org.drools.persistence.session.SessionInfo</class>

 

 

    <class>org.jbpm.persistence.processinstance.ProcessInstanceInfo</class>

 

 

    <class>org.jbpm.persistence.processinstance.WorkItemInfo</class>

 

 

    <class>org.jbpm.process.audit.ProcessInstanceLog</class>

 

 

    <class>org.jbpm.process.audit.NodeInstanceLog</class>

 

 

    <class>org.jbpm.process.audit.VariableInstanceLog</class>

 

 

 

 

 

 

    <properties>

 

 

      <property name="hibernate.dialect" value="org.hibernate.dialect.H2Dialect"/>

 

 

      <property name="hibernate.max_fetch_depth" value="3"/>

 

 

      <property name="hibernate.hbm2ddl.auto" value="update"/>

 

 

      <property name="hibernate.show_sql" value="true"/>

 

 

      <property name="hibernate.transaction.manager_lookup_class"

 

 

                value="org.hibernate.transaction.BTMTransactionManagerLookup"/>

 

 

    </properties>

 

 

  </persistence-unit>

 

 

</persistence>

Reply to this message by going to Community

Start a new discussion in jBPM at Community