In the User Manual section 7.1, we see several sample code snippets such as 
this one:


  | JbpmContext jbpmContext = jbpmConfiguration.createJbpmContext();
  | try {
  | 
  |   // Invoke persistence operations here
  | 
  | } finally {
  |   jbpmContext.close();
  | }
  | 
All the examples use a JBPMConfiguration instance (jbpmConfiguration), however 
it is not explained how we get a reference to this instance in the first place. 
What's the way to do it?


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995826
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to