Hi,
I am using mysql as my database. In the beginning I had a older version of
struts. It was throwing this error when establishing a connection in  
java.lang.AbstractMethodError: org/gjt/mm/mysql/Connection.getTypeMap

Then I got the latest nightly build. In GenericConnection class this was
fixed. But now I have the same problem while closing the connection.
Can somebody add another catch statement at line 250 of
org.apache.struts.util.GenericConnection ?

Same as the one on line 123

 catch (AbstractMethodError e) {
            ;   // mm.mysql throws this
 }


Thanks in advance
Sudhi

Reply via email to