[jboss-user] [jBPM] New message: "Re: Does jbpm 4.3 actually work on jboss 5.1.0.GA?"

Richard Clayton do-not-reply at jboss.com
Thu Mar 11 08:05:30 EST 2010


User development,

A new message was posted in the thread "Does jbpm 4.3 actually work on jboss 5.1.0.GA?":

http://community.jboss.org/message/531372#531372

Author  : Richard Clayton
Profile : http://community.jboss.org/people/richard.clayton

Message:
--------------------------------------------------------------
Viorel,
 
Yes it does, I use it everyday on 5.1.0 GA for JDK 6.  I also pull the Process Engine from JNDI:
 
try {
     this.processEngine = (ProcessEngine)(new InitialContext().lookup("java:/ProcessEngine"));
}
catch (NamingException e){
     e.printStackTrace();
}
 
 
 
Richard

--------------------------------------------------------------

To reply to this message visit the message page: http://community.jboss.org/message/531372#531372




More information about the jboss-user mailing list