I have a vendor provided jar that I load using install wrap:mvn.... then in my bundle I call a static method in that jar that starts a server. It loads the default resources from inside the jar then looks for overrides in the class path. I have the files in the root of my bundle and have . in my bundle class path but the code doesn't see these files and skips them. Trying to figure out how to get that to happen.
tjs
