[jboss-user] [JBoss jBPM] - Re: jBPM 3.2.6.SP1 on Weblogic 11gR1

2009-08-06 Thread gchanteb
Hi, i have somes questions. 1- If i try to use the jBPM jobscheduler, what happen to timers and asynchronism ? It will not use EJB timer and JMS (with queues JbpmJobQueue and JbpmCommandQueue ) for this but your own JobExecutor that's right ? And i can delete jbpm-enterprise.jar so ;-)? 2- Why

[jboss-user] [JBoss jBPM] - Re: jBPM 3.2.6.SP1 on Weblogic 11gR1

2009-08-03 Thread kukeltje
But what you can also try is to not use the EE jobscheduler but the jBPM built in one. From what I've heard is scales fairly good View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247537#4247537 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[jboss-user] [JBoss jBPM] - Re: jBPM 3.2.6.SP1 on Weblogic 11gR1

2009-08-03 Thread kukeltje
I think using the ref itself is not the real problem I suspect that the deadletterqueue is something JBoss AS has built in, and WLS (at least up to 8, there my knowledge ends) did not have. So you should either leave that part out or use the WLS solution for this or create an additional queue th