[Hibernate] problem with org.hibernate.ejb.packaging.JarVisitor

2006-05-16 Thread Juraj Burian
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" inste

Re: [Hibernate] problem with org.hibernate.ejb.packaging.JarVisitor

2006-05-17 Thread Emmanuel Bernard
The question is: does a "wsjar" behave exactly the same as a regular "jar" regarding the parsing protocol? They probably have a good reason to have introduced an other protocol (well maybe not). Can you confim that wsjar are actually propertly parsed by the Jar visitor? Juraj Burian wrote: Hi

Re: [Hibernate] problem with org.hibernate.ejb.packaging.JarVisitor

2006-05-24 Thread Emmanuel Bernard
I've applied your proposal. For my information, which websphere version are you using? Juraj Burian wrote: 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 p