• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Error deploying message driven bean

 
Ranch Hand
Posts: 65
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello i try to deploy an Message driven bean to ORacle AS, and i get the following error :
Deployment failed: Nested exception
Root Cause: deploy failed!: ; nested exception is:
oracle.oc4j.admin.internal.DeployerException: Error initializing ejb-module; Exception Error in application MDB: Error loading package at file:/usr/oas/j2ee/pinda/applications/MDB/MDB.jar, Error deploying file:/usr/oas/j2ee/pinda/applications/MDB/MDB.jar homes: No javax.jms.Destination found at the specified destination-location (jms/MDBTopic) for MessageDrivenBean MDB
Resolution: . deploy failed!: ; nested exception is:
oracle.oc4j.admin.internal.DeployerException: Error initializing ejb-module; Exception Error in application MDB: Error loading package at file:/usr/oas/j2ee/pinda/applications/MDB/MDB.jar, Error deploying file:/usr/oas/j2ee/pinda/applications/MDB/MDB.jar homes: No javax.jms.Destination found at the specified destination-location (jms/MDBTopic) for MessageDrivenBean MDB
any ideas what am i doing wrong?
Jboss throws the same exception but finally says it creates a temporary jndi location and it works fine...
 
reply
    Bookmark Topic Watch Topic
  • New Topic