Hello all, I am trying to understand how jaws stores relationships between beans. I have two beans, bean 1 is associated with many instances of bean 2. I code this in a Vector. Bean 1 ... public Vector lnk_bean2 = new Vector(); Bean 2 .. public String name; public String type; How does jaws cope with this? and what should I do to tune this? Regards, Stephen. _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user
