"[EMAIL PROTECTED]" wrote : In the "related" section of the link you provided:
  | 
http://www.jboss.org/wiki/Wiki.jsp?page=CanJBossTellMeWhenIDontCloseAConnection
  | 
  | 
  |   |  Servlets and JSP
  |   | From from 3.2.4 this checking is available in the web layer. Uncomment 
the following in deploy/jbossweb-xxx.sar/server.xml
  |   | 
  |   |          <!-- Check for unclosed connections -->
  |   |         <Valve 
className="org.jboss.web.tomcat.tc5.jca.CachedConnectionValve"
  |   |             
cachedConnectionManagerObjectName="jboss.jca:service=CachedConnectionManager" />
  |   | 
  |   | 

Thanks that is exactley what I was looking for. Problem is that I now get the 
following Exception. If it helps, I'm running under the default instance.

11:14:44,458 ERROR [Catalina] Catalina.start:
LifecycleException:  javax.management.InstanceNotFoundException: jboss.jca:servi
ce=CachedConnectionManager is not registered.
        at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.start(CachedConnec
tionValve.java:179)
        at org.apache.catalina.core.StandardPipeline.start(StandardPipeline.java
:240)
        at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1088)

        at org.apache.catalina.core.StandardHost.start(StandardHost.java:789)
        at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083)

        at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:478
)
        at org.jboss.web.tomcat.tc5.StandardService.start(StandardService.java:5
38)
        at org.apache.catalina.core.StandardServer.start(StandardServer.java:231
3)

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866121#3866121

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866121


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to