Hi,
I know I'm late, both for this specific issue (I was on vacation) and in general on
this ws deployer topic (trying to catch up with a lot of things I still need to learn).
This post is just to understand if/what I can actually do to improve the jbossws
deployer.
"adrian(a)jboss.org" wrote :
| "scott.stark(a)jboss.org" wrote :
| | "anil.saldhana(a)jboss.org" wrote :
| | | In AS5, for ejb jars with ws,
| | | a) the ejb security deployer is called. It creates the jacc permissions.
| | | b) the ws deployer kicks in. Creates a webmetadata for the endpoint servlet
and adds as an attachment.
| | | c) the tomcat deployer kicks in. Uses the webMD attached by WS deployer in the
unit.
| | What is the ws deployer for step b)? Adding any output type it produces to the
WarSecurityDeployer inputs would order these correctly.
| There isn't one.
|
Why couldn't the org.jboss.wsf.container.jboss50.deployer.WebServiceDeployerEJB have
been used for this?
"adrian(a)jboss.org" wrote :
| Since all the DeployerHooks are invoked from a single deployer, you can't
interleave them
| with other deployers either.
There're currently 3 jbossws real deployers, WebServiceDeployerEJB,
WebServiceDeployerPreJSE and WebServiceDeployerPostJSE. Each of them is configured with 2
DeployerHook, a JAX-RPC and a JAX-WS one. Perhaps one could duplicate the deployers (even
removing the current deployerhooks layer, let's forget about the multiple ws stacks,
etc.) having a WebServiceDeployerEJB-JAXWS, WebServiceDeployerEJB-JAXRPC, etc. This would
allow to have different input/ouput for jaxws and jaxrpc deployers.
So the problem is not with the deployment hooks, but with having a single real deployer do
everything in case of a ejb deployment?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179181#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...