OK, I reviewed forum topics and documentation. 
What I found is : 
process data is stored using hibernate, to use ejb transactions I need to set 
DbPersistenceServiceFactory properties "isTransactionEnabled" to false and 
"sessionFactoryJndiName" to correct one. While jbpm objects are not thread safe 
I must use them in a single thread (one object per thread). I use 
jboss-4.0.3SP1 with ejb3.0.
The questions I still have are :
does hibernate locks properly process instances on single server and uses 
hibernate cluster-wide cache to prevent concurrent modification of same process 
instance ? Or what settings I should modify to get it works ?

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

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


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to