[
https://jira.jboss.org/browse/JBESB-3372?page=com.atlassian.jira.plugin.s...
]
Magesh Kumar B edited comment on JBESB-3372 at 8/2/10 5:42 AM:
---------------------------------------------------------------
JBESB-3412
David says:
it appears that there is a problem with the mappings being done. Specifically the same
QName for Operation/Binding is being reused everywhere, even if there is more than one.
When you run the quickstart with "ant saygoodbye", it work. When you run the
quickstart with "ant sayhello" it breaks. This is because the goodbye QName is
what was used. For example,
"{http://webservice_proxy_routed/goodbye}GoodbyeBinding" and
"{http://webservice_proxy_routed/goodbye}sayGoodbye". This is fine for "ant
rungoodbye", but when you run "ant runhello" you get, "ERROR
[SOAPFaultHelperJAXWS] SOAP request exception
org.jboss.ws.core.CommonSOAPFaultException: Endpoint
{http://webservice_proxy_routed/goodbye}GoodbyePort does not contain operation meta data
for: {http://webservice_proxy_routed/hello}sayHello". So, obviously the mapping work
done during initialization is busted in that it won't support more than one. In fact,
looking at the deployment INFO being logged again, you will see the set of
"[SOAPProxy] mapped abc [...] to xyz [...]" mappings twice, but both sets for
GOODBYE. Nothing for HELLO.
was (Author: mageshbk(a)jboss.com):
JBESB-3412
Move SOAP services away from JBossWS-Native implementation
----------------------------------------------------------
Key: JBESB-3372
URL:
https://jira.jboss.org/browse/JBESB-3372
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Web Services
Affects Versions: 4.7
Reporter: Magesh Kumar B
Assignee: Magesh Kumar B
Fix For: 4.9
SOAPProxy uses JBossWS-Native implementation classes org.jboss.ws.metadata.*. When the
stack is switched these classes are no longer available.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira