I am using xdoclet 1.2b2.

The following method is created in my xxxBeanData.java class.  I get an error 
compiling because the constructor of an Integer does not accept an Integer.  Has 
anyone seen this before?

thanks

craig


public java.lang.Integer getPrimaryKey() {
     Integer pk = new Integer(this.getRecordID());
     return pk;
   }


-------------------------------------------------------
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to