JBoss Community

QueueConnectionFactory problem in JBoss-5.1.0.GA

created by hmusavi in JNDI and Naming - View the full discussion

I am upgrading from JBoss-4.2.3.GA to JBoss-5.1.0.GA. I have the following piece of code that worked fine in JBoss 4 but is giving me QueueConnectionFactory not bound exception in JBoss 5.

 

@Resource(mappedName="QueueConnectionFactory")
private QueueConnectionFactory queueConnectionFactory;

 

I noticed that in JNDI tree for JBoss 5 there is no longer a "QueueConnectionFactory" service in the Global JNDI namesapce but there is still a "ConnectionFactory". I tried changing my code to use "ConnectionFactory" instead and that removed the exception but some functionality is not working any more.

 

I see this in the Java namespace though:

 

 

Other components with java:comp namespace
java:comp namespace of the component jboss.j2ee:ear=EO.ear,jar=tds.jar,name=ServerControllerBean,service=EJB3 :
+- env (class: org.jnp.interfaces.NamingContext)
  |   +- queueConnectionFactory[link -> QueueConnectionFactory] (class: javax.naming.LinkRef)

 

Any idea would be appreciated. I have tried many things and nothing has been fully working for me.

 

Thanks

Reply to this message by going to Community

Start a new discussion in JNDI and Naming at Community