If I read you correctly, I thought about that as a quick solution but the problem is the prefixes can be no more specific just because of the filenames used.
geronimo-metrics-x.x.x.jar geronimo-metrics-common-x.x.x.jar If both prefixes are added to the list, both will return "geronimo-metrics-common" in my case, so common will be added twice. Looking at the existing library code, the only option is to add (eek hard-code:/) the full filename of the metrics one including version number (or rename the metrics files to be the consistent with geronimo-openapi-impl-x.x.x.jar guess that's out of the question) I suspect maybe the jar search library needs enhancing or a different approach is needed completely to finding out the jars. -- Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html
