Search:

Type: Posts; User: baseer; Keyword(s):

Search: Search took 0.05 seconds.

  1. MyFilter is a Filter class ,instead of directly...

    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...
  2. HttpInvoker doesn't load beans from root context

    I have exposed few services throgh HttpInvoker and defined dispatcher servlet as

    <servlet>
    <servlet-name>springRemoting</servlet-name>
    ...
  3. That means URL at client side is wrong at...

    That means URL at client side is wrong at serviceUrl.
  4. DelegatingFilterProxy filter with HttpInvoker

    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...
  5. Replies
    3
    Views
    5,301

    though connection was closed in finally but still...

    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
  6. Replies
    3
    Views
    5,301

    DBCP following code was never closed

    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...
Results 1 to 6 of 6