[jboss-user] [JBoss jBPM] - Question on User Manual section 7.1

mjuteau do-not-reply at jboss.com
Fri Dec 22 04:44:37 EST 2006


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



More information about the jboss-user mailing list