What Hibernate versions are supported with JBPM 3.2 and JBPM 3.1.4?
Thanks for your reply..
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067972#4067972
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067972
__
I have a web application - deployed in JBoss. I copy my application specific
JBPM configurations such as hibernate.cfg.xml and jbpm.cfg.xml to
myapp/WEB-INF/classes/. I also copy all the JBPM jars to myapp/WEB-INF/lib/
If I understand JBPM uses hibernate (in memory). Now where do put hibernate
It seems like JBPM (in servlet) is unable to find my ActionHandler
(org.example.web.MyActionHandler) class. I have include
org.example.web.MyActionHandler as part of the same war (WEB-INF/classes) where
my servlet also exist. Why cann't JBPM find the actionhandler...?
Is there a separate JBPM
Can someone point me to examples of calling Web Services in JBPM using jPDL
language?
thanks
bg
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027252#4027252
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4027252
_
I am trying to test a simple processDefinition in servlet...i always get '
DelegationException in processInstance.signal();'
org.jbpm.graph.def.DelegationException
org.jbpm.graph.def.GraphElement.raiseException(GraphElement.java:352)
org.jbpm.graph.def.GraphElement.raiseException(GraphElement.ja