4 Replies Latest reply on Oct 7, 2002 4:30 PM by adrian.brock

    Adding XML tojboss-service.xml

    per_nyfelt

      I would like to add XML configuration data to a service so figured that wrapping it in a CDATA section would be the way to go e.g.

      <attribute name="CollectionConfig">
      <![CDATA[<collection compressed="false" name="inventory">
      <filer class="org.apache.xindice.core.filer.BTreeFiler" gzip="false"/>"
      </collection>]]>
      </attribute>

      However my collectionConfig attribute gets the value "".

      Is there any other way to add xml to the jboss-service.xml file?

      Best regards,
      Per