[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 : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4135517
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 jbpmContext.save()

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4133482#4133482

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133482
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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();
  ProcessDefinition processDefinition = 
  graphSession.findLatestProcessDefinition(simple1);
ProcessInstance processInstance = new ProcessInstance(processDefinition);
   Token token = processInstance.getRootToken(); 
   token.signal();

 but problem is when i am calling token.signal()  it is giving an exception  
 couldn't load delegation class 'org.gss.jbpm.MessageActionHandler' 
java.lang.ClassNotFoundException: class 'org.gss.jbpm.MessageActionHandler' 
could not be found by the process classloader

I am unable to call ActionHandler class which is configured in my 
processdefinition.xml

can any body help me

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4132504#4132504

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4132504
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user