[JBoss-user] [JBoss jBPM] - Re: error with GPD 3.0.8 Eclipse plugin

2006-02-16 Thread mdonato
I'm facing the same problem View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3924338#3924338 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3924338 --- This SF.net

[JBoss-user] [JBoss jBPM] - Re: error with GPD 3.0.8 Eclipse plugin

2006-02-16 Thread mdonato
I downloaded the file jbpm-gpd-site-3.0.8.zip and install from eclipse uptade !!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3924346#3924346 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3924346

[JBoss-user] [JBoss jBPM] - Re: error with GPD 3.0.8 Eclipse plugin

2006-02-16 Thread mdonato
I do not download the engine jbpm-3.1 ... couse at this moment i only need the gpd ... i use gpd only for develop flows ! so at another moment i publish it in our application in an j2ee container with jboss integrated .. Then, i can't answer this to you ! View the original post :

[JBoss-user] [JBoss jBPM] - multiple timers creating more than one node instance

2005-12-28 Thread mdonato
Hi all, I still have problems with timer ... but now ... with multiple timers in diferent nodes, and when one finish, it creates the next node instance more then once! I dont know what to do i know that when using timer, i need to save processinstance ... and it's what i'm doing ! see

[JBoss-user] [JBoss jBPM] - Re: multiple timers creating more than one node instance

2005-12-28 Thread mdonato
here is the result in the jbpm_taskinstance anonymous wrote : 5496 abertura

[JBoss-user] [JBoss jBPM] - Re: multiple timers creating more than one node instance

