My followup is that Tomcat isn't the problem.  

I found that when I attempt to save a ProcessDefinition I run into one of two 
error situations:
1) This code generates an exception during the commit

     jbpmSession.beginTransaction() 
     jbpmSession.getGraphSession().saveProcessDefinition(ProcessDefinition)
     jbpmSession.commitTransaction()

However, I find that that the ProcessDefinition has been stored and will run as 
expected.

2) Calling this code without transaction demarcations generates errors later 
when the process s being read or run

  jbpmSession.getGraphSession().saveProcessDefinition(ProcessDefinition)

Note:  all of this code is being run within the jBoss App Server.


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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to