[jboss-user] [jBPM Users] - Re: JBPM 4.1 or 4.2 on Weblogic 9.2 -> Extra jars + unable t

2009-12-02 Thread ainze
Great work RockerRocker. Quick question though: do EL expressions still work from within jBPM? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268504#4268504 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4268504 ___

[jboss-user] [jBPM Users] - Re: jBPM4.1 - Spring 2.5.x - transactionManagement questions

2009-09-30 Thread ainze
anonymous wrote : And how should I specify that jBPM makes use of a particular transactionManager-bean in Spring, instead of the default bean with name 'transactionManager'? Created https://jira.jboss.org/jira/browse/JBPM-2558 View the original post : http://www.jboss.org/index.html?module=b

[jboss-user] [jBPM Users] - Re: jBPM4.1 - Spring 2.5.x - transactionManagement questions

2009-09-30 Thread ainze
Also, using the StandardTransactionInterceptor instead of the SpringTransactionInterceptor will commit after each node. Although if you invoke that from a transactional Spring service, you might end up with unintended behavior... View the original post : http://www.jboss.org/index.html?module=

[jboss-user] [JBoss jBPM] - Re: Problem configuring jBPM4 with Spring

2009-07-30 Thread ainze
try | | | | The environment-interceptor will expose the environment. Now the spring transaction interceptor is running before any environment is exposed. KR, Andries View the original post : http://www.jbos

[jboss-user] [JBoss jBPM] - Re: jbpm4-hibernate2-spring1.2 integration

2009-07-25 Thread ainze
Indeed. But the Spring 1.2 support is on it's way -> https://jira.jboss.org/jira/browse/JBPM-2445 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4245997#4245997 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4245997 __

[jboss-user] [JBoss jBPM] - Re: About Spring-integeration of JBPM4 with Spring 2.5

2009-07-25 Thread ainze
When using the jobExecutor, you can't set current="true" on the sprint-transaction-interceptor. KR, Andries View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4245996#4245996 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [JBoss jBPM] - Re: java.lang.NullPointerException in CreateDeploymentQueryC

2009-07-25 Thread ainze
Zajs, You are missing the in your transaction-context. Futhermore, you have a duplicate entry of KR, Andries View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4245995#4245995 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBoss jBPM] - Re: Some Questions about Spring JBPM4 Integration

2009-07-10 Thread ainze
"rmoskal" wrote : Thanks for replying! | | You may have misunderstood me, I don't want to inject an Execution into the context. But I would want to pass it as a variable to say a entity. The existing Spring demo shows a HistorySession being passed as an argument to a method. I imagine t

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

2009-05-29 Thread ainze
"rams.rapol" wrote : Figured out partially, jbpm.cfg.xml had tag named spring-transaction-interceptor which isn't supported in beta2 but supported in beta1 | Actually, it was not supported in beta1, only my branch contained the spring-transaction-interceptor. However, from RC1 it will

[jboss-user] [JBoss jBPM] - Re: We need some setter methods to integrate jBPM4 with spri

2009-05-20 Thread ainze
kayzhan, I created a working demo with the latest integration. Please look at http://www.inze.be/andries/2009/05/16/demo-on-spring-integration-with-jbpm4/ Any feedback is appreciated! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4232316#4232316 Reply to t