[jboss-user] [JBoss jBPM] - In JBPM_VARIABLEINSTANCE table the column named DATEVALUE_ w

2007-02-21 Thread skpeddi
Any body can help me out on this issue We are using JBPM for business work flow management. In our application we are facing the below mentioned problem: We have a one process attribute with Date type for the Super Process Instance. This value for this attribute is saved in the

[jboss-user] [JBoss jBPM] - Re: In JBPM_VARIABLEINSTANCE table the column named DATEVALU

2007-02-21 Thread skpeddi
please give me reply ASAP.. Thanks, Suresh View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4019932#4019932 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4019932 ___

[jboss-user] [JBoss jBPM] - Defining process level attributes at the start-state or task

2007-02-13 Thread skpeddi
Attributes should be declared at start-state level or task-node level In our scenario we need to set the process level attributes at the creation of processInstance Can any body help me for this solution Scenario: *In JPDL we are defining the attributes at the start-state tag with task tag

[jboss-user] [JBoss jBPM] - Transaction problem in JBPM via EJB

2007-02-09 Thread skpeddi
Transaction problem: Scenario:EJB(Transaction starts)JBPM(creating a processInstance)One more transaction starts If we say jbpmContext.close() ,new processInstanceid should be created but transaction will not be committing. EJB starts one transaction and internally EJB calls

[jboss-user] [JBoss jBPM] - Re: Userassignment problem

2007-01-29 Thread skpeddi
Any one can give me the solution for User Assignment View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4007682#4007682 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4007682 ___

[jboss-user] [JBoss jBPM] - Re: Userassignment problem

2007-01-29 Thread skpeddi
By using API we are setting the ActorId as given below: TaskInstance.setActorId(UserName); but before the setting of actorId where should I placed the actorId. we tried by using JBPM_USER table we are inserting the users manually. Note: *We are not using swimlanes here *Directly one

[jboss-user] [JBoss jBPM] - Userassignment problem

2007-01-25 Thread skpeddi
Hi, Could any body tell me about the userassignment problem ie., In JPDL file if i dont use swimlanes users then how to assign the users for a particular task(work item). In our situation we have BPM_web.xml file,this xml contains all the users and roles for a particular process.We are

[jboss-user] [JBoss jBPM] - when we should use Module Instance and ModuleDefinition

2007-01-12 Thread skpeddi
Could any body tell me In jbpm database tables iam not understanding what is ModuleInstance and ModuleDefinition? when we should use Module Instance and ModuleDefinition? I gone through so many forums but they are giving API only. But i need when we are using those two things. As per my

[jboss-user] [JBoss jBPM] - Regarding jBPM data base tables

2007-01-11 Thread skpeddi
Hi, I need some help regarding Task Assignment based on the Organizational model. I have a 3 tables namely USERS, GROUPS and USER_GROUP_MAPPING USERS -- ID NAME 1 USER1

[jboss-user] [JBoss jBPM] - some Jbpm tables are not getting affected when we are using

2007-01-09 Thread skpeddi
Any body can help me how the jbpm data base tables getting affected 1. Whats the difference between JBPM_SWIMLANE and JBPM_ID_GROUP tables. Both looks like storing informaton abt the ROLES(GROUPS) to which USERS are alloted. Can some one please explain this. 2. When will the JBPM_ID_USER,

[jboss-user] [JBoss jBPM] - Re: some Jbpm tables are not getting affected when we are us

2007-01-09 Thread skpeddi
Thanks for your reply. As you said we added users manually to the Jbpm_users table, then we assigned swimlanes to the user and deployed.Now the swimlane table has some records. But JBPM_ID_group and JBPm_ID_Membership tables are not getting populated.What is the objective of the above two

[jboss-user] [JBoss jBPM] - difference between node and task-node

2007-01-07 Thread skpeddi
the exact difference ?? What is the exact use of node and task-node. i.e when we should use node and task-node. Thanks, skpeddi View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3998828#3998828 Reply to the post : http://www.jboss.com/index.html?module=bbop

[jboss-user] [JBoss jBPM] - how to delete the processdefinition from the jbpm database t

2007-01-06 Thread skpeddi
Could you please tell me how to delete the processdefinition from the database table. iam using below method. graphSession.deleteProcessDefinition(8779); any body can tell me whats wrong with this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3998515#3998515

[jboss-user] [JBoss jBPM] - how to delete the processdefinition from the jbpm database t

2007-01-06 Thread skpeddi
Could you please tell me how to delete the processdefinition from the database table. iam using below method. graphSession.deleteProcessDefinition(8779); any body can tell me whats wrong with this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3998514#3998514

[jboss-user] [JBoss jBPM] - Error : hibernate.cfg.xml file not found

2006-12-21 Thread skpeddi
I placed hibernate.cfg.xml in web-inf folder and i tried to deploy but when iam running the application that will not finding the hibernate.cfg.xml file Even i tried using hibernate.cfg.xml file in server\default\deploy folder in jboss server also but the same error iam getting . I placed all

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - ERROR : hibernate.cfg.xml file not found

2006-12-21 Thread skpeddi
Hi , In my web application i used hibernate.cfg.xml where the file should be placed exactly. my application structure is given below jbpmsrc ---.java files web-inf classes

[jboss-user] [JBoss jBPM] - Jbpm API for displaying the task items

2006-12-18 Thread skpeddi
Iam new to Jbpm API , I tried by using Jbpm API ,and i searched a lot for this but iam not able to get this one.Could you give me any suggestions Thanks skpeddi View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3994617#3994617 Reply to the post : http

[jboss-user] [JBoss jBPM] - how to display tasks using JBpm API

2006-12-14 Thread skpeddi
Hey! iam new to jbpm .could you please tell me how to display the tasks using JBPM API View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993740#3993740 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3993740

[jboss-user] [JBoss jBPM] - Re: creating a work item and closing a work item using jbpm

2006-12-14 Thread skpeddi
Hey Ronald, I didn't find that examples\testcases.Could you please give where is the exact location of this path. Thanks Regards Suresh View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993836#3993836 Reply to the post :

[jboss-user] [JBoss jBPM] - creating a work item and closing a work item using jbpm API

2006-12-13 Thread skpeddi
Hi I created one html page--servlet--forwarding to jsp page. I entered one text field in html and clicking submit button control goes to servlet .Is there any JBPM API to call the html form fields .Could you please give me how to retrieve the form parameters using JBPM API . How to create a

[jboss-user] [JBoss jBPM] - how to retrieve jsp or html text fields using jbpm

2006-12-11 Thread skpeddi
Iam new to jbpm,any body can help me how to start my process using my own application with jbpm but iam not using jbpm starters kit. I created one jsp page (with one text field and one submit button)when iam clicking that button how to retrieve the parameters using jbpm. In normal