RES: Injecting hibernate session in Jbpm 4
by Rogerio Baldini das Neves
Thanks, Tom.
We want a simple solution to integrate our JDBC local transaction (in
Tomcat) with jBPM 4 transactions.
1. Is there any "undo service" feature?
2. If not, how do you recommend that we warranty transactions integrity ? I
mean, between my application and jBpm.
3. If event not, is it possible to extend jBpm to do this task ? If yes,
could you give me some tips to implement that ?
Thanks a lot,
Rogerio
-----Mensagem original-----
De: Tom Baeyens [mailto:tbaeyens@redhat.com]
Enviada em: quinta-feira, 23 de julho de 2009 06:05
Para: Rogerio Baldini das Neves
Cc: jbpm-users(a)lists.jboss.org
Assunto: Re: [jbpm-users] Injecting hibernate session in Jbpm 4
not yet.
regards, tom.
Rogerio Baldini das Neves wrote:
> Hi Guys,
>
>
>
> Is it possible to inject hibernate sesstion in jBpm 4 in the same way
> it's done in jBpm 3 ?
>
>
>
> I mean, is it possible to delegate transaction control to an external
> session outside jBpm core ?
>
>
>
> Thanks,
>
> Rogerio
>
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> jbpm-users mailing list
> jbpm-users(a)lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jbpm-users
Checked by AVG - www.avg.com
Version: 8.5.375 / Virus Database: 270.13.23/2254 - Release Date: 07/22/09
05:59:00
16 years, 8 months
[JBoss jBPM] - Re: jBPM 4 reminders
by 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 called if needed.
But to get the jobs working I suppose I have to get the process engine running as service (According the dev guide chapter 15.4) and bound to JNDI. Since I have little experience in this area and since the dev guide explanation is very brief I could use some help here.
I remember from my jBPM 3 experience that the process engine was polling the DB all the time (on JBoss). My current jBPM 4 WebLogic app's process engine is not polling at all. So my first concern is to set it up as a service.
Regards,
Gert
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4245545#4245545
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4245545
16 years, 8 months