[jboss-user] [JBoss Portal] - Re: upgrade jbpm to 3.2.6: how to

2009-07-28 Thread lpiccoli
looks the problems seems to be that the  JbpmThreadService get started without 
having a JbpmContext.


  | JbpmThreadService .java
  | public void start()
  |{
  |   JbpmConfiguration jbpmConfiguration = 
workflowService.getJbpmConfiguration();
  |   jbpmConfiguration.getJobExecutor().start();
  |}
  | 
  | 

I am not entirely sure why, but once i programmatically call createJbpmContext 
the JbpmThreadService  seems to function without error from then.


  |   context = workflowService.getJbpmConfiguration().createJbpmContext();
  | 

Q1. is expected behaviour with JbpmContext?
Q2. should client/portlet code be using the workflowservice?

-lp

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4246340
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: upgrade jbpm to 3.2.6: how to

2009-07-26 Thread lpiccoli
jbpm 3.2.2 is sept 2007 vintage.

has any one upgrade the jbpm?


-lp

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4246073
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user