Hello Brian,

> -----Original Message-----
> <class-descriptor class="test.User" table="USERS">

[..]

> -- Schema Def'n --
> 
>      <table name="user_friend" description="M:N mapping table 
> for user's friends">

[..]

>          <foreign-key foreignTable="users">

Why is 'users' lower-case here and uppercase above?
Might cause problems depending on the RDMBS.


>              <reference local="friend_id" foreign="id"/>
>          </foreign-key>
>      </table>

Olli

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to