1 Reply Latest reply on Apr 20, 2007 4:46 AM by christian.bauer

    Including an entity in component.xml

    hvram

      Hi
      I am defining new components in the component.xml . These components are dynamically generated

      So I changed the component.xml to define an ENTITY as in
      <!DOCTYPE components PUBLIC

      "-//JBoss/Seam Component Configuration DTD 1.1//EN"

      "http://jboss.com/products/seam/components-1.1.dtd"[

      <!ENTITY comp SYSTEM "specialcomponents.xml">
      ]>

      When I start JBoss the server looks for the specialcomponents.xml in the bin directory. How do I specify Jboss to look for the file in a different directory . I tried / and I tried /WEB-INF but it does not work

      Regards
      Hari