You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2010/10/29 16:29:02 UTC

[jira] Resolved: (SMXCOMP-819) Cannot switch jettyConnectorClassName from org.mortbay.jetty.nio.SelectChannelConnector to org.mortbay.jetty.bio.SocketConnector

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

Jean-Baptiste Onofré resolved SMXCOMP-819.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: servicemix-http-2010.02

Thanks for the patch Jürgen.

Revision 1028760.

> Cannot switch jettyConnectorClassName from org.mortbay.jetty.nio.SelectChannelConnector to org.mortbay.jetty.bio.SocketConnector
> --------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SMXCOMP-819
>                 URL: https://issues.apache.org/activemq/browse/SMXCOMP-819
>             Project: ServiceMix Components
>          Issue Type: Bug
>    Affects Versions: servicemix-http-2010.01
>         Environment: Windows 7, Java 6, Equinox 3.6
>            Reporter: Jürgen Kindler
>            Assignee: Jean-Baptiste Onofré
>             Fix For: servicemix-http-2010.02
>
>         Attachments: pom.xml.patch
>
>
> Hi SMX Team,
> in order to avoid problems with IP v6 under Windows with Java 6 I try to switch from new IO (which has issues that will only be fixed in JDK7 http://bugs.sun.com/view_bug.do?bug_id=6230761 & http://bugs.sun.com/view_bug.do?bug_id=4640544 ) I tried to switch the implementation to "good" old blocking IO. 
> But this only works, if the imports of org.mortbay.jetty.bio are added to the manifest - otherwise the classes cannot be found in OSGi.
> It would be really helpful if that import could be added. 
> Thanks a lot
>   Jürgen

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