Hi,
I have configured the properies file in jboss6 using properties-service.xml .
here is my configuration for jboss6-->
<mbean code="org.jboss.varia.property.SystemPropertiesService"
name="jboss:type=Service,name=SystemProperties">
<attribute name="URLList">
here is path for properties file.
</attribute>
</mbean>
Now i have installed the jboss7 server on my machine.how to deploy or configure this properties in jboss7 ?