JBoss Community

Re: Exception "llegalArgumentException: Null path " occured

created by s ls in JBoss AS 7 Development - View the full discussion

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?

Reply to this message by going to Community

Start a new discussion in JBoss AS 7 Development at Community