[jboss-user] [jBPM Users] - Process design and execution without using jbpm-console ( jb

2009-11-17 Thread makarandk502
Hi All, I would like to run the simple process without using jbpm console using jBPM APIs and jsf/jsp forms Start - task1 (without form) - task2 (with form) - subprocess - java - end Need your advice/help on this Here starting the process, moving from one task to another can be done using

[jboss-user] [jBPM Users] - Re: Process design and execution without using jbpm-console

2009-11-17 Thread makarandk502
Any help on this ? It would be highly appreciated. Waiting desparately for the reply -Regards Makarand View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266208#4266208 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266208

[jboss-user] [jBPM Users] - Re: jbpm 4.1 - How to stop these Debug Messages in jboss

2009-11-15 Thread makarandk502
Hi, I tried all the options suggested till now. No success yet. DEBUG statements related to JOBExecutor are still coming in command prompt when I start jboss It would be better if you can guide on this -Regards Makarand View the original post :

[jboss-user] [jBPM Users] - Re: jbpm 4.2 - Subprocess issue

2009-11-15 Thread makarandk502
Any updates on this issue ? -Regards Makarand View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265780#4265780 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265780 ___ jboss-user

[jboss-user] [jBPM Users] - Re: jbpm 4.2 - jboss 5.00 combination- interesting observati

2009-11-15 Thread makarandk502
any updates on this issue? -Regards Makarand View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265783#4265783 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265783 ___ jboss-user

[jboss-user] [jBPM Users] - Re: jbpm 4.1 - How to stop these Debug Messages in jboss

2009-11-13 Thread makarandk502
even if I dont run any project and start jboss using run.bat ( only jboss is running), it still prints these debug messages. -Regards Makarand View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265431#4265431 Reply to the post :

[jboss-user] [jBPM Users] - Re: jbpm 4.1 - How to stop these Debug Messages in jboss

2009-11-12 Thread makarandk502
Can I get exact location and file where should I make this change ? so that DEBUG messages will not come. -Regards Makarand View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265395#4265395 Reply to the post :

[jboss-user] [jBPM Users] - Re: jbpm-4.2.zip corrupted!

2009-11-12 Thread makarandk502
I have downloaded it from http://sourceforge.net/projects/jbpm/files/ It is perfectly working fine. size of zip file jbpm-4.2.zip is 109 MB. I am able to unzip and work on jbpm properly. Please try again. View the original post :

[jboss-user] [jBPM Users] - Re: jbpm-4.2.zip corrupted!

2009-11-12 Thread makarandk502
Sorry, Size of zip file is 115 MB View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265398#4265398 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265398 ___ jboss-user mailing list

[jboss-user] [jBPM Users] - Re: Tasks not belonging to an execution

2009-11-12 Thread makarandk502
In jbpm 4.1, I also observed the same behavior in jbpm-console that comes with 4.1 Task needs to be allocated in order to come it in somebody's worklist. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265401#4265401 Reply to the post :

[jboss-user] [jBPM Users] - Re: jbpm 4.2 - Subprocess issue

2009-11-11 Thread makarandk502
Guys, Is this a bug in jbpm 4.2 release ? Updates on this is highly appreciated. -Regards Makarand View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265155#4265155 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265155

[jboss-user] [jBPM Users] - Re: jbpm 4.2 - jboss 5.00 combination- interesting observati

2009-11-11 Thread makarandk502
Guys, Is this a bug in jbpm 4.2 release ? I understand that 4.2 is released just in the last week. Updates on this is highly appreciated. -Regards Makarand View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265156#4265156 Reply to the post :

[jboss-user] [jBPM Users] - Re: jbpm 4.1 - How to stop these Debug Messages in jboss

2009-11-10 Thread makarandk502
logging.properties in my eclipse project ( same as examples coming with jbpm 4.1) has following contents can you help me in this regard ? I have not changed logging.properties as I couldn't see any property having value as DEBUG and it is changed to INFO I changed following in

[jboss-user] [jBPM Users] - Re: jbpm 4.1 - Pre and Post processing

2009-11-10 Thread makarandk502
I am really thankful to you for providing jbpm-jsf post. Can I get to know some more good posts like this ? You have understood correctly. Basically I am developing workflow applications using combination of Tasks, forks, joins etc. I am currently using jbpm-console to drive/run this process.

[jboss-user] [jBPM Users] - Re: jbpm 4.1 - Pre and Post processing

2009-11-10 Thread makarandk502
Pre and Post events : I mean in the events before and after task (events in the execution of the process), we can set Process Variable and that can be used in Freemarker Templates.This way we can get the data in Pre event and set the process variable and use it in Freemarker Template forms.

[jboss-user] [jBPM Users] - jbpm 4.2 - Subprocess issue

2009-11-10 Thread makarandk502
Hi, In following process definition, running process through jbpm-console Start-Task1-Task2- Subprocess(This has simple task with Java Task which just prints messages)- end After running Task2, I am getting following error | HTTP Status 500 - | | type Exception report | |

[jboss-user] [jBPM Users] - jbpm 4.2 - jboss 5.00 combination- interesting observation

2009-11-10 Thread makarandk502
Hi, With the above combination when I start jboss using run.bat -b 10.0.1.242 and runs process using jbpm console, FTL Form associated with Task is not getting opened in the jbpm console and it also doesnt give any error also. But when I start jboss using run.bat without using IP address (

[jboss-user] [jBPM Users] - jbpm 4.1 - Pre and Post processing

2009-11-09 Thread makarandk502
Hi All, I am running the process through jbpm-console. I have few questions about Pre and Post events before task processing. Requirement is to populate the data in FTL forms using external files OR database. Hence I have written Pre step to get the data and set Process variables which can

[jboss-user] [jBPM Users] - Re: jbpm 4.1 - Pre and Post processing

2009-11-09 Thread makarandk502
Can anybody help me in getting solution to my queries ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4264733#4264733 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4264733 ___

[jboss-user] [jBPM Users] - Re: jbpm 4.1 - How to stop these Debug Messages in jboss

2009-11-09 Thread makarandk502
I agree with you both. Problem is that I tried following options suggested by Joram. Still those DEBUG messages are coming. Any help in this is highly appreciated -Regards Makarand View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4264738#4264738 Reply to the

[jboss-user] [jBPM Users] - jbpm 4.1 - How to stop these Debug Messages in jboss

2009-10-29 Thread makarandk502
Hi, Jbpm 4.1 , Jboss 5.0.0 GA When I see Jboss server log (server.log) from Jboss/server/default/log, I can see lot of following JobExecutor DEBUG messages. It seems that some process is running continuosly till we shutdown the jboss. Server log size is becoming too much after some time. Can

[jboss-user] [jBPM Users] - Re: jbpm 4.1 - How to stop these Debug Messages in jboss

2009-10-29 Thread makarandk502
Anybody who can guide me in this ? OR Is this some problem ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4263096#4263096 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4263096

[jboss-user] [jBPM Users] - Re: jbpm 4.1 - Taskform ( Task Variable )

2009-10-23 Thread makarandk502
Can you please provide me link for BPM console forum ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4261865#4261865 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4261865 ___

[jboss-user] [jBPM Users] - Re: jbpm 4.1 - Taskform ( Task Variable )

2009-10-21 Thread makarandk502
Anybody who can guide me in this ? It seems that this is a bug which should be raised in JIRA. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4261400#4261400 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4261400

[jboss-user] [jBPM Users] - jbpm 4.1 - Taskform ( Task Variable )

2009-10-15 Thread makarandk502
Can anybody guide me in this ? I have attached following taskform ftl to some task in simple process start - task - end After running this process through jbpm console, I found that Task Variable 'interests' is set as single value even after selecting multiple values from form. e.g If I select

[jboss-user] [jBPM Users] - jbpm 4.1 - How to get currentE

2009-10-12 Thread makarandk502
If I start process using jbpm-console and want to get current executionService in one of my tasks (java task ), what is way to get it in jbpm 4.1 To provide external trigger using API for wait state in process definition , I need ExecutionService. Then I can use

[jboss-user] [jBPM Users] - Re: authentication failed while JBPM console login

2009-10-08 Thread makarandk502
Kindly check JBOSS server logs while running ant task. Logs can be found in path on ur machine/jboss-5.0.0.GA/server/default/log View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4259325#4259325 Reply to the post :

[jboss-user] [jBPM Users] - Re: Deploy a project

2009-10-08 Thread makarandk502
you can refer to ant build scripts ( building examples those are coming with jbpm ) for reference. That will give you some idea of deployment. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4259326#4259326 Reply to the post :

[jboss-user] [jBPM Users] - jbpm 4.1 - execution not waiting for Task Form inputs

2009-10-05 Thread makarandk502
Hi, Simple process definition( with a taskform ) when run using jbPM APIS is not getting stopped at task form node but it completes its execution. I am trying to test the process using jBPM APIs not console. Code attached below for reference. Process should wait for user inputs through a form

[jboss-user] [jBPM Users] - Re: jbpm 4.1 - execution not waiting for Task Form inputs

2009-10-05 Thread makarandk502
Hi, Even in my case, its reaching at review task. print statements like List is[Task(review)] But in review task, we have associated a form which can be viewed in jbpm console. Ideally we should view the form and once we enter submit , it should proceed further. Basically it is not waiting for

[jboss-user] [jBPM Users] - Re: jbpm 4.1 : Running jbpm test case - issue

2009-10-04 Thread makarandk502
Hi, I am not using any custom XML parser. I am trying to test process definition using JbpmTestCase. version is JRE 1.6 When I debugged the code, I got to know that it has failed in protected Document buildDom(Parse parse) ( parser.java in org.jbpm.pvm.internal.xml ) line is

[jboss-user] [jBPM Users] - jbpm 4.1 : Running jbpm test case - issue

2009-10-01 Thread makarandk502
Hi, Can anybody guide me in resolving this issue ? I am getting following error while running following jbpm test case I have also attached process xml file Error | | 18:07:16,924 FIN | [BaseJbpmTestCase] === starting testTaskAssignee = | ###

[jboss-user] [jBPM Users] - Re: jbpm 4.1 - Task assignment

2009-09-28 Thread makarandk502
Hi, Thanks for the update. I have seen joram's comments. As Joram mentioned this should make the exception gone away but as long as you do not update to console 1.2 you won't be able to see the process instances and tasks. Is console 1.2 part of jbpm 4.2 release ? Can I get it separately

[jboss-user] [jBPM Users] - Re: jbpm 4.1 - Task assignment

2009-09-25 Thread makarandk502
Hi, I am also not comfortable in using trunk. Anyway will this problem solve if I run this process outside console ? I mean using APIS. Can I get this code so that I can get it done in my local version ? Also is their any chance to get console 1.2 ? -Regards Makarand View the original post :

[jboss-user] [jBPM Users] - Re: jbpm 4.1 - Task assignment

2009-09-25 Thread makarandk502
It would be better if I can get some alternative solution to this. OR should I wait till 4.2 release ? OR Can I absorb GWT 1.2 where problem is fixed. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257111#4257111 Reply to the post :

[jboss-user] [jBPM Users] - Process with combination of Task ( with forms ) and java tas

2009-09-25 Thread makarandk502
I want to know if somebody can guide me in following scenario Process definition is combination of Task with forms, automatic java tasks, hql/sql tasks,subprocess ... In such scenario, If i use jbpm API instead of Console for start/stop process instead of console, how can I see task forms if

[jboss-user] [jBPM Users] - Re: jbpm 4.1 - Task assignment

2009-09-24 Thread makarandk502
Hi, Mistake from my part. New process definition with end-state is attached below. Still same error is coming. After starting a process through jbpm console when I login as peter in jbpm-console, immediately I get the exception pasted in my previous message. I could see that there is some

[jboss-user] [jBPM Users] - Re: jbpm 4.1 - Task assignment

2009-09-24 Thread makarandk502
Hi, Thanks. It is the same problem mentioned in https://jira.jboss.org/jira/browse/JBPM-2544 I am in the development phase and deadlines are strict in my case. Can I get patch/workaround for this issue ? It seems like that it is fixed and will be available in 4.2. But then due to strict

[jboss-user] [jBPM Users] - jbpm 4.1 - Task assignment

2009-09-23 Thread makarandk502
Hi, One of my requirement is to assign task( taskform) to multiple users and wait in the process till all users completes the filling of task form. --- Tried subprocess but then taskform gets assigned to single user. Also tried candidategroups. Same problem here. Any help in this regard is

[jboss-user] [jBPM Users] - Re: jbpm 4.1 - Task assignment

2009-09-23 Thread makarandk502
Hi, Thanks for the reply. I have tried exactly same fork/join approach using jBPM 4.1, JBOSS 5.0 etc Can you please guide me in this ? I am getting following error org.jboss.resteasy.spi.UnhandledException: org.hibernate.LazyInitializationException: could not initialize proxy - no Session

[jboss-user] [jBPM Users] - jBPM 4.1 ( TaskForm example through console ) ...

2009-09-14 Thread makarandk502
Hi, I have just downloaded jBPM 4.1. I was trying to run taskform example available in jBPM 4.1 examples through GWT console (http://localhost:8080/jbpm-console). After creating new process instance, request vacation form has opened with BPM-console Server Username and password...nothing

[jboss-user] [jBPM Users] - jbpm 4.0 process ( getting suspended ) after running through

2009-09-11 Thread makarandk502
Hi, Can anybody help me in this regard ? It is really appreciated. Environment : jBPM 4.0, JBOSS 5.0.0 GA, GPD ( that comes with jBPM 4.0 GA ) 1. Process definition below ( designed with GPD ) with start state - task with form - java task - end is not getting completed. After task with form,