Message5048

Author lijihuai
Recipients cgroves, lijihuai, pjenvey
Date 2009-08-17.01:10:49
SpamBayes Score 8.954416e-07
Marked as misclassified No
Message-id <DreamMail__090941_92152010720@smtp.126.com>
In-reply-to
Content
Philip Jenvey,你好

     thanks

     it's a great project

lijihuai,lijihuai@126.com
2009-08-17 
----- Original Message ----- 
From: Philip Jenvey 
To: lijihuai 
Sent: 2009-08-16, 08:55:22
Subject: [issue1430] Oracle JDBC Connection close

Philip Jenvey <pjenvey@users.sourceforge.net> added the comment:

I narrowed this down since I could reproduce it. Basically one of the 
classes in the chain isn't public but overrides 
java.sql.Connection.close. That combined with the interfaces having 
their own different close method causes the java.sql.Connection.close to 
not show up

Extract the tar ball and run:
$ jython test.py 
nargs: 1
interface SpecialConnection, false, 0, public abstract void 
SpecialConnection.close(int)
  (int, )
None
Traceback (most recent call last):
  File "test.py", line 4, in <module>
    c.close()
TypeError: close(): expected 1 args; got 0

----------
assignee: -> cgroves
Added file: http://bugs.jython.org/file723/issue1430.tar.gz

_______________________________________
Jython tracker <report@bugs.jython.org>
<http://bugs.jython.org/issue1430>
_______________________________________
Files
File name Uploaded
unnamed lijihuai, 2009-08-17.01:10:48
History
Date User Action Args
2009-08-17 01:10:49lijihuaisetrecipients: + lijihuai, cgroves, pjenvey
2009-08-17 01:10:49lijihuailinkissue1430 messages
2009-08-17 01:10:49lijihuaicreate