1 Reply Latest reply on May 31, 2006 11:08 AM by wolfc

    Proxy serialization

    wolfc

      I'm trying to use Javassist proxy generation instead of JDK proxy generation, so I can change the classname generated (among other things) (see EJBTRHEE-485).

      Two problems:
      1. Javassist proxies are not serializable (solved this in the super class)
      2. All sort of class loading issues, which I'm trying to solve via readResolve & writeReplace

      Has anyone already figured out how to generate serializable proxies (which can be loaded by different VMs!)?

      If not, shall I open a feature request?