[jboss-dev-forums] [JBoss Web Services Development] - Re: Create new deployer to deploy java first jms transport w
alessio.soldano@jboss.com
do-not-reply at jboss.com
Wed Nov 11 07:55:21 EST 2009
The point here is that we need to deploy cxf jms endpoint independently from the http endpoint, which might not even be provided. For this reason we need a mean of processing the jbossws-cxf.xml at deplyo time, instead of when initializing the CXFServletExt we have (that extends the CXF servlet). Basically we need a correct integration point for jms transport.
So, Richard is right in saying that adding a new deployer might not be a viable solution as it will break the current container integration.
A proposal for doing this might then be to add another deployment aspect for doing what Jim originally though about doing in the new deployer (parsing the jbossws-cxf.xml, installing the jms only endpoint, start the cxf bus, etc.) and leave the generated webapp there just to serve wsdl requests (in case of jms only endpoints of course).
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265027#4265027
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4265027
More information about the jboss-dev-forums
mailing list