Jetty in Mule only works in earlier version of Studio
I'm having problems using the Jetty connectors in Mule. Within my mule configuration: <jetty:connector name="JettyRest" configFile="jetty-rest.xml" doc:name="Jetty" /> <jetty:connector name="JettySoap" configFile="jetty-soap.xml" doc:name="Jetty" /> There is no problem at all when running in Mule Studio (using Mule Server Runtime 3.4.0 CE ). However, after importing the project to and running in Anypoint Studio (using Mule Server Runtime 3.5.0 CE ), I get the following error: Cannot load class 'org.mortbay.jetty.Server' Even if I manually include the Jetty JAR from here to the build path, I