[jbossws-issues] [JBoss JIRA] (JBWS-3409) Support for CXF Continuations

Daniel Wegener (Issue Comment Edited) (JIRA) jira-events at lists.jboss.org
Tue Jan 3 05:35:09 EST 2012


    [ https://issues.jboss.org/browse/JBWS-3409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12653459#comment-12653459 ] 

Daniel Wegener edited comment on JBWS-3409 at 1/3/12 5:33 AM:
--------------------------------------------------------------

Attached patch catches the SuspendedInvocationException in ServletControllerExt (maybe not the right place, but it is working)
                
      was (Author: avithan):
    Catches  the SuspendedInvocationException in ServletControllerExt (maybe not the right place, but it is working)
                  
> Support for CXF Continuations
> -----------------------------
>
>                 Key: JBWS-3409
>                 URL: https://issues.jboss.org/browse/JBWS-3409
>             Project: JBoss Web Services
>          Issue Type: Enhancement
>      Security Level: Public(Everyone can see) 
>          Components: jbossws-cxf
>    Affects Versions: jbossws-cxf-3.4.1
>         Environment: Windows 7 x64, jdk1.6.0_18, JBoss AS 6.1.0.Final (should not matter)
>            Reporter: Daniel Wegener
>            Priority: Minor
>              Labels: continuations
>         Attachments: ServletControllerExt.patch
>
>
> When using CXF Continuations like in this example (http://stackoverflow.com/questions/8668754/nonblocking-webservice-endpoint-with-jboss6-and-cxf-continuation-api), the whole servlet request crashes with an SuspendedInvocationException. This exception is thrown to interrupt the interceptor chain and should be caught somewhere between the interceptor chain and the underlaying servlet container.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbossws-issues mailing list