[jboss-dev-forums] [JBoss Web Services Development] - Create new deployer to deploy java first jms transport webse

jim.ma do-not-reply at jboss.com
Wed Nov 11 03:33:48 EST 2009


If we deploy a java first jms transport webservice in cxf stack (http://anonsvn.jboss.org/repos/jbossws/stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/jmstransport/), we also need to provide a web.xml to tell cxf stack, this is web service deployment and it needs CXFServletExt to load the jbossws-cxf.xml when it initializes. If this can be deployed without web.xml, it will be more quick and flexible.Can we create another deployer to do this job ? 

This deployer can load the cxf descriptor file (eg. cxf/jbossws-cxf.xml) in CXF to start jms trasnport . and resposible for  started endpoints registration.
It is also mainly for jave first web service in CXF stack . For the requirment to enable a service both with servlet transport and jms transport , and provide wsdl query via servlet transport , we can remain the current deployment approach.

Do you see any problems here ? 

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

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



More information about the jboss-dev-forums mailing list