2 Replies Latest reply on Dec 21, 2006 4:03 AM by koatto

    components.xml

    koatto

      is it possible to include another external fiile containing component definitions inside the components.xml file?

      thanks.

        • 1. Re: components.xml
          gavin.king

          Yes, you can use an XML external entity.

          But you know about the Seam 1.1 support for packaging "mini" components.xml files inside the component jar, right?

          • 2. Re: components.xml
            koatto

            are you meaning to put configuration for all classes in the com.helloworld package in com/helloworld/components.xml or put configuration for a class named com.helloworld.Hello in a resource named com/helloworld/Hello.component.xml ?

            :)