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
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. Unfortunately I do not
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.