[jboss-user] [JBoss jBPM] - Getting Unended TaskInstances

2008-03-10 Thread ganesh7582
Hi I want to retrieve unended list of taskinstances for a particular actor from jbpm database can anyone help me thanks in advance View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4135517#4135517 Reply to the post :

[jboss-user] [JBoss jBPM] - Nothing is saved into PROCINST_ and VERSION_ column of JBPM_

2008-03-02 Thread ganesh7582
Hi, when i am trying to call token.signal, its giving an error that VERSION_ column should not be null, then i chaned the database and removed not null constraint for all VERSION_ columns in all tables, now for both VERSION_ and PROCINST_ column nothing is saving when i called

[jboss-user] [JBoss jBPM] - Creating ProcessInstance Object from webapplication

2008-02-27 Thread ganesh7582
hi, I persisted processdefinition.xml in to the database, and able to load it from database from my web application, using this code : JbpmContext jbpmContext = jbpmConfiguration.createJbpmContext(); try { GraphSession graphSession = jbpmContext.getGraphSession();