my problem is that jars that are on the classpath (runtime tab in
plugin.xml) are unable to locate configuration files despite of the fact
that the folder they are in is on the classpath too. My project deals
with JBossESB, the library jbossesb-rosetta.jar cannot locate its
configuration file jbossesb-properties.xml. The latter is in the same
folder with the library and the folder along with the library is
specified in the classpath list. Specifying the file explicitly in the
MANIFEST.MF doesn't change anything.