[jboss-dev-forums] [Design of POJO Server] - Re: General Discussion on MetaTypes assigned to certain Mana

bytor99999 do-not-reply at jboss.com
Thu Jan 31 14:42:38 EST 2008


In JMS Destinations
    securityConfig=ManagedProperty{securityConfig,securityConfig,metaType=MutableCompositeMetaType{org.w3c.dom.Element items=[name=schemaTypeInfo type=org.w3c.dom.TypeInfo], [name=tagName type=java.lang.String]}}, 

A CompositeMetaType holds a map of values. 

/** The contents */
   private SortedMap<String, MetaValue> contents;

However for security config, I think in terms of a List of users, that have a map of attributes.

For our Embedded Console UI, the List of Maps works perfect to create a user interaction that makes sense. But if it were just a Map of values, that would not work as you wouldn't be able to determine which User got which values.


Thank you guys for your help

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125271#4125271

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125271



More information about the jboss-dev-forums mailing list