[jboss-user] [JBoss jBPM] - Miss jbpm-jpdl-suite.zip download

2009-01-15 Thread juergen_lampe
Hi, seems to me the download link for jbpm-jpdl-suite.zip has gone away. Is there a way to update my jbpm-jpdl-3.2.3 installation from the new *GA.jar? (Installation of this failed, because there's no JBoss server.) Although working with jBPM GPD for a while, I never succeeded in getting the

[jboss-user] [JBoss jBPM] - Timers in jBPL

2008-10-01 Thread juergen_lampe
Hi, there is not much documentation regarding the actual use of timers. I want to implement a wait state which is left after the duration period. As I understood from description the following should do it: cancel-timer name='reminder'/

[jboss-user] [JBoss jBPM] - Re: Timers in jBPL

2008-10-01 Thread juergen_lampe
Sorry, the code was cut during submitting it should look this: state name=warte 1 | timer name='reminder' | duedate='2 minutes' | transition='ex1' |cancel-timer name='reminder'/ | /timer | transition

[jboss-user] [JBoss jBPM] - jBPM-Console process instance creation time

2008-10-01 Thread juergen_lampe
Hi, I wonder how to identify the time zone for e.g. Start Date display in Process instances list. Showing: anonymous wrote : 47Ended Oct 1, 2008 10:19:36 AM Oct 1, 2008 10:22:30 AM ExamineDelete which means current time - 2 hours. In database it is

[jboss-user] [JBoss jBPM] - Re: Timers in jBPL

2008-10-01 Thread juergen_lampe
jbpm-configuration | | !-- | This configuration is used when there is no jbpm.cfg.xml file found in the | root of the classpath. It is a very basic configuration without persistence | and message services. Only the authorization service installed. | You can

[jboss-user] [JBoss jBPM] - Re: Timers in jBPL

2008-10-01 Thread juergen_lampe
I think so. It should be started via the web.xml entry: !-- Job executor launcher (begin) -- | listener | description | Starts the job executor on servlet context initialization and stops it on | servlet context destruction. |

[jboss-user] [JBoss jBPM] - Re: jBPM-Console process instance creation time

2008-10-01 Thread juergen_lampe
Seems a duplicate of http://www.jboss.com/index.html?module=bbop=viewtopict=142925 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4179808#4179808 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4179808

[jboss-user] [JBoss jBPM] - Re: Timers in jBPL

2008-10-01 Thread juergen_lampe
This was THE hint - now it works as expected: state name=warte 1 | timer name='reminder' | duedate='2 minutes' | transition='ex1' | cancel-event='node-left' | script |