Hi Leo,
Thanks for considering my request. I will do svn update for the latest code so would be able to make new jar. Thanks for your help.
Regards, Ashish Jain
--- On Wed, 2/23/11, Leonard Wörteler leonard.woerteler@uni-konstanz.de wrote:
From: Leonard Wörteler leonard.woerteler@uni-konstanz.de Subject: Re: [basex-talk] Facing problem while deploying BaseX under JBoss To: "Ashish Jain" j.ashish@yahoo.com Cc: basex-talk@mailman.uni-konstanz.de Date: Wednesday, February 23, 2011, 5:44 PM 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