[jboss-user] [jBPM] - Re: jBPM 5.4, Persistence, and Safe-Points

Franco Gasperino do-not-reply at jboss.com
Mon Jul 1 15:08:19 EDT 2013


Franco Gasperino [https://community.jboss.org/people/franco.gasperino] created the discussion

"Re: jBPM 5.4, Persistence, and Safe-Points"

To view the discussion, visit: https://community.jboss.org/message/825831#825831

--------------------------------------------------------------
Any high-level thoughts from the community experts? The hibernate logs always appear as such:
Hibernate: 
    update
        ProcessInstanceInfo 
    set
        id=?,
        lastModificationDate=?,
        lastReadDate=?,
        processId=?,
        processInstanceByteArray=?,
        startDate=?,
        state=?,
        OPTLOCK=? 
    where
        InstanceId=? 
        and OPTLOCK=?
2013-07-01 12:01:07.0968 TRACE pool-2-thread-1 org.hibernate.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - 1
2013-07-01 12:01:07.0968 TRACE pool-2-thread-1 org.hibernate.type.descriptor.sql.BasicBinder - binding parameter [2] as [TIMESTAMP] - Mon Jul 01 12:01:07 PDT 2013
2013-07-01 12:01:07.0969 TRACE pool-2-thread-1 org.hibernate.type.descriptor.sql.BasicBinder - binding parameter [3] as [TIMESTAMP] - Mon Jul 01 12:01:07 PDT 2013
2013-07-01 12:01:07.0969 TRACE pool-2-thread-1 org.hibernate.type.descriptor.sql.BasicBinder - binding parameter [4] as [VARCHAR] - com.sample.tests.async.1
2013-07-01 12:01:07.0969 TRACE pool-2-thread-1 org.hibernate.type.descriptor.sql.BasicBinder - binding parameter [5] as [BLOB] - [B at 3c76ced6
2013-07-01 12:01:07.0970 TRACE pool-2-thread-1 org.hibernate.type.descriptor.sql.BasicBinder - binding parameter [6] as [TIMESTAMP] - Mon Jul 01 12:01:07 PDT 2013
2013-07-01 12:01:07.0970 TRACE pool-2-thread-1 org.hibernate.type.descriptor.sql.BasicBinder - binding parameter [7] as [INTEGER] - 0
2013-07-01 12:01:07.0970 TRACE pool-2-thread-1 org.hibernate.type.descriptor.sql.BasicBinder - binding parameter [8] as [INTEGER] - 2
2013-07-01 12:01:07.0970 TRACE pool-2-thread-1 org.hibernate.type.descriptor.sql.BasicBinder - binding parameter [9] as [BIGINT] - 1
2013-07-01 12:01:07.0970 TRACE pool-2-thread-1 org.hibernate.type.descriptor.sql.BasicBinder - binding parameter [10] as [INTEGER] - 1

I would think that parameter 7 would eventually move to a non-zero state on the safe point to indicate that the process instance is active.

TIA,

Franco
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/825831#825831]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20130701/ad7fe2e6/attachment-0001.html 


More information about the jboss-user mailing list