Derby Driver

2005-11-17 Thread Sean McCully
Hello I probably have a rather simple question, when I execute the following line Class.forName("org.apache.derby.jdbc.EmbeddedDriver").newInstance(); it throws the following exception java.lang.ClassNotFoundException: org.apache.derby.jdbc.EmbeddedDriverderby.jar is included in my

Re: Derby Driver

2005-11-17 Thread Sean McCully
PROTECTED] wrote: Seems like a classpath issue...is your application using the default JVM classloader On the command-line, can you run: (you need to have derby.jar or derbytools.jar in the classpath)java org.apache.derby.tools.sysinfoDo you get the same ClassNotFound exception?On 11/17/05, Sean

Re: Transaction Locking

2004-12-06 Thread Sean McCully
would guess that increasing the timeout would not help either? --- Sunitha Kambhampati [EMAIL PROTECTED] wrote: Sean McCully wrote: I am getting the following exception when I try to drop a table with AutoCommit off using PreparedStatements and executeUpdate(); Is this a derby problem