PersonDb to Json fails
----------------------
Key: SHINDIG-770
URL: https://issues.apache.org/jira/browse/SHINDIG-770
Project: Shindig
Issue Type: Bug
Components: Sample container & Examples
Reporter: Chico Charlesworth
Converting PersonDb to Json using BeanJson fails with the following exception:
Caused by: java.lang.IllegalAccessException: Class
org.apache.shindig.social.core.util.BeanJsonConverter can not access a member
of class org.apache.shindig.social.opensocial.jpa.PersonDb$1 with modifiers
"public"
at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:65)
at java.lang.reflect.Method.invoke(Method.java:588)
at
org.apache.shindig.social.core.util.BeanJsonConverter.convertMethodsToJson(BeanJsonConverter.java:160)
... 27 more
The problem is with the getter method getFilterableProperty() in
FilterCapability, where getFilterableProperty() is not assigned an empty method
signature as BeanJsonConveter would expect a getter method to have.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.