You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by "Andreas Veithen (JIRA)" <ji...@apache.org> on 2009/05/09 01:42:45 UTC

[jira] Created: (WSCOMMONS-466) AbstractTransportListener.GenericObserver may start listening for services when the transport is stopped

AbstractTransportListener.GenericObserver may start listening for services when the transport is stopped
--------------------------------------------------------------------------------------------------------

                 Key: WSCOMMONS-466
                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-466
             Project: WS-Commons
          Issue Type: Bug
          Components: Transport
            Reporter: Andreas Veithen
            Priority: Critical
             Fix For: Transports 1.0


Scenario:
- The transport has been initialized, but not yet started.
- A service (configured for the transport) is deployed.

Result:
- The transport will start listening for messages. This is wrong because the transport is stopped.
- When the transport is started, it will start listening "twice". E.g. AbstractPollingTransportListener will schedule two polls for the same service.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WSCOMMONS-466) AbstractTransportListener.GenericObserver may start listening for services when the transport is stopped

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WSCOMMONS-466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Veithen resolved WSCOMMONS-466.
---------------------------------------

    Resolution: Fixed

Fixed in r773328.

> AbstractTransportListener.GenericObserver may start listening for services when the transport is stopped
> --------------------------------------------------------------------------------------------------------
>
>                 Key: WSCOMMONS-466
>                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-466
>             Project: WS-Commons
>          Issue Type: Bug
>          Components: Transport
>            Reporter: Andreas Veithen
>            Assignee: Andreas Veithen
>            Priority: Critical
>             Fix For: Transports 1.0
>
>
> Scenario:
> - The transport has been initialized, but not yet started.
> - A service (configured for the transport) is deployed.
> Result:
> - The transport will start listening for messages. This is wrong because the transport is stopped.
> - When the transport is started, it will start listening "twice". E.g. AbstractPollingTransportListener will schedule two polls for the same service.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (WSCOMMONS-466) AbstractTransportListener.GenericObserver may start listening for services when the transport is stopped

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WSCOMMONS-466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Veithen reassigned WSCOMMONS-466:
-----------------------------------------

    Assignee: Andreas Veithen

> AbstractTransportListener.GenericObserver may start listening for services when the transport is stopped
> --------------------------------------------------------------------------------------------------------
>
>                 Key: WSCOMMONS-466
>                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-466
>             Project: WS-Commons
>          Issue Type: Bug
>          Components: Transport
>            Reporter: Andreas Veithen
>            Assignee: Andreas Veithen
>            Priority: Critical
>             Fix For: Transports 1.0
>
>
> Scenario:
> - The transport has been initialized, but not yet started.
> - A service (configured for the transport) is deployed.
> Result:
> - The transport will start listening for messages. This is wrong because the transport is stopped.
> - When the transport is started, it will start listening "twice". E.g. AbstractPollingTransportListener will schedule two polls for the same service.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.