• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

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