Could you post a bug report in JIRA and provide a test case? (A @tagged source file and your <ejbdoclet> part of build.xml)
Aslak > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Craig > Hamilton > Sent: 20. januar 2003 22:46 > To: [EMAIL PROTECTED] > Subject: [Xdoclet-user] problem with PK > > > 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 ------------------------------------------------------- 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
