For a number of objects we have legacy java.util.Properties based configurations or system
properties that map onto JavaBean properties of MC compatible configuration objects.
| <deployment xmlns="urn:jboss:bean-deployer:2.0">
| <bean name="SystemProperties"
class="org.jboss.SystemPropertiesBean"/>
|
| <bean name="Config1" class="org.jboss.SomeConfig">
| <property name="prop1"><inject
bean="SystemProperties"
property="org.jboss.some.prop1"/></property>
| </bean>
| </deployment>
|
More automated configuration mappings via the ProfileService and other server aspects
could bring this mapping in at another level.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960563#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...