I tried to use parameter binding coordination to wire 2 different portlets residing in 2 different web applications. I added public render parameters to both portlet.xml files and also added <supported-public-render-parameter> to both portlet differents. When I bring up the admin console in jboss, I added both portlets to the same page and tried to configure parameter bindings for them and was not able to. There was a message telling me that there weren't any public render parameters defined eventhough I defined them in the portlet.xml. I was able to configure alias parameters with the public render parameters that I defined. Do parameter bindings really work in JBoss Portal V2.7.0? All I've seen people recommending is alias bindings on this forum and not parameter bindings.
Thanks in advanced!
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225629#4225629
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4225629
"acastanheira2001" wrote :
| My theory is: JBoss is not managing correctly connection pooling with DMS-II Jdbc Driver. Every time a connection is requested JBoss establish it with DMS-II Database and do not release it after use. When the number of requests reaches its maximum value new connections are refused and the old connection are not release for reuse.
|
| I am use JBOSS 4.2.0-GA-SP2 , JDK 1.5.0.15 .
|
| Can anybody help me???
|
| Thanks !!!!
|
| Andre
I bet that your application is not releasing the connection back to the pool, you ready for the bet ;)
Use listInUseConnections() operation of the CacheConnectionMBean to determine which part of the code is causing the connections to leak
For more details refer this
http://www.jboss.org/community/docs/DOC-9255
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225611#4225611
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4225611