> We only replace properties referenced in mbean attribute
> values.

I see... but why does this not work:

  <attribute name="Properties">
    x=abc
    y=${x}/def
  </attribute>

(y is now 'null/def')


> You would have to subclass
> the java.util.Properties class and then you can do what
> you want in the load of the properties file.

Can the default Properties implementation be set anywhere, or will I
also have to subclass org.jboss.varia.property.SystemPropertiesService
for this purpose?


--
Eric Jain





-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to