Update of /cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20871/modules/ejb/src/xdoclet/modules/ejb
Modified Files: EjbTagsHandler.java Log Message: fixed a inconsistency between COMP_NAME and ejb-ref-name for references to beans which have a local but not a remote interface (XDT-190, XDT-245) Index: EjbTagsHandler.java =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/EjbTagsHandler.java,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -r1.27 -r1.28 *** EjbTagsHandler.java 18 Mar 2005 20:52:03 -0000 1.27 --- EjbTagsHandler.java 29 Mar 2005 23:08:36 -0000 1.28 *************** *** 364,368 **** if (type != null) { ! if (type.equals("local") && isLocalEjb(getCurrentClass()) && isRemoteEjb(getCurrentClass())) { ejbRefName = ejbRefName + LOCAL_SUFFIX; } --- 364,368 ---- if (type != null) { ! if (type.equals("local") && isLocalEjb(getCurrentClass())) { ejbRefName = ejbRefName + LOCAL_SUFFIX; } ------------------------------------------------------- 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