Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
完了後に接続を返すために、dbcp.BasicDataSource または jndi データソース (jboss を使用しています) でメソッドを呼び出す必要がありますか?
いいえ、電話してConnection.close()ください。この接続がプールされたデータソースから取得された場合、実際には閉じられず、プールに戻されるだけです。
Connection.close()