[enhydra] Database Manager questions

[email protected] Tue, 02 Aug 2005 15:38:18 +0200
Newsgroups gmane.comp.java.enhydra.general
Message-ID <[email protected]>
This is a multi-part message in MIME format...

------------=_1122989905-1759-119
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi,

I tried to turn on the Database Manager debug such that I can see why the StandardDBConnection class method prepareStatement return null when called the method to do a preparedStatement. I tried in the web.xml 

        <env-entry>
            <env-entry-name>DatabaseManager/Debug</env-entry-name>
            <env-entry-value>true</env-entry-value>
            <env-entry-type>java.lang.String</env-entry-type>
        </env-en try>

but still no logging coming out? I think the log file is under bin directory, not the logs directory under multiserver.

I replicated the code in my application to get connection, then do the preparedStatement from StandardDBConnection and it works. The only thing that bother me is in StandardDBConnection, the call "connection.getMetaData().getMaxStatements()" returns 0 for my DB. Will that cause any problem.

Also, when I attempted to connect to my application through Enhydra, I got the following error - Access is denied when MultiClassLoader attempted to load the class? Any permission I need to set?

thanks

Phoebe


------------=_1122989905-1759-119
Content-Type: text/plain; name="message-footer.txt"
Content-Disposition: inline; filename="message-footer.txt"
Content-Transfer-Encoding: 8bit


--
You receive this message as a subscriber of the [email protected] mailing list.
To unsubscribe: mailto:[email protected]
For general help: mailto:[email protected]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws

------------=_1122989905-1759-119--