1 Reply Latest reply on Oct 19, 2004 8:59 PM by starksm64

    problem using apache xml security suite with jboss

    felix79

      I want to use apache xml security suite (xmlsec) to work with signature.
      The first thing to do is to initialize :

      org.apache.xml.security.Init.init()

      but it throws an error :
      java.lang.IllegalAccessError: tried to access field org.apache.xpath.compiler.FunctionTable.m_functions from class org.apache.xml.security.Init


      I don't understand why jboss does not allows this operation. When I use it outside jboss it works perfectly !

      Can somebody help ?