[jboss-dev-forums] [Management Development] - Management of user deployment objects
jesper.pedersen
do-not-reply at jboss.com
Thu Nov 12 16:10:17 EST 2009
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#4265357
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4265357
More information about the jboss-dev-forums
mailing list