0 Replies Latest reply on Sep 28, 2011 7:52 AM by cyberoblivion

    ManagedEntityWrapper Distributeable

    cyberoblivion
      I am having a problem I would appreciate any suggestions on.

      The issue presents itself when I turn on distributeable in seam core.

      I have a datamodel filled with 3 entitys

      columnsModel = new ListDataModel(new ArrayList(columns));.

      At some point in the jsflifecycle the datamodel becomes filled with 3 nulls instead of my entities. I assume something bad is happening in the managedentityinterceptor but I haven't been able to track down exactly what.

      Can anyone give me some suggestions on how to track this down or possible gotchas with managed entity interceptor?

      Any help is appreciated