[jboss-dev-forums] [Design of POJO Server] - Re: Datasource Connection Properties using CollectionMetaTyp
bytor99999
do-not-reply at jboss.com
Thu Feb 7 16:07:44 EST 2008
In the ProfileServiceUnitTestCase class, it is only testing xa connection properties, but doesn't test NonXA connection properties.
I was noticing in the NoTx template
DeploymentTemplateInfo noTXinfo = mgtView.getTemplate("NoTxDataSourceTemplate");
that connections properies looked like it is now a CollectionMetaType of CompositeMetaTypes. So a List of Maps. Am I just seeing things, or am I missing something?
I am currently coding a test that logs out all the values and types for the DefaultDS ManagedComponent, just to make sure I saw what I thought I saw. :)
Thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127576#4127576
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127576
More information about the jboss-dev-forums
mailing list