1 Reply Latest reply on Nov 6, 2013 1:24 AM by deepaksonu16

    Maximum number of URLList value in Properties-service.xml

    deepaksonu16

      Hi Team,

       

      We have been using properties-service.xml to manage system property file in jboss server.

       

      The attribute name URLList is being used to add new property file as mentioned below.

       

      <attribute name="URLList">

      ./conf/abcc.properties,./conf/def.properties ,./conf/ghi.properties

        </attribute>

       

      Jboss version being used is 4.2.3

      My Question :

       

      Is there any limit to the number of property file that can be added to URLList attribute.

      Currently we have around 35 such property file. On adding any further property file entry, we are not able to read any property(key-value pair) from the property file appended at the end(the same entry works if we add it in the middle or at the front).

       

      In case there is limit , can we increase this limit? or any other solution to this problem would real

       

      Let me know if anything described above was not clear.

       

       

      Thanks and Regards,

      Deepak