2 Replies Latest reply on Jun 26, 2015 1:56 AM by srinu.ydlp

    DocumentFactoryBuilder not working in Wildfly 8.1.0

    srinu.ydlp

      I am using DocumentFactoryBuilder  java api to read xml inputstream into documnet. it is working fine in jboss 7.1.0. When i try to deploy same on wildfly 8.1.0 i am getting document as [#document: null].

      It is working fine when I ran as standalone normal java app. But when i call through server it is giving document null.

      Please help me on this I am facing this problem since one week. I need w3.dom.Document object. when I user crimson jar, getting *.tree.XmlDocumnet which i can not read through code.

       

      thanks,