User: vharcq
Date: 02/04/02 03:29:41
Modified: core/src/xdoclet/tags ClassTagsHandler.java
Log:
Custome finders are also handled by FinderTagsHandler from now.
They also works for CMP beans.
No ejb:finder is needed above the definition of the custom finder, the tag handler
will do the work to transform the bean finder definition into a home definition with
proper attributes and exceptions
Revision Changes Path
1.28 +1 -2 xdoclet/core/src/xdoclet/tags/ClassTagsHandler.java
Index: ClassTagsHandler.java
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/core/src/xdoclet/tags/ClassTagsHandler.java,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -w -r1.27 -r1.28
--- ClassTagsHandler.java 2 Apr 2002 10:12:31 -0000 1.27
+++ ClassTagsHandler.java 2 Apr 2002 11:29:40 -0000 1.28
@@ -20,7 +20,7 @@
/**
* @author Ara Abrahamian ([EMAIL PROTECTED])
* @created Oct 14, 2001
- * @version $Revision: 1.27 $
+ * @version $Revision: 1.28 $
*/
public class ClassTagsHandler extends AbstractProgramElementTagsHandler
{
@@ -518,7 +518,6 @@
if( tagKey != null )
{
String key = tags[i].attributeValue( tagKey );
- if (attributes.getProperty( "tagName" ).equals("ejb:finder"))
System.out.println("key="+key);
if( !done.add( key ) )
{
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel