I found the problem. With JBAS 5.0.0.GA, in an ejb service, the resource is already injected in the 'create' method against by JBAS 5.1.0.GA. And we refer to the injected resource in this method.
We 've moved the code from the 'create' method to the 'start' method and now it's ok. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4241168#4241168 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4241168 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
