In JarFileResourceLoader#getJarURI method , file's URI is created by "new URI("jar", b.toString(), null)".
The value of b.toString() is liking "file:/D:/opt/jboss-as-7.1.0.Final/modules/kss/service/main/kss_services.jar!/seam.properties".
But the getPath() of URI that is created is null. Is this a bug?
Is there any approach to avoid the error?