s ls [
https://community.jboss.org/people/sunls] created the discussion
"Re: Exception "llegalArgumentException: Null path " occured"
To view the discussion, visit:
https://community.jboss.org/message/725258#725258
--------------------------------------------------------------
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
[
https://community.jboss.org/message/725258#725258]
Start a new discussion in JBoss AS 7 Development at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]