Update of /cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/session In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24678/modules/ejb/src/xdoclet/modules/ejb/session
Modified Files: SessionTagsHandler.java Log Message: added support for the havingClassTag attribute of the deploymentdescriptor subtask (XDT-943) Index: SessionTagsHandler.java =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/session/SessionTagsHandler.java,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** SessionTagsHandler.java 29 Apr 2003 19:14:52 -0000 1.12 --- SessionTagsHandler.java 1 Mar 2005 22:48:03 -0000 1.13 *************** *** 246,249 **** --- 246,253 ---- } + if (!hasHavingClassTag(getCurrentClass())) { + continue; + } + if (isSession(getCurrentClass())) { generate(template); *************** *** 273,276 **** --- 277,284 ---- } + if (!hasHavingClassTag(getCurrentClass())) { + continue; + } + if (isStatefulSession(getCurrentClass())) { generate(template); *************** *** 300,303 **** --- 308,315 ---- } + if (!hasHavingClassTag(getCurrentClass())) { + continue; + } + if (isStatelessSession(getCurrentClass())) { generate(template); ------------------------------------------------------- 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