Hi Friends,
I have deployed an EJB application which containts only Message Driven Bean.
The deployment was successful as seen by the server messages.
But the Message Driven Bean instance is not created.
I have the no-arg constructor , onMessage method, ejbcreate method, ejbTimeout method, setMessageDrivenContext method, and ejbRemove methods defined in my MDB.
And the MDB is implementing MessageDrivenBean, MessageListener, and TimedObject.
I was expecting S.O.Ps to be printed , which i have given in my constructor and setmessagedrivencontext methods.
But the S.O.Ps are not printed, because the MDB instance is not created , i think so.
Can you please help me out, why MDB instance is not created..
Thanks,
Devisri.