[jboss-dev-forums] [Design of JCA on JBoss] - New DataSource deployment metadata
adrian@jboss.org
do-not-reply at jboss.com
Wed Oct 3 08:22:33 EDT 2007
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#4091019
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4091019
More information about the jboss-dev-forums
mailing list