You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2004/02/06 23:52:42 UTC

DO NOT REPLY [Bug 26735] - Session not created when exception occurs in first call

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26735>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26735

Session not created when exception occurs in first call





------- Additional Comments From tony.sloos@ict.nl  2004-02-06 22:52 -------
My first observation is incorrect. The handler chain is processed differently 
when an fault occurs. The SimpleChain handler stops visiting handlers in the 
chain and instead calls onFault on all handlers.

The SimpleSessionHandler is not invoked and the session is therefor not created.