• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Not able to generate entity bean classes for table with reflexive relationship.

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
When I tried to generate the entity beans using bottom up approach for a table with reflexive relationship, only the Remote Interface got generated. Other files i.e.
XXXKey.java Key class.
XXXHome.javaHome Interface
XXXBean.java Implementation class
XXXLink.java Association files
didn't got generated. If I'm missing something? I'm able to generate the entities who don't have reflexive relationship.
This is very URGENT. Please help.
Thanks in advance.
regards
abhilesh
[ November 26, 2002: Message edited by: Abhilesh Khatri ]
 
author
Posts: 3892
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What version of WebSphere are you trying this on?
Kyle
 
Abhilesh Khatri
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Kyle Brown:
What version of WebSphere are you trying this on?
Kyle


I'm working on WAS 4.0 Adv Single Server Edition on multiple platform for Windows 2000.
Websphere Studio version: 4.0.0
Database: DB2 UDB Enterprise Edition 7.2 for Windows.
regards
abhilesh
 
Ranch Hand
Posts: 282
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is a known problem with WSAD 4.0.x. I submitted a PMR regarding this in January 2002. No resolution yet (although I haven't had an opportunity to test this in WSAD V5 EA). The only solution I am aware of is to delete the foreign key reference from the schema table file (xxxxxx.tblxmi).
[ November 26, 2002: Message edited by: Jay Damon ]
[ November 26, 2002: Message edited by: Jay Damon ]
 
These are not the droids you are looking for. Perhaps I can interest you in a tiny ad?
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic