I get a similiar message, and i have an ejbCreate method in my bean. 

I am using Message Driven Bean here along with XDoclet. But it seems no matter 
what i do I always get that exception.

Here's a snapshot of my bean

  | /**
  |  * @ejb.bean name="NCBIMessageDrivenBean"
  |  *      destination-type="javax.jms.Queue"
  |  *
  |  * @jboss.destination-jndi-name name="queue/NCBIQueue"
  |  */
  | public class NCBIMessageDrivenBean implements MessageDrivenBean, 
MessageListener {
  | 
  |  /**
  |   * @ejb.create-method
  |   */
  |   public void ejbCreate() throws javax.ejb.CreateException {
  | 
  |   }
  | 

My guess is Xdoclet is screwing up somewhere but I am not sure where. Since 
XDoclet generally just generates the supporting JAVA and XML files. This seems 
to be more like a deployment issue with JBOSS. 

Any clues on how to proceed debugging this ??

Thanks
anuj


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934901#3934901

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934901


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to