[jboss-dev-forums] [Design of JCA on JBoss] - Re: Programmatic deployment--Redux
weston.price@jboss.com
do-not-reply at jboss.com
Mon Nov 27 19:57:25 EST 2006
I've broken up the DSX stuff into two deployers
DSXParserDeployer -- Responsible for parsing the *-ds(x).xml files to generate the JCADeploymentMetaData which wraps this in DSXMetaData
DSXDeployer -- Receives the DSXMetaData, builds the ServiceDeployment/ServiceMetaData and then adds the result as an attachment to the DeploymentUnit.
Taking a step back, is this how the stuff is supposed to work? Something just doesn't feel right. This is how the RARDeployer is built and I was using that as a working example, but I am not entirely familiar with the new deployment architecture. Shouldn't the RARDeployer and all JCA related stuff be moved over to the Structure type deployers. The RAR stuff as it is today seems pretty hackish.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989133#3989133
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989133
More information about the jboss-dev-forums
mailing list