You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Asankha C. Perera (JIRA)" <ji...@apache.org> on 2008/05/27 13:56:39 UTC

[jira] Resolved: (SYNAPSE-332) Starting / Stopping a proxy exposed over polling transports does not cause the transport to stop polling for the service

     [ https://issues.apache.org/jira/browse/SYNAPSE-332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Asankha C. Perera resolved SYNAPSE-332.
---------------------------------------

    Resolution: Fixed

fixed for 1.2 release

> Starting / Stopping a proxy exposed over polling transports does not cause the transport to stop polling for the service
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SYNAPSE-332
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-332
>             Project: Synapse
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: NIGHTLY
>            Reporter: Asankha C. Perera
>            Assignee: Asankha C. Perera
>            Priority: Blocker
>             Fix For: 1.2
>
>
> When stopping or updating a service, a concurrent modification exception is thrown as ProxyService:stop() only invokes the Axis2 service's setActive(false), which does not trigger the AxisObserve registered by the transports to receive service lifecycle events
> Exception in thread "mailto-Worker-3" java.util.ConcurrentModificationException
>         at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:449)
>         at java.util.AbstractList$Itr.next(AbstractList.java:420)
>         at org.apache.synapse.transport.mail.MailTransportListener.onPoll(MailTransportListener.java:80)
>         at org.apache.synapse.transport.base.AbstractPollingTransportListener$1$1.run(AbstractPollingTransportListener.java:77)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
>         at java.lang.Thread.run(Thread.java:595) 

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org