[jboss-dev-forums] [JBoss Web Services Development] - How to deploy a JaxWS endpoint during AS7 service startup?

Andrew Dinn do-not-reply at jboss.com
Wed Jun 29 10:32:21 EDT 2011


Andrew Dinn [http://community.jboss.org/people/adinn] created the discussion

"How to deploy a JaxWS endpoint during AS7 service startup?"

To view the discussion, visit: http://community.jboss.org/message/612541#612541

--------------------------------------------------------------
I have been integrating  the XTS code into AS7 and so far  have incorporated an XTS extension  which will deploy the main XTS service as part of AS7 standalone startup (see the  http://github.com/adinn/jboss-as/tree/master/xts xts subdirectory in my github  http://github.com/adinn/jboss-as jbossas repo for details). However, this implemenation is incomplete because it does not deploy the JaxWS endpoints required for XTS to work. I can get it to work if I deploy the endpoints by throwing the relevant war files into the standalone deplloyments  directory but clearly that is inadequate as a proper solution.

What I wouudl like to do is to deploy the endpoints during startup of the XTS service and undeploy them during service shutdown. Is there a way I can do this using the JBossWS AS integration code? Jason suggested this would be the best way to do the deployment as it ought only to involve handing over the SEI class and a URL path -- which would be much preferable as regards performance to pulling the details out of a war file on disk. It looks to me like the EndpointService will do what I want but I don't know how to access it, how to drive it or whether, in fact,this is barking up the wrong tree. Any advice?

regards,


Andrew Dinn
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/612541#612541]

Start a new discussion in JBoss Web Services Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2047]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20110629/3d4fb5b2/attachment.html 


More information about the jboss-dev-forums mailing list