On 5/22/06, Doug Sims <[EMAIL PROTECTED]
> wrote:
I would make sure you are consistant in upper/lower case in the xml file.
I would also try using user instead of userfacility in the facility object for example.
Doug
<object name="facility">
<hasMany name="user"><link name="userfacility" />
</hasMany>
</object>
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/
-- Reactor for ColdFusion Mailing List -- [email protected] -- Archives at http://www.mail-archive.com/reactor%40doughughes.net/
--
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/

