MyFilter is a Filter class ,instead of directly defining as filter in web.xml ai configured through spring delegate proxy. just like filter init param ,i inject some property into that filter. But...
Type: Posts; User: baseer; Keyword(s):
MyFilter is a Filter class ,instead of directly defining as filter in web.xml ai configured through spring delegate proxy. just like filter init param ,i inject some property into that filter. But...
I have exposed few services throgh HttpInvoker and defined dispatcher servlet as
<servlet>
<servlet-name>springRemoting</servlet-name>
...
That means URL at client side is wrong at serviceUrl.
I have exposed services throgh HttpInvoker, on serverside i have a filter and configured through DelegatingFilterProxy.From client program when i invoke a service,request passes through this filter...
though connection was closed in finally but still it gives me same error.
Scenario was from Thread i am calling dao, in dao i am getting Hibernate session and making query
I am getting following error
DBCP object created 2008-10-16 16:58:32 by the following code was never closed:
Environment is Spring 2.5.4 ,Hibernate3.1.3 Struts 1.2.8 with DBCP1.1
However in my...