2005-12-28 Thread mdonato
When i use only schedulerSession.saveTimer(timer) or schedulerSession.deleteTimer(timer) only 1 instance of the next node is created but the next timer is not started! And when i use: schedulerSession.saveTimer(timer) and session.getGraphSession().saveProcessInstance(

[JBoss-user] [JBoss jBPM] - Re: How to suspend and resume a process

2005-12-22 Thread mdonato
Hi all, i think my question is like yours, but a little different. I don't want to handle it, i need a delay time like 20 days or any thing else, and i've tried to do it with timer tag on a simple node tag! but the timer has no actions and when the flow reachs this node, the delay timer dont

[JBoss-user] [JBoss jBPM] - Re: How to suspend and resume a process

2005-12-22 Thread mdonato
Hi, i'm trying to do another test with node type state ... i've done it with node type node and dont work !!! i'll put the result of the test here soon !! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3913982#3913982 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: How to suspend and resume a process

2005-12-22 Thread mdonato
Hi, i've tried this one: state name=aguarda | timer duedate=3 minutes transition=confirmar-fechamento/timer | transition name=confirmar-fechamento to=confirma-fechamento/transition |/state | and this one : node name=aguarda | timer duedate=3 minutes

[JBoss-user] [JBoss jBPM] - Re: How to suspend and resume a process

2005-12-22 Thread mdonato
Timer table was not created ! And my timer thread is running !!! here is the part of the flow task-node name=confirma-abertura | task name=task1 description=Confirmar abertura de admissoes swimlane=Supervisor-Cliente/task | event type=node-leave | action

[JBoss-user] [JBoss jBPM] - Re: How to suspend and resume a process

2005-12-22 Thread mdonato
The table exists ... and i've made extensive teste with it in task tags and i know that when you put a timer tag , it creates those events but in a node tag it dont works the other test of the timer is this: task-node name=task1 | task name=task1 swimlane=direct |

[JBoss-user] [JBoss jBPM] - Re: How to suspend and resume a process

2005-12-22 Thread mdonato
All right ... the timer is created in table and runs as it was supposed to run but the node is left and the timer still run i need to suspend the flow ... after the time has due, then goes to transition !!! and it is not happening what is wrong? View the original post :

[JBoss-user] [JBoss jBPM] - Re: Timer problems

2005-12-16 Thread mdonato
Men! It works in a standalone teste, but in my project it don't works !!! the JBPM_TIMER was successfully mounted and the JBPM_LOG too ... these was my 2 problems !!! I dont know what else i have to do Let me exlplain ! I work in a CMT Transaction scenario, using Data Source for

[JBoss-user] [JBoss jBPM] - Re: Timer problems

2005-12-16 Thread mdonato
Wowww !!! It works !!! You will not beliave !!! See previeous code : | | ProcessDefinition pd = getJbpmSession().getGraphSession().findLatestProcessDefinition(name); | ProcessInstance pi = new ProcessInstance(pd); |

[JBoss-user] [JBoss jBPM] - Re: Timer problems

2005-12-16 Thread mdonato
Oww, I forgot to thank you !!! You was so cool and saves me !! Thanks a lot ! very very much View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3913114#3913114 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3913114

[JBoss-user] [JBoss jBPM] - Re: Timer problems

2005-12-15 Thread mdonato
Saviola wrote : Hi! | I have similar problems like mdonato. | How can I get a SchedulerThread running and where is the appropriate place for running it? | Actually is there any other way for using timers without a scheduler thread? | | Appreciate any help | Thanks | | Saviola

[JBoss-user] [JBoss jBPM] - Re: Timer problems

2005-12-15 Thread mdonato
enazareno wrote : Hello, | | I would like to correct my previous statement regarding the jbpm_timer table. In the websale example, it is not populated yet at the start. It only populates when entering the evaluate web order node or from the web when you submit the new web sale order.

[JBoss-user] [JBoss jBPM] - Re: Timer problems

2005-12-15 Thread mdonato
mdonato wrote : enazareno wrote : Hello, | | | | I would like to correct my previous statement regarding the jbpm_timer table. In the websale example, it is not populated yet at the start. It only populates when entering the evaluate web order node or from the web when you submit

[JBoss-user] [JBoss jBPM] - Re: Timer problems

2005-12-15 Thread mdonato
enazareno wrote : | (P.S. I tried sending you an email but it failed. Maybe you have blocked yahoo perhaps?) | Owww !!! You send the e-mail that matches our rules !!! Viruses Rule #55(Netsky). Your mail has a subject that match to virus subject and will not be accepted. You send with

[JBoss-user] [JBoss jBPM] - Re: Timer problems

2005-12-15 Thread mdonato
Wow I found a strange thing ! Take a look on this selects resuls!!! | select PROCESSDEFINITION_ from JBPM_ACTION; | | | PROCESSDEFINITION_ | - | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | | (8 row(s) affected) | |

[JBoss-user] [JBoss jBPM] - Re: Timer problems

2005-12-15 Thread mdonato
THis is the log for a start process instance ! select processdef0_.ID_ as col_0_0_ from POPULIS.JBPM_PROCESSDEFINITION processdef0_ where processdef0_.NAME_=? order by processdef0_.VERSION_ desc | binding 'teste-timer-2' to parameter: 1 | select processdef0_.ID_ as ID1_0_10_,

[JBoss-user] [JBoss jBPM] - Re: Timer problems

2005-12-14 Thread mdonato
All right, i've done it, but not like a servlet. When i start the jbpmSession, i start the Scheduler too. But i open the code of the SchedulerThread and i sow that it get the Instance of JbpmFactory and when it open the session it open with begin transacion. And i'm using CMT transaction, and

[JBoss-user] [JBoss jBPM] - Re: Timer problems

2005-12-14 Thread mdonato
Now, it works. But i had to change the class Scheduler and ShedulerThread to work with CMTTransaction, 'couse it doesn't allows to implicity call an begin transaction. But like i told before, the db Table JBPM_TIMER does not contains any rows in it. I've tried those samples described before

[JBoss-user] [JBoss jBPM] - Re: Timer problems

2005-12-14 Thread mdonato
One more. I've deployed web-sale.par in my application ... and it do not create any row in the JBPM_TIMER table . but a saw in other table !! JBPM_EVENT i really don't know what is happening . some one, please help us My develop time is getting over !! View the

[JBoss-user] [JBoss jBPM] - Re: Timer problems

2005-12-14 Thread mdonato
OK! I'm using many environments! Websphere 5.1 Jboss 4.0.2 Oracle 8 (not tested yet) MSSqlServer 7 Jbpm 3.0.2 (newer) with modifications (but not structural) and it's not a stand alone server .. it's J2EE implementation !!! I saw the entire code ... and the row in the table doesn't appear!

[JBoss-user] [JBoss jBPM] - Re: Timer problems

2005-12-13 Thread mdonato
Someone knows what could i do to solve this ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912337#3912337 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912337 ---

[JBoss-user] [JBoss jBPM] - Re: JBPM LOG

2005-12-13 Thread mdonato
Someone knows what could i do to solve this ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912338#3912338 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912338 ---

[JBoss-user] [JBoss jBPM] - Timer problems

2005-12-12 Thread mdonato
Hi all, i'm using jbpm-3.0.2 and ibm websphere, i'm having problems on creation of a process with a timer tag, i've tried a lot of ways to describe the timer on processdefinition.xml, but with no success. Some one can help me on this? What i'm doing wrong? process-definition |

[JBoss-user] [JBoss jBPM] - Re: Timer problems

2005-12-12 Thread mdonato
I've tried this too! process-definition | name=teste-timer |start-state name=start | transition name=tr1 to=state1/transition |/start-state | |state name=state1 | timer name=timer duedate=1 minute repeat=yes transition=tr1 |action

[JBoss-user] [JBoss jBPM] - Re: JBPM LOG

2005-12-12 Thread mdonato
Hi all, Now i'm using jbpm-3.0.2 and i don't know why the logs don't starts logging! It should be automatic, or i have to explicity run some code ? Please ! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912119#3912119 Reply to the post :