[JBoss-user] [JBoss jBPM] - Re: Still am not able to write custom fork handler :(

2006-02-21 Thread nakulrajurkar
Am using jbpm 3.0 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3925277#3925277 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3925277 --- This SF.net email is sponsored

[JBoss-user] [JBoss jBPM] - Re: Still am not able to write custom fork handler :(

2006-02-21 Thread nakulrajurkar
Hi, I checked out the jbpm_delegation table in the database. Somehow the forkhandler didnt get registered!!! Still not understanding whats going wrong! Does anyone know whats the solution to this?? Regards, Nakul View the original post :

[JBoss-user] [JBoss jBPM] - Still am not able to write custom fork handler :(

2006-02-20 Thread nakulrajurkar
Hi All, I am trying to create a custom fork handler using following process definition: process-definition name=CFH2 | start-state name=start |transition name=toFork to=fork1/ | /start-state | fork name=fork1 | delegation class=com.handler.CustomForkHandler/ |transition

[JBoss-user] [JBoss jBPM] - Maximum number of preocesses reached in Oracle while using j

2006-01-11 Thread nakulrajurkar
Hi, After running my jBPM 3.0 code for couple of times. I get ORA-00020: maximum number of processes (160) exceeded. My jBPM code looks like this - static JbpmSessionFactory jbpmSessionFactory = JbpmSessionFactory.buildJbpmSessionFactory(); public void addTask() throws Exception {

[JBoss-user] [JBoss jBPM] - restart closed task

2006-01-09 Thread nakulrajurkar
Hi, How do I restart a closed task in jBPM?? Regards, Nakul View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3916390#3916390 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3916390

[JBoss-user] [JBoss jBPM] - Redoplyment needed evrytime server is started

2006-01-05 Thread nakulrajurkar
Hi, I am using SAP Web Application Server to deploy my jBPM process. Everytime the server is restarted I need to redeploy my application. This problem is not faced when any other EAR project is deployed. Does anyone have any clue as to what the problem may be?? Thanks in advance, Nakul View

[JBoss-user] [JBoss jBPM] - JbpmSessionFactory error

2005-12-27 Thread nakulrajurkar
I am using jBPM in a EJB. While calling this EJB it gives the following error... java.rmi.RemoteException: com.sap.engine.services.ejb.exceptions.BaseRemoteException: Exception in method listOpenTasks. at com.test.bpm.ejb.BpmEJBObjectImpl0.listOpenTasks(BpmEJBObjectImpl0.java:174)

[JBoss-user] [JBoss jBPM] - Re: JbpmSessionFactory error

2005-12-27 Thread nakulrajurkar
Somehow I am not understanding how to resolve this issue : Caused by: java.lang.NoClassDefFoundError: org/jbpm/db/JbpmSessionFactory View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914463#3914463 Reply to the post :