Details
Description
Users tend to put additional jar files into $MULE_HOME/lib/user. The current code is not 100% prepared to handle all error situations that can occur while scanning the jar files:
- jar files that don't have a pom.xml in them
- jar files that have a pom but it does not have a name element
- jar files that match the mule naming scheme but don't have a spring.handlers file in them
Make the code more robust and filter out all Jars in IMuleRuntime.getMuleModulesAndTransports() that don't match the requirements (probably log offending ones)
http://fisheye.muleforge.org/changelog/mule-ide/?cs=554