1 2 Previous Next 18 Replies Latest reply on Nov 5, 2012 10:16 PM by sfcoy

    Incompatible object argument for function call

    ohmygod

      Has anybody met with such error?

       

       

      Exception servicing request in JSP: java.lang.VerifyError: (class: org/apache/xalan/xpath/xdom/XercesLiaison, method: parse signature: (Lorg/xml/sax/InputSource;)V) Incompatible object argument for function call
      

       

      the code throwing the exception is

       

      org.apache.xalan.xslt.XSLTProcessor xsltSource = org.apache.xalan.xslt.XSLTProcessorFactory.getProcessor(new org.apache.xalan.xpath.xdom.XercesLiaison());
      

       

      This problem happens when my server uprades to JBoss 7. It worked fine in older version JBoss (4).

        1 2 Previous Next