On Thu, 13 May 2004, Fred McCann wrote: > Here is the generated repository info: > > <class-descriptor > class="bean.Account" > table="account" > > > <field-descriptor > name="id" > column="account_id" > jdbc-type="INTEGER" > primarykey="true" > autoincrement="true" > >
There is an access="readonly" missing here which perhaps leads to your error. Have you tried the latest XDoclet module from CVS (only the module, no need to update OJB to CVS) ? Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
