Sunday, March 24, 2013

JDev/ADF sample - DB Connection Leaking During ADF Login

  • DB Connection Leaking During ADF Login. I will describe a case of leaking DB connections during ADF login phase. This case is reproduced for ADF application with Login screen and programmatic login action from managed bean. If you call ADF BC before calling ADF authentication servlet and doing authentication - no DB connection leaking. But if you call ADF authentication servlet first and then as next action call ADF BC in the same method - DB connection will remain active.
    Download - SecurityFormLogin_v6.zip

No comments: