[jboss-user] [JBoss jBPM] - Re: graphical process design

2007-02-27 Thread daresan
thanks a lot for giving suggestions. i have taken jar file from web. i am doing experiment on that. after that i'll get back with specific questions. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022904#4022904 Reply to the post :

[jboss-user] [JBoss jBPM] - Undeploy ProcessDefinition........

2007-02-27 Thread daresan
I am trying to undeploy processdefinition from oracle database by using jbpm api. but it is throughing error. these are follows code: JbpmConfiguration jbpmConfiguration = JbpmConfiguration.getInstance(); | JbpmContext jbpmContext = jbpmConfiguration.createJbpmContext(); | try { |

[jboss-user] [JBossWS] - Undeploy processDefnition...

2007-02-26 Thread daresan
I am trying to undeploy processdefinition from oracle database by using jbpm api. but it is throughing error. these are follows code: JbpmConfiguration jbpmConfiguration = JbpmConfiguration.getInstance(); JbpmContext jbpmContext = jbpmConfiguration.createJbpmContext();

[jboss-user] [JBoss jBPM] - graphical process design

2007-01-31 Thread daresan
hi i have downloaded jbpm-gpd-site-3.0.11.zip file. i have designed some workflows in jbpm. these are working perfectly. but i want to add one new node with some actions like start node, tasknode, end node. Is there any way to make it success. please give some solution for this if anybody