• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

MyConnectionFactory not found in JBoss!!

 
Ranch Hand
Posts: 132
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am trying out my first MDB (Message Driven Bean) using JBoss 3.2.3. Part of my client code which tries to look up to the appropriate ConnectionFactory and Queue..

It says 'MyConnectionFactory not bound'. But I have the appropriate entries in my XMLs (jboss/ejb-jar).
Can someone please tell me if I need to include any specifics about MyQueue/MyTopic and MyConnectionFactory anywhere in the jboss..XMLs?
Thanks in advance.
Nandini
[ April 09, 2004: Message edited by: Nandini Sriram ]
 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JMS Client Code:

ejb-jar.xml

jboss.xml
 
I've been selected to go to the moon! All thanks to this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic