References support is broken
----------------------------
Key: MAGNOLIA-3482
URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-3482
Project: Magnolia
Issue Type: Bug
Components: core
Affects Versions: 4.4.2
Reporter: Grégory Joseph
Assignee: Philipp Bärfuss
Priority: Critical
Fix For: 4.4.2
Not sure exactly since when but
{{info.magnolia.cms.core.AbstractContent#setNodeData(String name, Content
value)}} changed its behavior and forces a property creation of type String,
whereas {{setNodeData(String name, Object value)}} would create a "real" JCR
reference.
Currently causing the forum to break (although I'll work around it easily)
since its nodetypes enforces the use of jcr references.
Our string-based references are probably better off replaced with weak
references (introduced in jcr 2.0), but to keep their support, we should then
have explicit methods/doc to allow both string-based and "real" references to
co-exist.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------