[jboss-dev-forums] [Design of POJO Server] - Re: Datasource Connection Properties using CollectionMetaTyp
scott.stark@jboss.org
do-not-reply at jboss.com
Tue Feb 5 17:24:46 EST 2008
There should be open ended versions of CompositeMetaType/CompositeValue, but currently it looks a little cumbersome. You would have to use a MutableCompositeMetaType implementation of CompositeMetaType, and use MutableCompositeMetaType.addItem(String itemName, String itemDescription, MetaType itemType) before calling CompositeValueSupport.set(String key, MetaValue value).
This should really be internalized in the CompositeValueSupport.set method for MutableCompositeMetaTypes I believe.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126789#4126789
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126789
More information about the jboss-dev-forums
mailing list