I'm testing Magnolia 3.6 M1 with a site which uses the data module.
I'm pretty happy with the speed, but I'm facing a show stopper now.
The following code works fine on Magnolia 3.5.4 but throws an
exception in 3.6m1
The code:
Content itemValues = (Content) matching.next();
String itemValuesUUID = itemValues.getUUID();
The exception:
javax.jcr.UnsupportedRepositoryOperationException
at org.apache.jackrabbit.core.NodeImpl.getUUID(NodeImpl.java:2830)
at
info.magnolia.cms.core.DefaultContent.getUUID(DefaultContent.java:897)
Additional info: The "itemValues" node which is causing the above is a
data module node so it has its own nodetype.
Any ideas anyone? Thanks!
Regards,
Will
----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/
----------------------------------------------------------------