RE: OJB XDoclet module problem

2003-06-04 Thread Jim JXR
when the ojbdoclet bits become part of the main xdoclet distribution. Hope that helps Gary -Original Message- From: Jim JXR [mailto:[EMAIL PROTECTED] Sent: 03 June 2003 10:45 To: [EMAIL PROTECTED] Subject: OJB XDoclet module problem Hi, I wonder if anyone checked

Re: AW: OJB XDoclet module problem

2003-06-04 Thread Jim JXR
Hi, Thomas: This is the example I've cooked up previously and now tested: - Super Class - package test; /** * Layer Super Type */ public abstract class BaseBO { /** * @ojb.field column=n_id * primarykey=true */ protected int id; }

OJB XDoclet module problem

2003-06-03 Thread Jim JXR
Hi, I wonder if anyone checked out the xdoclet module for OJB? I tried it and it seems that there's some problems with fields inherited from superclass. Basically, if a field of the superclass is marked by ojb.field tag, but the superclass itself is not marked by ojb.class, then this field will