Michael Martell created GEODE-2910: -------------------------------------- Summary: Declaring Object Types in Geode Without Using Client Unclear Key: GEODE-2910 URL: https://issues.apache.org/jira/browse/GEODE-2910 Project: Geode Issue Type: Improvement Components: docs Reporter: Michael Martell
We had trouble passing objects to functions via the REST API because we had no objects registered. The only documentation we found for passing objects was here: http://geode.apache.org/docs/guide/11/rest_apps/develop_rest_apps.html#topic_rbc_h25_m4 where it says: "... the Item domain object must be in the CLASSPATH of all members receiving the function." As a C# programmer, this is very confusing. Helpful to spell out that your C# class needs to have a Java equivalent loaded in the server. -- This message was sent by Atlassian JIRA (v6.3.15#6346)