[jboss-user] [JBossWS] - Re: 2 ejb3s exposed as web services. Can't have same methods
richard.opalka@jboss.com
do-not-reply at jboss.com
Wed Oct 17 04:15:53 EDT 2007
This problem will no be fixed in next release, because it's not JAX-WS compliant.
To prevent your problem please use:
@RequestWrapper(className="package.UniqueClassName")
| @ResponseWrapper(className="package.UniqueClassNameResponse")
method annotations on your second bean authenticate() method.
Richard
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095920#4095920
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4095920
More information about the jboss-user
mailing list