[jboss-user] [jBPM Users] - Re: Process definition xml

2009-08-31 Thread gleenders
Ronald thanks a lot. You helped me out here. The following does the trick: | ExecutionService executionService = PE.getExecutionService(); | RepositoryService repositoryService = PE.getRepositoryService(); | //Find the process instance. | ProcessInstance pro

[jboss-user] [jBPM Users] - Process definition xml

2009-08-28 Thread gleenders
Is it possible to retrieve the xml String of the processdefinition of a processinstance via the api? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4252324#4252324 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4252324 _

[jboss-user] [JBoss jBPM] - HistoryActivity and HistoryTask Join

2009-08-19 Thread gleenders
Hi, I need to display information based on a join between the JBPM4_HIST_TASK table en the JBPM4_HIST_ACTINST table. Via the API its possible to query them both separately, but joining the List results afterward is a big detour. Is there a way to achieve this via the API? (Its easy to do it via

[jboss-user] [JBoss jBPM] - Re: jBPM 4 reminders

2009-07-28 Thread gleenders
@Ronald: Indeed as Rujimethut already said, the bug is still there. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246602#4246602 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4246602 __

[jboss-user] [JBoss jBPM] - Re: jBPM 4 reminders

2009-07-28 Thread gleenders
That would saved (a lot of) time for me :-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246475#4246475 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4246475 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: [jBPM 4] Mai templates context variables

2009-07-28 Thread gleenders
Sorry for not mentioning it in my previous post but I also tried the following | | | | | | | | | Assignment notification (E-C) | Task assigned | | | But this code does nothing at all... It'

[jboss-user] [JBoss jBPM] - Re: [jBPM 4] Mai templates context variables

2009-07-28 Thread gleenders
Now we're back where we started :-) those silly loops My initial try was this | | | | | | | | | Assignment notification (E) | Task assigned | And this works fine except for the context vari

[jboss-user] [JBoss jBPM] - Re: [jBPM 4] Mai templates context variables

2009-07-27 Thread gleenders
Ok, I think a get the picture but i still have some problems. First be aware that i'm using jBPM 4. @TejJBPM: anonymous wrote : The only system templates are "task-assign" and "task-reminder" which are by default present in jbpm.mail.templates. Whatever variables you want will work only under th

[jboss-user] [JBoss jBPM] - Re: [jBPM 4] Mai templates context variables

2009-07-24 Thread gleenders
I'm aware that I'm using the "task-assign" template and indeed i have set notify to 'yes'. Everything works fine except for the taskInstance variable. For the moment I'm not trying to make a custom template. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=42458

[jboss-user] [JBoss jBPM] - Re: [jBPM 4] Mail templates context variables

2009-07-24 Thread gleenders
Template: | | | | | | | | Assignment notification | Task #{taskInstance.name} is assigned | | | | | | Stacktrace: INFO: exception while executing command org.jbpm.pvm.internal.cmd.startprocessinstanceinlatest...@5b52f1 |

[jboss-user] [JBoss jBPM] - [jBPM 4] Mai templates context variables

2009-07-24 Thread gleenders
In jBPM 3 it was possible to use some context variables in EL (for ex. taskInstance & processInstance). It seems to be that this doesn't work in jBPM4? Gert View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4245772#4245772 Reply to the post : http://www.jboss.

[jboss-user] [JBoss jBPM] - Re: [jBPM 4 ]JBPMService

2009-07-24 Thread gleenders
Ronald As I dive deeper into the code (and learn more and more about jBPM). This is my conclusion so for (I don't know if this is right so please correct me if I'm wrong). Timers etc are stored as jobs and can be retrieved via the managementService.createJobQuery()... So far so good, but am I

[jboss-user] [JBoss jBPM] - jBPM 4 reminders

2009-07-23 Thread gleenders
Hi, If I want to implement reminders in jBPM 4 what do have to set up to get this working? It is not clear to me when the jBPM engine poll's the tasks to see if it has to send a reminder. So for the moment nothing happens with the reminders attached to my tasks (no reminders mails are send au

[jboss-user] [JBoss jBPM] - Re: jBPM 4 reminders

2009-07-23 Thread gleenders
Ronald, Timers etc also don't work. My environment is a JSF (ADF Faces) Application who runs on a WebLogic 11g. Until now my app is more a 'quick and dirty' approach to see if I get everything working under this new environment. For the moment my process engine is in a singleton and is only cal

[jboss-user] [JBoss jBPM] - [jBPM 4 ]JBPMService

2009-07-23 Thread gleenders
The JBoss AS installation delivered with jBPM contains a JBoss Service (SAR) which hosts a jBPM Service (which is bound via JNDI). Since I don't want to use JBoss as AS, what are the other options? I assume that I always need some kind of service who hosts a process engine? Regards, Gert View