0 Replies Latest reply on Jan 6, 2005 11:04 AM by anu_katta

    problem to refer the local dtd copy

    anu_katta

      Hi,
      I am trying to add a local copy of the ejb-jar_2_0.xml in my project under a directory dtd.
      and want to access thin in my ejb-jar.xml doctype attribute as in system ID "dtd/ejb-jar_2_0.xml"
      But when I hot deploy this jar in an EAR file JBoss is complaining that relative URI 'dtd/ejb-jar_2_0.xml' can not be resolved without a base uri. Actually I put another dtd.jar file in my application directory.
      ICan anybody help me how to reference the local dtd in the project.
      If I use the ejb-jar_2_0.dtd from the then my build is failed due to the slow network connection sometimes. To avoid this I want to add a local copy and want to access this.

      Any help regarding this is highly appreciated.
      Thank you.
      -Anu.