• 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

JBOSS DeploymentException

 
Ranch Hand
Posts: 185
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When I deployed my ejb application using JBOSS server I got the following error:
org.jboss.deployment.DeploymentException: Role 'Students-registered-for-the-cour
se' on Entity Bean 'Course' : CMP field for key not found: field name='studentID
'
what does this mean?what is the fix?
I defined the relationship as follows :
/**
* @ejb.interface-method view-type="both"
*
* @ejb.relation
* name="student-course"
* role-name="Students-registered-for-the-course"
*
* @jboss.relation
* fk-column="student_id_fk"
* related-pk-field="StudentID"
*/
Thanks for any help,
Ramana
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic