OK, thanks for your detective work.
Next question: do we have to live with this warning until we no longer
support JDK 1.4, or is there a way to resolve this?
David
P.S. I could look into this myself but I have enough on my plate right
now. It's my itch to complain, but not to try and figure out what we
can do to fix it :)
Bryan Pendleton wrote:
David W. Van Couvering wrote:
I keep seeing this warning when I build now:
C:\derby\i18n3\trunk\java\client\org\apache\derby\client\net\NetConnection40.java:41:
warning: getTypeMap() in org.apache.derby.client.am.Connection
implements getTypeMap() in java.sql.Connection; return type requires
unchecked conversion
I suspect this message may have the clue you need:
http://www.nabble.com/-jira-Updated%3A-%28DERBY-1234%29-Verify-that-we-raise-SQLException-when-calling-methods-on-closed-java.sql-objects-p4089499.html
thanks,
bryan