I am using OpenKM 5.1.9 for document management system. I am facing problems while we are adding values to the custom group properties from client code.
1. I am able to create folders and documents in the OpenKM using exposed webserivce methods.
2. I am able to register the custom groups to OpenKM.
3. I am able to pull these properties using the accessor methods of PropertyGroup.
4. When I try to set the values using mutator method of PropertyGroup, I get the following error:
Code: Select all
18:25:03,810 ERROR [SOAPFaultHelperJAXWS] SOAP request exception
com.openkm.core.ParseException: Unknown property definition: okp:folder.owner
at com.openkm.module.base.BasePropertyGroupModule.setPropertyValue(BasePropertyGroupModule.java:95)
at com.openkm.module.direct.DirectPropertyGroupModule.setProperties(DirectPropertyGroupModule.java:389
at com.openkm.ws.endpoint.OKMPropertyGroup.setProperties(OKMPropertyGroup.java:143)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Would be great if somone could help me out in resolving the issue of setting the custom property group values to the folders, documents etc.,
Please find the code snippets, captured error screenshots, config files that I have used as an attachment.
Thanks in advance. Looking forward for earliest response as I need to meet the deadline.
Regards,
Krishna