User: vharcq  
  Date: 02/06/10 13:49:24

  Modified:    modules/ejb/src/xdoclet/modules/ejb/entity
                        PkTagsHandler.java
  Log:
  Bug 549116 : More than one PK fields causes problems in VO (and surely other parts 
as well)
  
  Revision  Changes    Path
  1.4       +2 -2      
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.3
  retrieving revision 1.4
  diff -u -w -r1.3 -r1.4
  --- PkTagsHandler.java        30 May 2002 18:39:02 -0000      1.3
  +++ PkTagsHandler.java        10 Jun 2002 20:49:23 -0000      1.4
  @@ -35,7 +35,7 @@
    * @author               Ara Abrahamian ([EMAIL PROTECTED])
    * @created              Oct 16, 2001
    * @xdoclet:taghandler   namespace="EjbPk"
  - * @version              $Revision: 1.3 $
  + * @version              $Revision: 1.4 $
    */
   public class PkTagsHandler extends EjbTagsHandler
   {
  @@ -482,7 +482,7 @@
           while (st.hasMoreTokens()) {
               String attr = st.nextToken();
   
  -            ret = name + "." + attr;
  +            ret += name + "." + attr;
               if (st.hasMoreTokens()) {
                   ret += ",";
               }
  
  
  

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas - 
http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink

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

Reply via email to