Search:

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

Search: Search took 0.01 seconds.

  1. Thanks its working, :) But the output message is...

    Thanks its working, :)
    But the output message is not as per expectation.





    [2011-12-12 16:25:04,038] - DEBUG-...
  2. No its not working. Again black log file :(

    No its not working. Again black log file :(
  3. Problem performance Logging using Spring AOP

    Hi all,

    I am trying to implement performance logging using Spring AOp in my application. But it creates only an empty log file:

    Following are the configuration I am doing:
    In application...
  4. Getting DataAccessResourceFailureException: only when system is idle for a long back!

    Hi All,

    I am facing a weird problem with JDBC template only when the someone hit application very first time or if server is idle from long tile.

    The exception is :

    HTTP Status 500 -

    type...
  5. Replies
    1
    Views
    833

    Interceptor multiple url pattern

    Hi all,

    I have one request Interceptor. All I need to filter request coming from "/secure/<any pattern>"

    To achieve this I am using following mapping for the interceptor:


    <mvc:mapping...
  6. Replies
    3
    Views
    4,049

    tried both way. But its not working ): Should...

    tried both way. But its not working ):

    Should I do some configaration in server.xml/ web.xml?
    Regards,
    Rajneesh
  7. Replies
    3
    Views
    4,049

    Name jdbc is not bound in this Context

    Hi,
    I am getting "javax.naming.NameNotFoundException: Name jdbc is not bound in this Context" error while configuring datasource using jndi and lookup in spring app-context.

    Following things I...
  8. UserId is already in session -> UserDetail Bean

    UserId is already in session -> UserDetail Bean
  9. thats fine...but for more...

    thats fine...but for more sophistication...suppose I want to give userId for logging what I will have to do?
  10. Replies
    12
    Views
    1,327

    Ok... Going to construct using new and removing...

    Ok...
    Going to construct using new and removing from instance level for both those objects.
    Thanks for such a good support. :)

    I know should not ask in the current thread but just asking.. I...
  11. Any Help will be highly appreciated!!

    Any Help will be highly appreciated!!
  12. Replies
    12
    Views
    1,327

    Yes...You are right. I didn't believe you and...

    Yes...You are right. I didn't believe you and tried ...Got nice NullPointerException in next request.

    Hummm
    So what would be best approach for these two objects. Have I any option without using...
  13. Replies
    12
    Views
    1,327

    Ok, For ServiceRequest & Response object, As...

    Ok,

    For ServiceRequest & Response object,
    As per ref manual, The non-singleton, prototype scope of bean deployment results in the creation of a new bean instance every time a request for that...
  14. Replies
    12
    Views
    1,327

    4423 Hi ... attached the service and dao xmls...

    4423

    Hi ... attached the service and dao xmls as well as one sample of controller class. The same way all the controllers has been written.

    In previous post you had mentioned for some...
  15. Replies
    12
    Views
    1,327

    Plr442144204422 I have attached all the...

    Plr442144204422


    I have attached all the three config files. Please verify.

    I am trying to get the final version of 3.0

    Regards,
    Rajneesh
  16. Log4J implementation with unique user logging in web app

    Hi all,

    In my application, I am using spring mvc 3.0 and dependency injection for service/dao creation.

    Now I have to implement log4j in entire application (mvc/web module, service layer packed...
  17. Replies
    12
    Views
    1,327

    Thanks for the quick response, 1) But I had...

    Thanks for the quick response,

    1) But I had read some where spring doen't take care of destroying prototype beans then it should be destroyed by developer ...I guess. Please suggest.

    2)...
  18. Replies
    12
    Views
    1,327

    Memory leak + low response time

    Hi,

    In my web application, I have used DI (without annotation) for service layer and Dao layer and spring MVC (annotation based) for controllers and service injection in controllers.

    This...
Results 1 to 18 of 18