Re: Deployment of message driven bean in geronimo 2.0-m5

2007-05-10 Thread Manu George
Hi Bruno, At first glance you seem to be missing @ActivationConfigProperty(propertyName="destination", propertyValue = "". @MessageDriven annotation's name attribute is the name of the bean and not the queue. Also you can try adding a geronimo specific deployment descriptor (openejb-ja

Deployment of message driven bean in geronimo 2.0-m5

2007-05-09 Thread Bruno Aranda
Hi there, I am testing ejb 3.0 message driven beans and I was trying to deploy in geronimo a simple jar containing a simple MDB. I am not using the ejb-jar.xml as I want the container to discover the class. Whenever I try to deploy it with the console, I get a NullPointerException when deploying