• 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

mdb..cmp communication..i.e. message facade design

 
Ranch Hand
Posts: 647
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all,
i am trying out to implement the message facade design implementation..in the message driven beans onMessage method i am looking out for the cmp beans home object & then i call the create method on it..
but in runtime the mdb is not getting the cmp's home object.it says the .class files are needed..
1.i have set the cmp beans .jar files classpath in the setEnvExamples.sh file.
2. i have imported all the cmp classes in the mdb.
3. i have copied all the cmp's .class files in the mdb's jar file..
after doing all this still it says it can't deploy the mdb as one of the class or interface it is dependent on is not in the classpath or is not getting..
what can be the other reasons ..please reply soon..
thanks,
trupti
 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
what container r u using?
-aao
reply
    Bookmark Topic Watch Topic
  • New Topic