Re: Closing a connection error
Posted By:
Alexey_Ryndin
Posted On:
Wednesday, March 3, 2004 01:25 AM
This message means that there was an SQLException during your code invocation. Because of this exception execution go to the corresponded catch block. Its looks like you dont close the connection mentioned above in this block. So JBoss just inform you about this. This behavior is up to server implementation, so the others servers may just to close this connection or ignore the fact that connection remains open. So it is just recommendation to use good code style.