• 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

java.lang. ClassNotFoundException for entity bean using ejb 2.0 in

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I built a j2ee application with an ejb module (ejb 2.0 with cmp 2.0) and a web module. I am dveloping on wsad 5.0. I validated the project and was successfully able to connect to and run the DB2 database server. But when i tried to test run the code on the integerated websphere5.0 test server i got the following exception for one of the entity beans named Apartment:
java.lang. ClassNotFoundException: entity.EJSCMPApartmentHomeBean _cc1bf464
Could anyone please give a possible explanation for this and also how this could be solved?
Thanks
Arnab Mitra
 
author
Posts: 3892
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Did you generate the deploy and RMIC code?
Kyle
 
Arnab Mitra
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
this works fine....
thanks
-Arnab
 
reply
    Bookmark Topic Watch Topic
  • New Topic