You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Reactor development
Hi, I'm getting a very strange error. Reactor is suddenly not recognising relationship definitions that I have defined in my reactor.xml file. For example I have 3 related objects: <object name="contentmenuitemlanguagetemplate"> <hasone name="contentmenuitem"> <relate from="contentmenuitemid" to="contentmenuitemid" /> </hasone> <hasone name="language"> <relate from="languageid" to="languageid" /> </hasone> </object> <object name="contentmenuitem"> <hasOne name="content"> <relate from="contentId" to="contentId" /> </hasOne> <hasOne name="contentmenu"> <relate from="contentMenuId" to="contentMenuId" /> </hasOne> <hasOne name="contentmenuitemtype"> <relate from="contentMenuItemTypeId" to="contentMenuItemTypeId" /> </hasOne> <hasOne name="category"> <relate from="categoryId" to="categoryId" /> </hasOne> <hasOne name="vocabulary"> <relate from="vocabularyId" to="vocabularyId" /> </hasOne> <hasMany name="contentmenuitemlanguagetemplate"> <relate from="contentmenuitemid" to="contentmenuitemid" /> </hasMany> </object> <object name="language"> </object> However it is not generating the getcontentmenuitem() method in the contentmenuitemlanguagetemplate record object. I have tried using aliases, changed the case of the object definitions in reactor.xml to no avail. Has anyone else experienced this problem?
Tom Chiverton
unread,
Jan 16, 2012, 9:04:26 AM1/16/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to reacto...@googlegroups.com
Have you confirmed the relations are there in the DB ? What does the CREATE statement look like ? Does the Reactor user have permissions to the information schema ?