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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...