Gunter,

Does you database schema begin with
<database name="xaptor">
 .....
 <table name="XAPTOR_USER".....>
 .....
</database>
?

Patryk



On Wed, 2002-11-06 at 05:41, Miessbrandt Gunter wrote:
> Hi!
> 
> I have the following entry in my Databaseschema:
> 
>   <!--
> ==================================================================== -->
>   <!-- Table: XAPTOR_USER alias for TURBINE_USER
> -->
>   <!--
> ==================================================================== -->
>   <table name="XAPTOR_USER" javaName="XaptorUser" alias="TurbineUser"
>     baseClass="de.ixtern.xaptor.core.om.TurbineUserAdapter"
>       basePeer="de.ixtern.xaptor.core.om.TurbineUserPeerAdapter">
>       <!-- Unique identifier -->
>       <column name="USER_ID" primaryKey="true" required="true"
> type="INTEGER" />
>   </table>
> 
> 
> The generated file BaseXaptorUserPeer.java doesn't compile. The reason
> is
> a missing code chunk. When i add the following line the compilation is
> successfull.
> 
> /** the default database name for this class */
>     public static final String DATABASE_NAME = "xaptor";
> 
> Is this a bug?
> 
> Thanks,
> Gunter M.
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:turbine-torque-user-unsubscribe@;jakarta.apache.org>
> For additional commands, e-mail: <mailto:turbine-torque-user-help@;jakarta.apache.org>
> 
> 

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to