I've brought the datasource deployment metadata up-to-date with the JBoss5 MCFs.
I think we still need to support the old ha-*-datasource xml for backwards compatiblity
don't we?
We should be able to support this by just doing something like?
| @XmlType(name="ha-xa-datasource")
| @XmlAccessorType(XmlAccessType.FIELD)
|
@ManagementObject(componentType=@ManagementComponent(type="DataSource",subtype="XA"))
| public class HAXADataSourceDeploymentMetaData extends XADataSourceDeploymentMetaData
| {
| }
|
and then adding the dummy classes to the ManagedConnectionFactoryDeploymentGroup?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091019#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...