• 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

cmr problem: bug in wsad 5.0?

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm trying to determine whether or not there is a bug in WSAD 5.0 (Windows XP) with respect to Container-Managed Relationships that are self-referencing (e.g., nested Sets). The problem I am having is with attempts to remove a CMP ejb within such a relationship. (All other function works as expected.)

Has anyone got a working example of a 2.0 CMP ejb for which a one-to-many CMR is defined on itself (e.g., Set ejb with parent and children CMR roles to support Sets of Sets . . . ) that supports a remove of the ejb?

All functions work as expected when the relationship is defined between different EJBs (e.g., Set and SetMember) and all except remove work for self-referencing relationship (Set and Set). But remove casues exception buried within generated class.

Thanks.

thanks
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic