Update of /cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21195/modules/ejb/src/xdoclet/modules/ejb

Modified Files:
        EjbTagsHandler.java 
Log Message:
added check for the havingClassTag attribute to the forAllBeans Method 
(XDT-943). Thanks to R. Lemos for the patch.

Index: EjbTagsHandler.java
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/EjbTagsHandler.java,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -r1.30 -r1.31
*** EjbTagsHandler.java 6 Apr 2005 21:50:35 -0000       1.30
--- EjbTagsHandler.java 1 Aug 2005 12:38:25 -0000       1.31
***************
*** 617,620 ****
--- 617,624 ----
                  continue;
              }
+             
+             if (!hasHavingClassTag(getCurrentClass())) {
+               continue;
+             }
  
              if (EntityTagsHandler.isEntity(getCurrentClass()) || 
SessionTagsHandler.isSession(getCurrentClass()) ||



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to