[jboss-user] [jBPM] - [jbpm 4.2] Finding a Process Instance

Teofilo Copa do-not-reply at jboss.com
Wed May 19 18:26:41 EDT 2010


Teofilo Copa [http://community.jboss.org/people/intoxicadocoder] replied to the discussion

"[jbpm 4.2] Finding a Process Instance"

To view the discussion, visit: http://community.jboss.org/message/543940#543940

--------------------------------------------------------------
Hi at all when iam trying this:

ProcessInstanceQuery query = *new* ProcessInstanceQueryImpl();
List<ProcessInstance> list = query.processDefinitionId("procesDefinitionId").list();


i get this exception:
org.jbpm.api.JbpmException: no environment to get org.hibernate.Session
     org.jbpm.pvm.internal.env.EnvironmentImpl.getFromCurrent(EnvironmentImpl.java:197)
     org.jbpm.pvm.internal.env.EnvironmentImpl.getFromCurrent(EnvironmentImpl.java:190)
     org.jbpm.pvm.internal.query.AbstractQuery.untypedList(AbstractQuery.java:70)
     org.jbpm.pvm.internal.query.ProcessInstanceQueryImpl.list(ProcessInstanceQueryImpl.java:48)
     org.uajms.dtic.epersonal.web.controllers.PruebaController.doInicializarVentana(PruebaController.java:67)
     org.uajms.dtic.epersonal.web.controllers.PruebaController.afterCompose(PruebaController.java:78)
     org.zkoss.zk.ui.impl.UiEngineImpl.execCreateChild0(UiEngineImpl.java:620)


this is my jbpm.cfg.xml

<jbpm-configuration>
    <import resource="jbpm.default.cfg.xml" />
    <import resource="jbpm.tx.hibernate.cfg.xml" />
    <import resource="jbpm.jpdl.cfg.xml" />
    <import resource="jbpm.bpmn.cfg.xml" />
    <import resource="jbpm.identity.cfg.xml" />
    <import resource="jbpm.businesscalendar.cfg.xml" />
    <import resource="jbpm.console.cfg.xml" />
    <import resource="jbpm.jobexecutor.cfg.xml" />
</jbpm-configuration>

am using jbpm-4.3 why i can fix this thanks so.

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

Reply to this message by going to Community
[http://community.jboss.org/message/543940#543940]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100519/0203ed7d/attachment.html 


More information about the jboss-user mailing list