0 Replies Latest reply on Apr 7, 2006 9:53 AM by chatura

    Stateful Bean handler Serialization

    chatura

      I want to know how to serialized the stateful bean's handler to file or databases, and restore it later before it reomve.
      I tried it in a single thread (single main method -client ) both storing and recreating it and it success. but in defferent thread (defferent main methods,not concurrently ) it fails, exception throws 'can't find the ejb home ' when the get ejbObject from handler.
      please help me any one have idea about it
      thanks