[jboss-user] [JBoss jBPM] - Re: couldn't delete process definition

tinico do-not-reply at jboss.com
Tue Aug 21 04:09:17 EDT 2007


No, I've verified, all my jbpm context that I've created are closed... In all my classes, I write that :


JbpmContext jbpmContext = jbpmconf.createJbpmContext();
  | 
  | try {
  |     ...code...
  | }
  | finally {
  |     jbpmContext.close();
  | }

So, I don't think the problem is that... When I remove "notify='yes' ", it work !!

Someone have any idea(s) ??

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

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



More information about the jboss-user mailing list