[jboss-jira] [JBoss JIRA] (WFLY-1344) Server side EJB protocol handler stops receiving subsequent messages if it previosuly received a unrecognized message header

jaikiran pai (JIRA) jira-events at lists.jboss.org
Wed May 15 05:18:06 EDT 2013


jaikiran pai created WFLY-1344:
----------------------------------

             Summary: Server side EJB protocol handler stops receiving subsequent messages if it previosuly received a unrecognized message header
                 Key: WFLY-1344
                 URL: https://issues.jboss.org/browse/WFLY-1344
             Project: WildFly
          Issue Type: Bug
          Components: EJB
            Reporter: jaikiran pai
            Assignee: jaikiran pai


VersionOneProtocolChannelReceiver handles the EJB protocol messages sent from the client. If it receives a message with a header which it can't handle, then it logs a WARN and returns. However, while doing so, it fails to enroll itself for future messages on that channel, which effectively means that the server is no longer receptive to the client invocations.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list