Update of /cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/entity In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22039/modules/ejb/src/xdoclet/modules/ejb/entity
Modified Files: PersistentTagsHandler.java Log Message: use property names instead of cmp field name for the persistent fields list because the valuobject.xdt does also use property names Index: PersistentTagsHandler.java =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/entity/PersistentTagsHandler.java,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -r1.21 -r1.22 *** PersistentTagsHandler.java 15 Jan 2005 01:11:39 -0000 1.21 --- PersistentTagsHandler.java 8 Feb 2005 22:02:05 -0000 1.22 *************** *** 12,16 **** import xdoclet.XDocletException; - import xdoclet.modules.ejb.entity.CmpTagsHandler; import xdoclet.tagshandler.MethodTagsHandler; --- 12,15 ---- *************** *** 171,175 **** foundFields.put(method.getName(), method); ! name = CmpTagsHandler.getFieldNameFor(method); methodType = MethodTagsHandler.getMethodTypeFor(method); --- 170,174 ---- foundFields.put(method.getName(), method); ! name = MethodTagsHandler.getPropertyNameFor(method); methodType = MethodTagsHandler.getMethodTypeFor(method); ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ xdoclet-devel mailing list xdoclet-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-devel