[jboss-dev-forums] [Design of JCA on JBoss] - Re: Programmatic deployment--Redux

weston.price@jboss.com do-not-reply at jboss.com
Sun Feb 4 09:56:54 EST 2007


Ok, this is working in rough draft form. This still requires quite a bit of testing but at this point a new 


  | org.jboss.resource.deployers.ManagedConnectionFactoryDeployer
  | 

has been created to read/parse the *-ds.xml file and create the MBeans. One thing I did have to do was leverage the ServiceMetaDataParser to manage MBean definitions within the *-ds.xml file. Rather that simply redo all this work I just leveraged the existing API.

The parser is JAXP based and is optimized for JDBC based deployments. The underlying MetaData model is straightforward. Note, all meta data generated is now kept in the RARMetaDataRepository and associated with the ConnectorMetaData pointing to the actual RAR. 





View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4010866#4010866

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010866



More information about the jboss-dev-forums mailing list