Portals (MOSC)

MOSC Banner

Connection Pooling Issue in Webcenter Custom Portal Application

edited Jun 4, 2014 12:00PM in Portals (MOSC) 1 commentAnswered

Hi,
 
We have defined our Navigation flow in adfc-config.xml. But when we try to access the page using go-link added in Page Template, Connection count for JDBC Data Source is getting increases for every request. So we are getting Resource Pool error after the Max limit gets crossed. Below is the code:
 
<af:goLink text="#{'Test(adfc-config)'}" id="pt_gil2"
  inlineStyle="font-size:small; color:White;"
  destination="test"
  rendered="#{securityContext.authenticated}"/>
 
We have also tried the use case by adding the Page to Navigation-Model. Even in this case above code doesn't work well. It increases Active Connection Count for the datasource defined in weblogic server.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center