We used to use getResourceAsStream to locate the .properties file in our jar, but, in 6.7, the classloader is KernelBundleClassLoader which is in the sythetic.context bundle, and it's classpath is the synthetic.context.jar folder, so it can not find the properties resides in our jar file.
How can we locate the .properties file now?
thanks.