"scott.stark(a)jboss.org" wrote : The ManagedPropertyRef I had previously dealt
with the notion of a collection of properties using the context notion:
|
| | /**
| | * A namespace context that maps the managed property onto a managed view
| | * context (e.g., /, /DataSource, /DataSource/Pool).
| | */
|
| Part of the property mapping definition should be a classification of the property
from the perspective of an admin tool. In reality a property may be in multiple
view/perspectives if we start talking about view likes "Server Ports",
"Clustering", "Network Interfaces".
|
I'm not sure I fully understand this. Take for example two properties on a DataSource:
the jndiName, and maxConnectionPoolSize. Would both of these properties get mapped to the
/DataSource context?
Say I had two datasources deployed A and B, and I searched specifying the
"/DataSource" context, would I get four property instances back? Two
jndiName's and two maxConnectionPoolSize's? How would the jndiName and
maxConnectionPoolSize for DataSource A get linked?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995739#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...