• 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
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

JMS - Dependency Injection Problem

 
Greenhorn
Posts: 29
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I created an 'Application Client Project' (that has static main method) in Eclipse to be able to generated messages to a Queue & deployed it in JBoss AS 7. However, the dependency injection (code below) is not working for some reasons.



Although I could see the the JNDI Bindings in the JBoss deployment.

Please gives suggestions!
 
Bartender
Posts: 2450
13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I guess your lookup name is not found. You may want to go to the deployment descriptor or JBoss configuration to check the name of the ConnectionFactory.
 
reply
    Bookmark Topic Watch Topic
  • New Topic