[JBoss-user] [JBoss jBPM] - Exception

2006-06-23 Thread aksharma
Get this exception but when I clear some records from DB it goes off.. Any clues java.lang.NoSuchMethodError: org.jbpm.graph.node.StartState.getHibernateLazyInitializer()Lorg/hibernate/proxy/LazyInitializer; org.jbpm.graph.node.StartState$$EnhancerByCGLIB$$907ef404.getHibernateLazyIniti

[JBoss-user] [JBoss jBPM] - Scheduler

2006-05-16 Thread aksharma
Can I use the scheduler to start/invole Process Definitions. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943458#3943458 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943458 --

[JBoss-user] [JBoss jBPM] - Process States within forks

2006-05-16 Thread aksharma
Would anybody know when the subprocessinstance_ in the jbpm_token table gets polulated. We are forking multiple tomes to get to a process state and I was figurinmg out a way to get to the token beign used View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39432

[JBoss-user] [JBoss jBPM] - Re: Process States within forks

2006-05-16 Thread aksharma
Is there is a speciofic reason to clean it up. I think it would help to keep it there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943315#3943315 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943315

[JBoss-user] [JBoss jBPM] - Re: bsh and logical operators

2006-05-16 Thread aksharma
rg.jbpm.graph.def.DelegationException at org.jbpm.graph.def.GraphElement.raiseException(Unknown Source) at org.jbpm.graph.def.GraphElement.raiseException(Unknown Source) at org.jbpm.graph.def.Node.execute(Unknown Source) at org.jbpm.graph.def.Node.enter(Unknown Sourc

[JBoss-user] [JBoss jBPM] - bsh and logical operators

2006-05-15 Thread aksharma
Using a bsh in condition throws exception View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943717#3943717 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943717 ---

[JBoss-user] [JBoss jBPM] - Process State Transition

2006-05-15 Thread aksharma
I my parent flow I have a process state , bascally a sub process. Now the the process state node in the parent has two transitions. say a and b Now is it possible to specify in the sub process which transiton to take when subprocess finished and resumes Parent. View the original post : http

[JBoss-user] [JBoss jBPM] - Re: Assignign default values to variables

2006-05-14 Thread aksharma
Alex Yaa I agree we can do that using CustomHandler but it would help to have an attribute in called value. Where I can assign a value if I want to write without having to redo what has been achieved in TaskController. Thanks Akshay View the original post : http://www.jboss.com/index.html?

[JBoss-user] [JBoss jBPM] - Assignign default values to variables

2006-05-12 Thread aksharma
Is there a way i can assign a default value to a variable in a task controller. I dont see any column in the database too. Any ideas... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943201#3943201 Reply to the post : http://www.jboss.com/index.html?module=

[JBoss-user] [JBoss jBPM] - Re: DB Design

2006-04-11 Thread aksharma
Would be great if you could share some know how on the migration problems you faced in this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936652#3936652 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936652 ---

[JBoss-user] [JBoss jBPM] - Node by Node Execution Status

2006-04-09 Thread aksharma
I want to write a class which returns me a detailed status on a node by node basis for a execution of a process. So the input would be a process instance id and the output should contain 1. Node Enter Time 2. Start Time 3. End Time 4. Elapsed Time - which is a calulation If we use Token to get

[JBoss-user] [JBoss jBPM] - Re: Process State

2006-04-03 Thread aksharma
Are using mutiple elements like script, actrion etc in your node View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934576#3934576 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934576

[JBoss-user] [JBoss jBPM] - Re: Problem running process state inside a process

2006-04-03 Thread aksharma
Hi Can u tell me how to use Process State. I am trying to execute a Process State but my flow gets into the sub process but is unabkle to come back to the parent View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934477#3934477 Reply to the post : http://www.jb

[JBoss-user] [JBoss jBPM] - Process State

2006-03-30 Thread aksharma
I am trying to test a Process definition with process state (subprocess). The execution enters the subprocess but fails in the sub process ..Any clues .. ibernate: select variableac0_.SCRIPT_ as SCRIPT8_1_, variableac0_.ID_ as ID1_1_, variableac0_.ID_ as ID1_12_0_, variableac0_.VARIABLENAME_ a

[JBoss-user] [JBoss jBPM] - Adding tasks to a task node dynamically

2006-02-27 Thread aksharma
I want to add tasks to a task node dynamically on process runtime. Any clues ?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926613#3926613 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926613

[JBoss-user] [JBoss jBPM] - Questions on customization

2006-02-15 Thread aksharma
1. Is it mandatory to use the Database structure supplied with JBPM. 2. I want to have my own database design done store Process and their dependency and instance tables. and create process definitions out of that. These will be dynamically be deployed to the BPM engine. 3. These process will b