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 "Andreas Veithen (JIRA)" <ji...@apache.org> on 2008/12/21 14:42:44 UTC

[jira] Created: (AXIS2-4187) Recent change in ListenerManager causes build failures in dependent projects

Recent change in ListenerManager causes build failures in dependent projects
----------------------------------------------------------------------------

                 Key: AXIS2-4187
                 URL: https://issues.apache.org/jira/browse/AXIS2-4187
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: kernel
            Reporter: Andreas Veithen
            Assignee: Andreas Veithen
            Priority: Blocker
             Fix For: 1.5


The change introduced in r726705 causes build failures in the Commons transport project and Synapse. The tests for the HTTP transports in these projects fail with an "address already in use" error.

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


[jira] Resolved: (AXIS2-4187) Recent change in ListenerManager causes build failures in dependent projects

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

Andreas Veithen resolved AXIS2-4187.
------------------------------------

    Resolution: Fixed

Merged the fix into the 1.5 branch.

> Recent change in ListenerManager causes build failures in dependent projects
> ----------------------------------------------------------------------------
>
>                 Key: AXIS2-4187
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4187
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>            Reporter: Andreas Veithen
>            Assignee: Andreas Veithen
>            Priority: Blocker
>             Fix For: 1.5
>
>
> The change introduced in r726705 causes build failures in the Commons transport project and Synapse. The tests for the HTTP transports in these projects fail with an "address already in use" error.

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


[jira] Commented: (AXIS2-4187) Recent change in ListenerManager causes build failures in dependent projects

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-4187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12658386#action_12658386 ] 

Andreas Veithen commented on AXIS2-4187:
----------------------------------------

The ListenerManager#start() method didn't update the "stopped" flag. This basically made ListenerManager#stop() a no-op. Fixed in trunk.

> Recent change in ListenerManager causes build failures in dependent projects
> ----------------------------------------------------------------------------
>
>                 Key: AXIS2-4187
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4187
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>            Reporter: Andreas Veithen
>            Assignee: Andreas Veithen
>            Priority: Blocker
>             Fix For: 1.5
>
>
> The change introduced in r726705 causes build failures in the Commons transport project and Synapse. The tests for the HTTP transports in these projects fail with an "address already in use" error.

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