• 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

Problem with JSP/JavaBean/EJB.

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All:
I am very new with EJB, and I am learning about it right now. I am trying the examples of the Sun�s "The Java Enterprise Edition Developer�s Guide". I am having problems with the jsptobean example, in which you use JSP and JavaBean components to interact with EJB. The problem is that when I do a "submit" in the JSP page I get the next exception:
java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: java.rmi.RemoteException: Could not create Entity EJB
I can�t locate where is the exactly the error. Could anybody give me some help?
Thanks a lot!
Luis �ngel.
 
reply
    Bookmark Topic Watch Topic
  • New Topic