When you are defining your "userFacility" object there is no closing [">] at the end of the opening <object tag.
Is that just in the email or do you have that in your reactor.xml also?
Most xml editors would catch this type of glaring error BTW.
Syntax highlighting rocks! Hurray for IDEs.
Regards,
Chris Phillips
On 5/22/06,
Scott Stroz <[EMAIL PROTECTED]> wrote:
I have 3 tables, User, Facility and userFacility. userFacility has 3 rows, userFacilityID, userid and facilityID. I am runnign into an error when using <link /> to join user or facility tables to userFacility. I get the following error:
Element XMLATTRIBUTES.FROM is undefined in a Java object of type class coldfusion.xml.XmlNodeMap referenced as
Here is a snippett of Raector.xml
<object name="user">
<hasMany name="userFacility">
<link name="userFacility" />
</hasMany>
</object>
<object name="facility">
<hasMany name="userFacility">
<link name="userfacility" />
</hasMany>
</object>
<object name="userFacility
<hasOne name="user">
<relate from="userid" to="userid" />
</hasOne>
<hasOne name="facility">
<relate from="facid" to="facid" />
</hasOne>
</object>
I have grabbed the latest from SVN (257 I think) and I am still getting this error. Anyone have any ideas?
Thanx in advance!
--
Scott Stroz
Boyzoid.com
___________________________
Some days you are the dog,
Some days you are the tree. -- Reactor for ColdFusion Mailing List -- [email protected] -- Archives at http://www.mail-archive.com/reactor%40doughughes.net/
--
Chris Phillips
www.dealerpeak.com
Senior Application Developer -- Reactor for ColdFusion Mailing List -- [email protected] -- Archives at http://www.mail-archive.com/reactor%40doughughes.net/

