Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
servicemix-http-2010.01
-
None
-
None
-
Windows 7, Java 6, Equinox 3.6
-
Patch Available
Description
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