|
From: Juraj B. <ju...@vo...> - 2006-05-16 08:50:34
|
Hi folks, we have problem with method public static final URL getJarURLFromURLEntry(URL url, String entry) throws IllegalArgumentException in org.hibernate.ejb.packaging.JarVisitor. The problem is in condition : if ( "jar".equals( url.getProtocol() ) ... , under WAS is protocol "wsjar" instead of "jar" returned. Can I create bug in a JIRA with appropriate patch ? ( if ( "jar".contains( url.getProtocol() ) ) ... Or can somebody fix the problem ? Thank you. best regards JuBu |