Hi Ashish,
Am 23.02.2011 09:52, schrieb Ashish Jain:
I am facing problem while deploying BaseX under JBoss due to JBoss’s (Virtual File System) for the I/O operations. So “ClassLoader.getResource” under JBoss context returns JBoss resource and then getContent() returns “JBoss Stream” but not the java.io.InputStream, this can be fix by using getResourceAsStream which returns InputStream
thanks for reporting that bug, I pushed your fix to our GitHub repo. Do you want me to send you a prebuilt basex.jar file including the fix?
Cheers Leo