<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE server>
<!-- $Id: properties-service.xml 16662 2003-08-27 04:38:22Z patriot1burke $ -->

<server>


  <!-- ==================================================================== -->
  <!-- System Properties Service                                            -->
  <!-- ==================================================================== -->

  <!--
     | Allows rich access to system properties.
   -->

  <mbean code="org.jboss.varia.property.SystemPropertiesService" 
	 name="jboss:type=Service,name=SystemPropertiesTest">

    <!-- 
       | Set raw properties file style properties.
    -->
    
    <attribute name="Properties">
      slsb-jndi-binding=ReplacedBinding
    </attribute>
  </mbean>

</server>
