[JBoss-user] QueueConnectionFactory not bound

2002-08-16 Thread G.L. Grobe
I'm getting the NameNotFoundException below from the following line. qConnectionFactory = (QueueConnectionFactory)ctx.lookup("QueueConnectionFactory"); This is from a remote client. Did anything here change from 2.4.4 to 3.0.1 with this? Any help much appreciated. --- remote client

Re: [JBoss-user] QueueConnectionFactory not bound

2002-08-16 Thread G.L. Grobe
Please ignore this post. I sent it several days ago and it seems to have just now posted. - Original Message - From: G.L. Grobe To: [EMAIL PROTECTED] Sent: Wednesday, August 14, 2002 7:34 PM Subject: [JBoss-user] QueueConnectionFactory not bound I'm

Re: [JBoss-user] QueueConnectionFactory not bound

2002-08-15 Thread John C. Landers
Try just "ConnectionFactory". Use JndiView from jmx console to see the new name. jcl. - Original Message - From: G.L. Grobe To: [EMAIL PROTECTED] Sent: Wednesday, August 14, 2002 4:34 PM Subject: [JBoss-user] QueueConnectionFactory not bound I

Re: [JBoss-user] QueueConnectionFactory not bound

2002-08-15 Thread G.L. Grobe
. - Original Message - From: John C. Landers To: [EMAIL PROTECTED] Sent: Thursday, August 15, 2002 9:55 AM Subject: Re: [JBoss-user] QueueConnectionFactory not bound Try just "ConnectionFactory". Use JndiView from jmx console to see the new name.