tenwit wrote:
Hibernate does not use JBoss. JBoss uses hibernate. The link that you posted is a link to JBoss code, not hibernate code. This is not the correct forum to post bugs in JBoss code.
From the beginning, I have been saying that user is using Hibernate in GlassFish application server. There is
no JBoss here. Look at the stacktrace in GlassFish forum (link posted in my first posting) which shows the following:
Caused by: java.lang.RuntimeException: java.util.zip.ZipException: The system cannot find the path specified
at org.jboss.util.file.JarArchiveBrowser.<init>(JarArchiveBrowser.java:40)
at org.jboss.util.file.ArchiveBrowser.getBrowser(ArchiveBrowser.java:37)
at org.hibernate.ejb.Ejb3Configuration.scanForClasses(Ejb3Configuration.java:541)
What does this mean? Hibernate class org.hibernate.ejb.Ejb3Configuration uses JBoss utility class org.jboss.util.file.ArchiveBrowser, right? By the way, I am not denying that JBoss uses Hibernate. All I am saying is that in this case, Hibernate has a dependency on JBoss library, to be particular jboss-archive-browsing.jar.
Coming to why I used this forum:
I need a context to report an issue. Since I came across the issue in the context of Hibernate, I reported in this forum. How many forums do you want users to go to use Hibernate? Are Hibernate developers not responsible for getting this bug fixed in JBoss library. Which JBoss forum is the appropriate place for this question?
More importantly, we are deviating from the real issue. The real issues is to find out if this is acknowledged as a bug by Hibernate developers or not. I hope one of them responds soon.
Sahoo