[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMSExpection: Invalid transaction id.

2005-09-06 Thread jaikiran
Instead of the following, use "Required" as the transaction type @ejb.transaction | * type="Supports" Instead, use: @ejb.transaction | * type="Required" I think this might work. Try it out View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893205#3893205

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMSExpection: Invalid transaction id.

2005-09-06 Thread bnadesan
Here is the code snippet package movie.ejb; import java.rmi.*; import javax.ejb.*; import javax.jms.*; import javax.naming.*; /** * @ejb.bean * name="MessageController" * extends="javax.ejb.MovieSessionBean" * view-type="remote" * jndi-name="movie.ejb.MessageControllerHome" * descript

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMSExpection: Invalid transaction id.

2005-09-06 Thread jaikiran
Please post the code in which you are sending the message View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893145#3893145 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893145 --