2 Replies Latest reply on Sep 12, 2007 6:42 PM by pmuir

    Is EntityConverterStore leaking memory

      Correct me if I'm wrong. Looking at EntityConverterStore.java
      I can't see where the list

      private List<EntityIdentifier> store = new ArrayList<EntityIdentifier>();


      would decrease in size. Is this a leak?
      Thanks