Here is an use-case for management of user deployment objects.
In a JCA resource adapter the administrator has the ability to set the configuration
properties of certain objects - like the resource adapter object f.ex:
| <config-property>
| <config-property-name>myStringProperty</config-property-name>
| <config-property-type>java.lang.String</config-property-type>
| <config-property-value>JEFF</config-property-value>
| </config-property>
|
There should be way / an API - to expose these configuration properties through the
management layer, such they can be altered at run-time.
The JBoss specific metadata file for the deployment could then contain functionality to
mark these properties as read-only, read-write or hidden.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265357#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...