[JBoss-user] [JBoss jBPM] - Re: assigning a task to multiple users

2006-07-10 Thread mohan514
hi samid, Thank u for ur reply. Regards, Mohan ch. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956505#3956505 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956505 --

[JBoss-user] [JBoss jBPM] - Re: assigning a task to multiple users

2006-07-07 Thread mohan514
hi samid , i have applied for my process definition, and it is not working for me here is format that i used to assign a task for a group fo users in that users any one can person task. here is the process definition sytax: please see my code andd suggest me wat to do. "Any help regardin

[JBoss-user] [JBoss jBPM] - Re: assigning a task to multiple users

2006-07-07 Thread mohan514
Hi samid, thank for u rearly relpy. Regards, mohan ch. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956082#3956082 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956082 Using Tomcat but need to do more? Need to suppo

[JBoss-user] [JBoss jBPM] - Re: assigning a task to multiple users

2006-07-06 Thread mohan514
hi, iam also new to jbpm if u got the solution just post here iam also looking for the same type of scenario. Regards, mohan ch. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955895#3955895 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[JBoss-user] [JBoss jBPM] - Re: Is there any other site which can help beginners

2006-07-03 Thread mohan514
hi, i solved the problem and now iam able to get all the facilities in my custom client, thanX for ur help. Regards, mohan chokkakula. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955007#3955007 Reply to the post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [JBoss jBPM] - Re: Is there any other site which can help beginners

2006-07-03 Thread mohan514
hi, iam able to close the task but the code is creating two tasks one task is as intended but another task is creating to the user who starts the process iam using the same code by removing the processInstance.signal(); please help me. "Any help regarding this will be approciated" Regards, cityof

[JBoss-user] [JBoss jBPM] - Re: Is there any other site which can help beginners

2006-07-02 Thread mohan514
thank u for ur early reply, And now iam able to close the save and close the task fo the user. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954951#3954951 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954951 Using T

[JBoss-user] [JBoss jBPM] - Re: Is there any other site which can help beginners

2006-06-30 Thread mohan514
iam writing a webapplication(jsps and servlets(client)), iam using the following class to call the jbpm engine to get the data but it is not behaving as i think iam using the following code for the starting of the process : public String startProcessInstance(long processDefinitionId,List taskFo

[JBoss-user] [JBoss jBPM] - Is there any other site which can help beginners

2006-06-30 Thread mohan514
hi all, is there any other forum that i can find for help on writing the client for the JBPM. AND other related stuff. regards, cityofdestiny. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954621#3954621 Reply to the post : http://www.jboss.com/index.html?m

[JBoss-user] [JBoss jBPM] - Re: problem closing services - Caused by: org.jbpm.persisten

2006-06-06 Thread mohan514
iam also gettign the excetion that u ppl got her is the code that iam using to close(end()) the task instance. ProcessDefinition processDefinition = graphSession.loadProcessDefinition(processDefinitionId); ProcessInstance processInstance = jbpmContext.newProcessInstance(processDefinition.getName

[JBoss-user] [JBoss jBPM] - exception while end() the state(taskinstance)

2006-06-05 Thread mohan514
hi, i have strucked up with the following exception while iam trying to end the task instance. the code that iam usign is shown below: ProcessInstance processInstance = jbpmContext.newProcessInstance(processDefinition.getName()); TaskInstance taskInstance = processInstance.getTaskMgmtInstance()

[JBoss-user] [JBoss jBPM] - iam getting the roll back exception while closing the taskin

2006-06-02 Thread mohan514
hi, i am using the following code to close the task instance while writing the custom client for the BPM system. the code iam using is : jbpmContext = jbpmConfiguration.createJbpmContext(); Connection conn=jbpmContext.getConnection(); //conn.setAutoC

[JBoss-user] [JBoss jBPM] - Re: TaskAssignment works but findTaskInstances fails

2006-05-29 Thread mohan514
thanX for ur early reply, if my configuration file is wrong then iam not able to get the task list and process definitions for the user after iam gettign the process definitions using the definition ID iam trying to instantiate the process definition then i am coming accross the problem of persi

[JBoss-user] [JBoss jBPM] - Re: TaskAssignment works but findTaskInstances fails

2006-05-29 Thread mohan514
hi, iam also getting the same problem while iam trying to create the new instance of the process then iam getitng this problem and when i tried to instantiate it is showing the task list for the user but when ever i restart the server then iam not able to find the task list for the user. i thin

[JBoss-user] [JBoss jBPM] - Re: JBPM with portlets

2006-05-08 Thread mohan514
hi, i have seen the following in one article to invoke the Business Process which is running on another JVM other than the client JVM. The jBPM service archive: The deploy directory contains a service archive that creates a JbpmSessionFactory at startup of the server and puts it in JNDI. To m

[JBoss-user] [JBoss jBPM] - Re: jbpm Interface

2006-05-08 Thread mohan514
hi, i have seen the following in one article to invoke the Business Process which is running on another JVM other than the client JVM. The jBPM service archive: The deploy directory contains a service archive that creates a JbpmSessionFactory at startup of the server and puts it in JNDI. To m

[JBoss-user] [JBoss jBPM] - Re: Intergration of JBPM in Jboss Portal

2006-05-08 Thread mohan514
hi, i have seen the following in one article to invoke the Business Process which is running on another JVM other than the client JVM. The jBPM service archive: The deploy directory contains a service archive that creates a JbpmSessionFactory at startup of the server and puts it in JNDI. To mak

[JBoss-user] [JBoss jBPM] - Re: Intergration of JBPM in Jboss Portal

2006-05-08 Thread mohan514
hi , can any one done with the creating the jsf application that was provided by the jboss JBpm into portals if any one converted that into portlets then please help me to do the same. iam trying to do this from the 3 weeks but ima nto able to figure it out .it is eating my time please help me t

[JBoss-user] [JBoss jBPM] - Re: How to join this file named processdefinition.xml into J

2006-05-08 Thread mohan514
hi, i am using the si9mple java application to get the list of the process defenitions that we have deployed in the jboss AS and hwo can i give the information of the server on which the processes are running here they have mentioned the jbpm-sevice.xml file as the JCA. if any one has some idea

[JBoss-user] [JBoss jBPM] - Re: JBPM with portlets

2006-05-07 Thread mohan514
hi, we are also eager in developing the portal client for the JBPM and trying to use on different portal servers but we are new to this jbpm and if any one gave some idea about the api fo the JBPM it ll be helpfull to us in developing the portlets for the JBPM if any one done this please provide

[JBoss-user] [JBoss jBPM] - Re: EJB examples with jBPM?

2006-04-18 Thread mohan514
hi all, here iam looking to create a client using simple jsps for the JBPM , i have no clue about the approach and is there any session bean (like Business process for the IBM WS-BPEL) to create the client for the JBPM. please respond to me in the earliest. "ANY HELP REGARDING THIS WILL BE HELPFU