User: ara_e_w
Date: 02/09/18 12:49:16
Modified: modules/ejb/src/xdoclet/modules/ejb/entity
PersistentTagsHandler.java
Log:
- everything is full qualified now, importedList removed from xdt files and marked
deprecated
- removed system.out from catormapping handler
** make sure any type you generate is a full qualified class **
Revision Changes Path
1.13 +2 -2
xdoclet/modules/ejb/src/xdoclet/modules/ejb/entity/PersistentTagsHandler.java
Index: PersistentTagsHandler.java
===================================================================
RCS file:
/cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/entity/PersistentTagsHandler.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -w -r1.12 -r1.13
--- PersistentTagsHandler.java 9 Sep 2002 15:57:40 -0000 1.12
+++ PersistentTagsHandler.java 18 Sep 2002 19:49:16 -0000 1.13
@@ -21,7 +21,7 @@
* @author Ara Abrahamian ([EMAIL PROTECTED])
* @created Oct 16, 2001
* @xdoclet.taghandler namespace="EjbPersistent"
- * @version $Revision: 1.12 $
+ * @version $Revision: 1.13 $
*/
public class PersistentTagsHandler extends CmpTagsHandler
{
@@ -185,7 +185,7 @@
name = MethodTagsHandler.getPropertyNameFor(method);
- methodType = MethodTagsHandler.getMethodTypeFor(method,
false);
+ methodType = MethodTagsHandler.getMethodTypeFor(method);
switch (type) {
case 0:
-------------------------------------------------------
This SF.NET email is sponsored by: AMD - Your access to the experts
on Hammer Technology! Open Source & Linux Developers, register now
for the AMD Developer Symposium. Code: EX8664
http://www.developwithamd.com/developerlab
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel