User: rinkrank
  Date: 02/03/24 14:35:51

  Modified:    core/docs weblogic.html
  Log:
  Fixed some bugs in relations. At least on WLS it now supports all combinations of 
cardinality and directionality. I'm afraid this has broken JBoss support for CMP, but 
wasn't it broken anyway?
  
  Revision  Changes    Path
  1.21      +8 -6      xdoclet/core/docs/weblogic.html
  
  Index: weblogic.html
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/core/docs/weblogic.html,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -w -r1.20 -r1.21
  --- weblogic.html     9 Feb 2002 14:14:12 -0000       1.20
  +++ weblogic.html     24 Mar 2002 22:35:51 -0000      1.21
  @@ -839,8 +839,8 @@
         or may not be in the same table. The tables to which the column belong are
         implicit from the context in which the column-map element appears in the
         deployment descriptor.</TD>
  -    <TD WIDTH="421">All relationships. Should only be specified on Entity Beans
  -      where the foreign key is on the other side of the relation.</TD>
  +    <TD WIDTH="421">All relationships. Should be specified on Entity Beans which
  +      correspond to the primary key side of the relation.</TD>
       <TD WIDTH="67">Yes</TD>
     </TR>
     <TR>
  @@ -848,8 +848,8 @@
       <TD WIDTH="517">The key-column element is not specified if the
         foreign-key-column<BR>
         refers to a 'remote' bean.</TD>
  -    <TD WIDTH="421">All relationships. Should only be specified on Entity Beans
  -      where the foreign key is on the other side of the relation.</TD>
  +    <TD WIDTH="421">All relationships. Should be specified on Entity Beans which
  +      correspond to the primary key side of the relation.</TD>
       <TD WIDTH="67">No</TD>
     </TR>
   </TABLE>
  @@ -867,13 +867,15 @@
     <TR>
       <TD WIDTH="184"><I>foreign-key-column</I>: String
       <TD WIDTH="517">&nbsp;</TD>
  -    <TD WIDTH="421">unidirectional m:n relationships</TD>
  +    <TD WIDTH="421">Unidirectional relationships. Should be specified on Entity
  +      Beans which correspond to the foreign key side of the relation.</TD>
       <TD WIDTH="67">Yes</TD>
     </TR>
     <TR>
       <TD WIDTH="184"><I>[key-column]</I>: String
       <TD WIDTH="517">&nbsp;</TD>
  -    <TD WIDTH="421">unidirectional m:n relationships</TD>
  +    <TD WIDTH="421">Unidirectional relationships. Should be specified on Entity
  +      Beans which correspond to the foreign key side of the relation.</TD>
       <TD WIDTH="67">No</TD>
     </TR>
   </TABLE>
  
  
  

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to