• 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

Accessing an Entity Bean with a JSP using JBoss CMP

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All,
I would be grateful if someone could assist. I created some entity and session beans that are deployed in Jboss 3.2.1. I have implemented a method in the session bean "getAllJobsAvalible()" that is supposed to call a findAll()in the Entity Bean's LocalHome (generated using xdoclet). After deploying I tried to access this method from a JSP and got the following error message in the browser:-
HTTP ERROR: 500 Error in getAllAvalibleJobs Method is not a known CMP field accessor, CMR field accessor, or ejbSelect method: methodName=setEntityContext;
Could anyone please let me have an idea of might be causing this. Thanks in Advance. Seyi.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
seyi bucknor..

this is ken choi--- freshman year at GHS>>> i gotta catch up with you... send me your info: kennysports@yahoo.com

ken
 
reply
    Bookmark Topic Watch Topic
  • New Topic