Bugs item #559018, was opened at 2002-05-22 00:57
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=559018&group_id=22866

Category: JBossCMP
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Vincent Zhao (vincentzhao)
>Assigned to: Dain Sundstrom (dsundstrom)
Summary: CMR table column name wrong

Initial Comment:
In your "cmp-example", the jbosscmp-jdbc.xml file, it 
reads:            <ejb-relationship-role>
<ejb-relationship-role-name>lineitem-belongsto-
order</ejb-relationship-role-name>
<foreign-key-fields>
<foreign-key-field>
<field-name>ordernumber</field-name>
<column-name>ORDER_NUMBER</column-name>
</foreign-key-field>
</foreign-key-fields>
It seems in the LINE_ITEM table, it should has a 
column named "ORDER_NUMBER", but in fact it is 
named "order".

----------------------------------------------------------------------

Comment By: Johnny Zhou (johnnyzhou)
Date: 2002-05-23 20:32

Message:
Logged In: YES 
user_id=551174

This will cause user cannot specify the foreign key column 
name.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=559018&group_id=22866

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to