Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    "class" property added to responses containing nested datasources with 8.3

    Hi,

    For dsResponses where we add nested datasources to our top level datasource using jsonFilter and propsToKeep, we are seeing that a "class" property is added to the nested datasource portion of the response and delivered to the browser. The class property shows the java class name. Any idea why this is showing up and how to remove it? This seems to be a new problem with 8.3.

    #2
    We're not quite following your description here. Are you saying that with sample code like:
    Code:
    String[] propsToKeep = {"foo", "bar"};
    JSTranslater.get().toJS(new JSONFilter(someDataSource, propsToKeep), out);
    You're actually seeing an additional "class" property getting serialized out from the DataSource, in addition to the explicitly requested properties?

    Some sample code, along with a higher level description of what you're trying to do and how things aren't behaving as expected might help clarify this.

    Thanks
    Isomorphic Software

    Comment


      #3
      Also, please let us know which build of 8.3 you're using. We're interested in knowing if this issue appears to be present in all 8.3 builds, or has been introduced in a more recent patch.

      Comment

      Working...
      X