Logical handler doesn't work on server site.
--------------------------------------------
Key: CXF-1211
URL: https://issues.apache.org/jira/browse/CXF-1211
Project: CXF
Issue Type: Bug
Components: JAX-WS Runtime
Affects Versions: 2.1
Environment: window xp + jdk_1.5.0_06 + ant 1.6.5 +
apache-cxf-2.1-incubator-SNAPSHOT
Reporter: Jonathan Huang
step1. Add a simple logical handler to the service in "wsdl_first" sample
step2. "ant server" to start the server.
step3. "ant client" to start the client.
Then I got these error messages on server site:
server:
[java] Starting Server
[java] Server ready...
[java] Executing operation sayHi
[java] Executing operation greetMe
[java] Message received: qhuang
[java] Executing operation greetMeOneWay
[java] Hello there qhuang
[java] Executing operation pingMe, throwing PingMeFault exception
[java] Server exiting
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.