1
votes

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.

1

1 Answers

1
votes

The current version of Mule Studio includes built-in support for reading the pom.xml and setting up your project. Right click the project in Package Explorer, choose Maven Support in Studio, and choose Enable Support.