Update of /cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/dd
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27897/dd
Modified Files:
RelationTagsHandler.java
Log Message:
Fix CMP field initial upper/lower case problem (XDT-528/XDT-600).
Thanks to Matthias Germann for patches.
Index: RelationTagsHandler.java
===================================================================
RCS file:
/cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/dd/RelationTagsHandler.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** RelationTagsHandler.java 16 Apr 2004 19:42:55 -0000 1.11
--- RelationTagsHandler.java 15 Jan 2005 01:11:39 -0000 1.12
***************
*** 14,17 ****
--- 14,18 ----
import xdoclet.modules.ejb.EjbTagsHandler;
import xdoclet.modules.ejb.XDocletModulesEjbMessages;
+ import xdoclet.modules.ejb.entity.CmpTagsHandler;
import xdoclet.tagshandler.MethodTagsHandler;
***************
*** 354,358 ****
public String leftFieldName() throws XDocletException
{
! return
MethodTagsHandler.getPropertyNameFor(currentRelation.getLeftMethod());
}
--- 355,359 ----
public String leftFieldName() throws XDocletException
{
! return
CmpTagsHandler.getFieldNameFor(currentRelation.getLeftMethod());
}
***************
*** 365,369 ****
public String rightFieldName() throws XDocletException
{
! return
MethodTagsHandler.getPropertyNameFor(currentRelation.getRightMethod());
}
--- 366,370 ----
public String rightFieldName() throws XDocletException
{
! return
CmpTagsHandler.getFieldNameFor(currentRelation.getRightMethod());
}
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
xdoclet-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel