User: rinkrank
  Date: 02/07/05 10:20:00

  Modified:    modules/ejb/src/xdoclet/modules/ejb/entity
                        PkTagsHandler.java
  Log:
  Changed weblogic relations so that the @weblogic.column-map tag now has to be put on 
the fk side (and not the pk side as bafore). This breaks BWC, but it didn't work 
properly in the previous release either.
  
  Further, the taghandler is now smarter, so it discovers the pk column (as long as 
there is only one column iinvolved in the relationship). For more info see:
  
  http://sourceforge.net/mailarchive/forum.php?thread_id=864378&forum_id=1105
  
  Revision  Changes    Path
  1.9       +1 -3      
xdoclet/modules/ejb/src/xdoclet/modules/ejb/entity/PkTagsHandler.java
  
  Index: PkTagsHandler.java
  ===================================================================
  RCS file: 
/cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/entity/PkTagsHandler.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -w -r1.8 -r1.9
  --- PkTagsHandler.java        19 Jun 2002 20:28:20 -0000      1.8
  +++ PkTagsHandler.java        5 Jul 2002 17:20:00 -0000       1.9
  @@ -16,8 +16,6 @@
   import xdoclet.DocletTask;
   import xdoclet.XDocletException;
   import xdoclet.modules.ejb.EjbTagsHandler;
  -import xdoclet.modules.ejb.entity.EntityPkSubTask;
  -import xdoclet.modules.ejb.entity.PersistentTagsHandler;
   import xdoclet.modules.ejb.home.HomeTagsHandler;
   import xdoclet.tagshandler.MethodTagsHandler;
   import xdoclet.tagshandler.PropertyTagsHandler;
  @@ -29,7 +27,7 @@
    * @author               Ara Abrahamian ([EMAIL PROTECTED])
    * @created              13. juni 2002
    * @xdoclet.taghandler   namespace="EjbPk"
  - * @version              $Revision: 1.8 $
  + * @version              $Revision: 1.9 $
    */
   public class PkTagsHandler extends EjbTagsHandler
   {
  
  
  


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Bringing you mounds of caffeinated joy.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to