Win a copy of Getting started with Java on the Raspberry Pi this week in the Raspberry Pi forum!
  • 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Jeanne Boyarsky
Sheriffs:
  • Rob Spoor
  • Devaka Cooray
  • Liutauras Vilda
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Piet Souris

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
 
please buy this thing and then I get a fat cut of the action:
Low Tech Laboratory
https://www.kickstarter.com/projects/paulwheaton/low-tech-0
reply
    Bookmark Topic Watch Topic
  • New Topic