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
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
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)
|
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
__
Hello,
What i have now:
| public class InklessMessageListener implements MessageListener {
|
| @EJB
| InklessProcessManager inklessProcessManager;
|
| //@CreateProcess(definition="inkless")
| public void onMessage(Message arg0) {
|
| inklessProces
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