[jboss-user] [JBoss Seam] - Re: Message Driven Bean starting jbpm process

2007-10-05 Thread jgeraert
See JBSEAM-2047 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091953#4091953 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4091953 ___ jboss-user mailing list jboss-user@list

[jboss-user] [JBoss Seam] - Re: Message Driven Bean starting jbpm process

2007-10-05 Thread [EMAIL PROTECTED]
Please :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091927#4091927 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4091927 ___ jboss-user mailing list jboss-user@lists.jbos

[jboss-user] [JBoss Seam] - Re: Message Driven Bean starting jbpm process

2007-10-05 Thread jgeraert
Hello, I had already tried with the TransactionAttribute removed. I looked closer to the NullPointerException in the stacktrace | Caused by: java.lang.NullPointerException | at org.jboss.seam.contexts.BusinessProcessContext.getNamesFromContext(BusinessProcessContext.java:1 | 15) |

[jboss-user] [JBoss Seam] - Re: Message Driven Bean starting jbpm process

2007-10-04 Thread [EMAIL PROTECTED]
I don't think you want the @TransactionAttribute on your method. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091742#4091742 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4091742 __

[jboss-user] [JBoss Seam] - Re: Message Driven Bean starting jbpm process

2007-10-03 Thread jgeraert
Hello, What i have now: | public class InklessMessageListener implements MessageListener { | | @EJB | InklessProcessManager inklessProcessManager; | | //@CreateProcess(definition="inkless") | public void onMessage(Message arg0) { | | inklessProces

[jboss-user] [JBoss Seam] - Re: Message Driven Bean starting jbpm process

2007-10-03 Thread [EMAIL PROTECTED]
Have you tried creating the process on another component which you inject into the MDB. MDBs aren't capable of handling transactions. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091288#4091288 Reply to the post : http://www.jboss.com/index.html?module=bb