[jboss-user] [JBoss jBPM] - org.hibernate.jdbc.JDBCContext - TransactionFactory reporte

idankoch do-not-reply at jboss.com
Sun Feb 8 03:37:04 EST 2009


Hi

i'm trying to run jbpm over OC4J with oracle 10g as DB
I'm using jbpm 3.2 over jdk 1.4.2
i'm trying to run Transaction example but i'm unable to

i configured my hiberante.cfg.xml as follows:
 <session-factory name="java:/hibernate/SessionFactory">

    <!-- hibernate dialect -->
    org.hibernate.dialect.OracleDialect

    <!-- JDBC connection properties (begin) -->
    oracle.jdbc.driver.OracleDriver
    jdbc:oracle:thin:@//****:1521/****
    ******
    *****
    <!-- JDBC connection properties (end) -->
    
    org.hibernate.cache.HashtableCacheProvider
    java:/hibernate/SessionFactory
    
    org.hibernate.transaction.JTATransactionFactory
    <!--org.hibernate.transaction.OrionTransactionManagerLookup-->
      org.hibernate.transaction.OC4JTransactionManagerLookup
    java:comp/UserTransaction


also my jbpm.cfg.xml as follows:
<jbpm-configuration>

  <!-- 
    This configuration is used when there is no jbpm.cfg.xml file found in the 
    root of the classpath.  It is a very basic configuration without persistence
    and message services.  Only the authorization service installed.
    You can parse and create processes, but when you try to use one of the 
    unavailable services, you'll get an exception.
  -->
  
  <jbpm-context>
    
    
    
    
    
    
  </jbpm-context>

  <!-- configuration property used by persistence service impl org.jbpm.persistence.db.DbPersistenceServiceFactory -->
  

  <!-- configuration resource files pointing to default configuration files in jbpm-{version}.jar -->
  
  
  
  
  
  
  
  

  
  
  <!-- bean name="jbpm.task.instance.factory" class="org.jbpm.taskmgmt.impl.DefaultTaskInstanceFactoryImpl" singleton="true" /-->
  
  
  
  
  
    
    
    
    
    
    
  

</jbpm-configuration>


but still i dont see anything being committed into the DB
in the log i get alot of :
405 [HttpRequestHandler-25515362] DEBUG org.hibernate.event.def.WrapVisitor  - Wrapped collection in role: org.jbpm.taskmgmt.def.TaskMgmtDefinition.tasks
405 [HttpRequestHandler-25515362] DEBUG org.hibernate.jdbc.JDBCContext  - TransactionFactory reported no active transaction; Synchronization not registered
405 [HttpRequestHandler-25515362] DEBUG org.hibernate.jdbc.JDBCContext  - TransactionFactory reported no active transaction; Synchronization not registered
405 [HttpRequestHandler-25515362] DEBUG org.hibernate.jdbc.JDBCContext  - TransactionFactory reported no active transaction; Synchronization not registered
405 [HttpRequestHandler-25515362] DEBUG org.hibernate.jdbc.JDBCContext  - TransactionFactory reported no active transaction; Synchronization not registered
405 [HttpRequestHandler-25515362] DEBUG org.hibernate.jdbc.JDBCContext  - TransactionFactory reported no active transaction; Synchronization not registered
405 [HttpRequestHandler-25515362] DEBUG org.hibernate.jdbc.JDBCContext  - TransactionFactory reported no active transaction; Synchronization not registered
405 [HttpRequestHandler-25515362] DEBUG org.hibernate.jdbc.JDBCContext  - TransactionFactory reported no active transaction; Synchronization not registered
405 [HttpRequestHandler-25515362] DEBUG org.hibernate.jdbc.JDBCContext  - TransactionFactory reported no active transaction; Synchronization not registered
405 [HttpRequestHandler-25515362] DEBUG org.hibernate.jdbc.JDBCContext  - TransactionFactory reported no active transaction; Synchronization not registered
452 [HttpRequestHandler-25515362] DEBUG org.hibernate.jdbc.JDBCContext  - TransactionFactory reported no active transaction; Synchronization not registered
452 [HttpRequestHandler-25515362] DEBUG org.hibernate.engine.Cascade  - processing cascade ACTION_SAVE_UPDATE for: org.jbpm.taskmgmt.def.TaskMgmtDefinition
452 [HttpRequestHandler-25515362] DEBUG org.hibernate.jdbc.JDBCContext  - TransactionFactory reported no active transaction; Synchronization not registered


please advise

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

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



More information about the jboss-user mailing list