Hi. This is really a Middlegen issue, not XDoclet. interface is a reserved word, so even if XDoclet would accept it, javac wouldn't. We'll fix Middlegen so that it doesn't use reserved words in the generated code.
In middlegen you can use <table name="interface" singular="interfaze" plural="interfazes"/> to circumvent the problem until we fix it. HTH, Aslak > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Colin > Canfield > Sent: 27. september 2002 02:10 > To: [EMAIL PROTECTED] > Subject: [Xdoclet-user] any way to have a table called interface ? > > > Hello, > I am using the latest CVS version of xdoclet (with > middlegen) to reverse > engineer a preexisting database. I am running into difficulties as the > database has a table called interface, this seems to confuse the xdoclet > parser (understandably !). I can change this if I have to but it is a lot > simpler (because of other applications) to leave it as is. Is > there any way > to achieve this ? > > ps. Oracle and jboss are the other important factors but I doubt that will > influence the problem. > > Thanks, Colin > > > > > ------------------------------------------------------------------ > --------- > ------------- > Colin Canfield [EMAIL PROTECTED] > Internet Architect > 0412 197 943 > Explorative Software Pty Ltd > www.exsoft.com.au > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Xdoclet-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-user ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
