Hello,
i make my first steps with
EJB 3.0 and the glassfish server. I've the same problem what Mihai had, but I don't find the right steps to solve it. The example comes from the book "EJB 3 - In Action".
First of all I tried to inject a factory and a destinantion in a statefull bean
This didn't work, because I had not created the required factory and destination in the glassfish application server. So I created both in the glassfish server.
After this, the DI worked without any exception.
The next step was to create the Message-Driven-Bean. Like the example in the book I used also DI.
After I published my source-code again, I received the ConnectorRuntimeException
Is there a wrong entry in the ActivationConfigProperty-annotation or did I've forget any important part ?
Best regards,
Christian