• 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

session facade and cmp fields

 
Ranch Hand
Posts: 275
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello. If anybody has a minute...

I had an entity bean working and I tried to wrap it in a session facade. I seem to have it compiling fine now except I get a deployment descriptor error in the console that tells me "...'FIELD_NAME' is an unknown cmp-field. cmp-fields must have matching getter methods."

All I did to the deployment descriptor was add the session bean within it's own tags...I didn't touch the entity tags and it was working fine before.

For the heck of it, I just threw the getters from the entity bean's remote interface into the session bean remote interface, and I get the same error. So that's not the source for this error, which makes sense. Any assistance is appreciated. Thank you very much for reading this or whatever.
[ March 03, 2005: Message edited by: Tom Griffith ]
 
Ranch Hand
Posts: 1258
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't think anybody's going to be able to help unless we can see the relevant parts of your bean and deployment descriptors.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic