• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Help Requested --> Yep, it's a verifier message!

 
Ranch Hand
Posts: 314
2
Android VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
Related to my previous post, I was wondering if someone could tell me why I get the following error when running 'verifier' against my J2EE application.
The error (actually errors, but I think they have a common root) is as follows:

The section of my ejb-jar.xml deployment descriptor that sets up the CMR relationship is as follows:

My DevelopmentResourceEJB class is defined as follows:

And finally, the section of the ejb-jar.xml deployment descriptor responsible for defining the DevelopmentResourceEJB entity bean is as follows:

I really can't see a problem with my code and am hoping that a pair of fresh eyes can point out the trouble.
Thanks,
Darryl

PS: I am using J2EE 1.4 beta's verifier.
[ April 11, 2003: Message edited by: Darryl A. J. Staflund ]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic