[jbossws-dev] [Design of JBoss Web Services] - Re: Dynamic Endpoint Deployment

jason.greene@jboss.com do-not-reply at jboss.com
Fri Feb 13 16:16:46 EST 2009


The Endpoint API is really intended for out-of-container usage. The TCK for EE5 doesn't verify it any long since the test used to assume sun implementation details.

That said, to "fix" in container usage, I would recommend creating an AS endpoint deployment/management service that manages all of the AS details. Then you can just delegate calls from the Endpoint API to the endpoint service instead of calling MainDeployer from the web container.

-Jason

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

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



More information about the jbossws-dev mailing list