[JBoss-user] [Messaging, JMS & JBossMQ] - Re: EJB Create on MDB

2005-08-04 Thread Nandhu
That worked , thanks a lot. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888438#3888438 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888438 --- SF.Net email is S

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: EJB Create on MDB

2005-08-04 Thread Nandhu
Still the same problem... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888419#3888419 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888419 --- SF.Net email is Spo

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: EJB Create on MDB

2005-08-03 Thread Nandhu
All Here is the code snippet package com.birch.mdb; import java.io.ByteArrayOutputStream; import javax.ejb.EJBException; import javax.ejb.MessageDrivenBean; import javax.ejb.MessageDrivenContext; import javax.jms.Message; import javax.jms.MessageListener; import javax.xml.transform.Transformer;

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: EJB Create on MDB

2005-08-03 Thread Nandhu
I did change my method without throwing createException , still same result. Is there anything to do with Spec 2.1 ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888280#3888280 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=r

[JBoss-user] [Messaging, JMS & JBossMQ] - EJB Create on MDB

2005-08-03 Thread Nandhu
must define no application exceptions. I have no application exception defined in my ejbCreate method, it doesn't work if I have or don't have throws createException in the method clause. Any Idea ?, any help would be greatly appreciated. Thanks Nandhu View the original post : http:

[JBoss-user] [Installation & Configuration] - Configuring Oracle 9i with JBOSS 4.0.2

2005-07-14 Thread Nandhu
Hi I am new to this forum, is there link or any document of how about configuring JBoss 4.0.2 to use oracle 9i.? Also I created a JMS Queue through the JMS Console and whenever my project gets redployed my queue is getting deleted. Is there a way I could keep my queue persistent and How could I