0 Replies Latest reply on Mar 4, 2016 11:50 AM by rosfa

    security provider (JCE) installation

    rosfa

      Hi everybody

       

      I would like my web application to use my favorite JCE library.

      According to the JCE library vendor documentation, I should install the JAR files in the jre/lib/ext or reference them with the classpath or  java.ext.dir property.

      Unfortunately this is not allowed.

       

      Using modules as described in the jBoss Documentation the application throws ClassCast Exception: __redirected.__DatatypeFactory cannot be cast to javax.xml.datatype.DatatypeFactory

       

      is there a third way to install JCE providers?

      Tx.