[JBoss-user] [JBoss jBPM] - Re: jbpm 3.1 MySql

2006-03-28 Thread tom_sri74
Dear friends, I would be happy if anybody answer my above queries. regards Sri View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933078#3933078 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933078

[JBoss-user] [JBoss jBPM] - jbpm 3.1 MySql

2006-03-27 Thread tom_sri74
Hi I dowloaded jbpm-starter-kit 3.1 and jbpm 3.1 and i execute db mysql.create.sql in MySql 4.0 I configure hibernate.cfg.xml in jbpm.sar (jbpm.sar.cfg.jar) and i replace datasouce "DefaultDataSource" instead of DefaultDS in jboss-service.xml under jbpm.sar\META-INF | org.hibernate.dial

[JBoss-user] [JBoss jBPM] - Is it possible assing multiple group in 1 Task

2006-03-07 Thread tom_sri74
Hi, Could you please let me know whether can i assign multpile group in same swimlane (same task)? I need the logic as below There are four user say user1, user2, user3, user4 group1 - user1,user2 group2 - user3,user4 group1 can see save and cancel button group2 - can see save, cancel and sav

[JBoss-user] [JBoss jBPM] - Re: issue for Assignment to Group

2006-02-28 Thread tom_sri74
Hi, i just implement in TaskInstance.java | public void copySwimlaneInstanceAssignment(SwimlaneInstance swimlaneInstance) { | setSwimlaneInstance(swimlaneInstance); | | /*setActorId(swimlaneInstance.actorId); | setPooledActors(swimlaneInstance.pooledActors!=null ? new Hash

[JBoss-user] [JBoss jBPM] - Re: Issue in Deploy Par through Eclipse editor

2006-02-15 Thread tom_sri74
i am using gpd 3.0.6 regards Srikanth View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924134#3924134 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924134 --- This

[JBoss-user] [JBoss jBPM] - Re: Issue in Deploy Par through Eclipse editor

2006-02-15 Thread tom_sri74
Even i remove upload ie Deployer: jbpm (instead of jbpm/upload) it showing deploy successfuly in eclipse but i check in database jbpm_processdefinition no record are there. I am using MySql 5.1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924123#3924123

[JBoss-user] [JBoss jBPM] - Issue in Deploy Par through Eclipse editor

2006-02-15 Thread tom_sri74
when i select Par file in eclipse editor and right click and click "Deploy process Archive" Dialog box showing as default Http Deplyoment Setting Server Name: localhost Server Port: 8080 Deployer: jbpm/upload when i click finish it is showing Unexpected Deployment Exception. I chec

[JBoss-user] [JBoss jBPM] - Re: Need Help for Sub-Process

2005-12-28 Thread tom_sri74
Now it's creating the subprocess. what i did i download jbpm 3.02 and jbpm starter kit 3.02, Previously i use to worked in jbpm 3.1 alpha 1. this is not creating the subprocess i don't know why. but one issue after creating the subprocess i am getting message in server given below:- 9:52:18

[JBoss-user] [JBoss jBPM] - Re: Need Help for Sub-Process

2005-12-26 Thread tom_sri74
Hey atleast some body let me know i am in right direction.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914386#3914386 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914386 -

[JBoss-user] [JBoss jBPM] - Re: issue for Assignment to Group

2005-12-22 Thread tom_sri74
Hi, It's look like jBPM Workflow Engine Core doesn't handle the assignment of multiple users (group) well. Even i did Assignment Handler to set the pooledActor in taskInstance , assignable... but no luck. Let me know the above bug is fixed regards Srikanth View the original post : http:/

[JBoss-user] [JBoss jBPM] - Re: Need Help for Sub-Process

2005-12-21 Thread tom_sri74
Dear friends, Please response my above issue. It is very urgent thanks Srikanth View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913901#3913901 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913901 ---

[JBoss-user] [JBoss jBPM] - Re: Need Help for Sub-Process

2005-12-20 Thread tom_sri74
I did some example code. Parent Process ** | | | | | | | | | | | | | | | | | | | | | | | | | | | |

[JBoss-user] [JBoss jBPM] - Re: deploy process archive problem in eclipse

2005-12-20 Thread tom_sri74
Now it working. The reason is i removed jbpm.war file that why!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913704#3913704 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913704 ---

[JBoss-user] [JBoss jBPM] - deploy process archive problem in eclipse

2005-12-20 Thread tom_sri74
Hi, Very simple below code when i am trying to deploy process archive through eclipse, it`s giving error alert message that "An expected happend during the deployment of the Process Reason: An unexpected exception caused the deployment to fail." i am suprising what is wrong ?? it was working

[JBoss-user] [JBoss jBPM] - Need Help for Sub-Process

2005-12-18 Thread tom_sri74
Hi, In my machine i installed jbpm-gpd-for-eclipse-3.0-beta1.zip and also overide jbpm jbpm-gpd-site-3.05 (pluggin and feature) In eclipse (Process Definition) i can see the component 1. Select 2. Marquee 3. Start 4. State 5. End 6. Fork 7. Join 8. Decision 9. Node 10. Task Node 11. Transition

[JBoss-user] [JBoss jBPM] - Deploy par file in server

2005-12-12 Thread tom_sri74
Hi, i use to deploy process archive to local mysql database through eclipse in my machine. Now they want to put in linux server. How i will deploy par in server mysql database please help regard this. regards Srikanth View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[JBoss-user] [JBoss jBPM] - Need Help JBPM to interact with mysql database

2005-12-01 Thread tom_sri74
Hi, Could You Please help me How to call the process definition and create the processinstance in mysql jbpm database For eg I have deployed process archive "nDecisionFlow.par" in mysql database using eclipse, Now i want to create main java method to call latest process definition and create

[JBoss-user] [JBoss jBPM] - Re: org.hibernate.exception.SQLGrammarException

2005-11-29 Thread tom_sri74
Please ignore this, now it is working fine.. i have change the datasource. thanks srikanth View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909515#3909515 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909515 --

[JBoss-user] [JBoss jBPM] - Re: issue for Assignment to Group

2005-11-28 Thread tom_sri74
Hello, I gone through some topic as your advice and i implement as below but still it is not assign, Could you please let me know what is wrong in my code. public void assign(Assignable assignable, ExecutionContext executionContext) { nccExpressionAssignmentHandler assignmentHandler = new ncc