3 Replies Latest reply on Dec 16, 2010 2:38 AM by beve

    <import> tag in xslt throws FileNotFoundException.

    madhucm

      Hi,

      I am using "<xsl:import href="../common/CommonFunctions.xsl"/>" in one of my XSLT file.

      And my xslt files are in classpath. If i am building the project i am getting FileNotFoundException.

       

      Exception :

       

      Deployment "jboss.esb.vfszip:/D:/jboss-soa-p.5.0.0/jboss-as/server/default/deploy/ESBServices.esb/" is in error due to the following reason(s): java.io.FileNotFoundException: D:\jboss-soa-p.5.0.0\jboss-as\bin\..\common\CommonFunctions.xsl

       

      My question is , if i am using import tag in one of my xslt file it fails to load during Deployment. And why ESB looking the file from \jboss-as\bin folder ?? . As , my all xslt files are in classpath of my ESB Project.

       

      Please let me know how can i proceed with <Import> tag.

       

       

      Thanks,

      Madhu CM