Hi everyone, I'm using the PreferencesProvider to manipulate some preferences. When I add properties to a node and then try to store the node I get the following exception. I've tried not setting the nodeId on the Property but it yields the same error.
Nested Exception is org.springmodules.orm.ojb.OjbOperationException: OJB operation failed; nested exception is org.apache.ojb.broker.metadata.MetadataException: IllegalAccess error setting field:nodeId in object:org.apache.jetspeed.prefs.om.impl.PropertyImpl Caused by: org.apache.ojb.broker.metadata.MetadataException: IllegalAccess error setting field:nodeId in object:org.apache.jetspeed.prefs.om.impl.PropertyImpl Any suggestions as to what might cause that error? Thanks, Joris Melchior
