• 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:

error jndi:null in send mail use Message Driven Bean

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everybody
I try to write application send mail with MDB
I have an error , please help me , give a clue or solution to fix it
------
14:05:49,380 INFO [JBossASKernel] Created KernelDeployment for: g3_DVDShop_MDB_Module.jar
14:05:49,380 INFO [JBossASKernel] installing bean: jboss.j2ee:jar=g3_DVDShop_MDB_Module.jar,name=SendMailMDB,service=EJB3
14:05:49,380 INFO [JBossASKernel] with dependencies:
14:05:49,380 INFO [JBossASKernel] and demands:
14:05:49,380 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
14:05:49,380 INFO [JBossASKernel] and supplies:
14:05:49,380 INFO [JBossASKernel] jndi:null
14:05:49,380 INFO [JBossASKernel] Class:javax.jms.MessageListener
14:05:49,380 INFO [JBossASKernel] Added bean(jboss.j2ee:jar=g3_DVDShop_MDB_Module.jar,name=SendMailMDB,service=EJB3) to KernelDeployment of: g3_DVDShop_MDB_Module.jar
14:05:49,401 INFO [EJBContainer] STARTED EJB: mdb.SendMailMDB ejbName: SendMailMDB

---
My code
file SendMailMDB.java

---
file SendMailDAO .java

-----
file dvdshop-jms-connection-factories-service.xml

[/code]
 
zang nam
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nobody help me @@
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic