Hello,

We 're using JBAS 5.0.0.GA, and we  inject a JMS administrative resource 
(ConnectionFactory) in an ejb session and an ejb service. This works fine.

When we're upgrading to JBAS 5.1.0.GA, only the injection to an ejb session 
woks and for the ejb service we have a reference to the null object.

Is it a bug ?  


  | @Service
  | @Management(IEJBManagement.class)
  | @Remote(IServeurConnexion.class)
  | public class ServeurConnexion extends ServeurEJB implements IEJBManagement, 
IServeurConnexion
  | {
  |   @Resource(mappedName="ConnectionFactory")
  |   protected TopicConnectionFactory connectionFactory_;
  | 

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4241008
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to