0 Replies Latest reply on Jun 2, 2005 5:29 AM by pytaghoras

    How to cache transformers?

    pytaghoras

      I want to use the JBoss-cache to cache all transformers( of type javax.xml.transform.Transformer) i have created. The cached transformers will be replicated to more servers. The problem is that javax.xml.transform.Transformer is not serializable.

      Is there any solution to replicate the transformers?