I installed Maven plugin for Mule Studio following by this instruction http://www.mulesoft.org/documentation/display/current/Converting+Studio+into+Maven
Using Mule Studio, I'm still able to use dependency in pom file, so I create a web service which uses that lib. However when I run mule application to deploy web service and call it again, I get an error because of "not founding class in library". One again, I copy *jar into lib folder and add to build-path, then no error at all.
So what is the problem here? How can I use both maven-dependencies and Mule runtime.