Search:

Type: Posts; User: abhi patil; Keyword(s):

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. Not able to itegrate EHcache with spring 3.0.5

    Hi Guys,
    I am having trouble integrating ehcache in spring web. I have searched certain websites and ehcache documentation but still i was not able to integrate it
    I get cache exception as follows...
  2. dynamic wsdl generation using jaxws in spring remoting

    hi Guys,
    I am trying to expose a method as webservice. I am using spring remoting jax-ws way . I want to know if there is any method using which we can construct wsdl dynamically ?
    I found that...
  3. How to autowire inner classes in spring 3

    Hi,
    I am using spring 3 qnd i have inner classes;
    How can i auto wire inner classes in outer class or how can i get get object of inner classes from beanfactory
  4. Bean not getting initialized at runtime using beanfactory

    hi there,
    I am using spring 3.0.5 and i have 2 classes class A and class b marked as @component with scope as prototype.
    Class B contains argumented constructor which takes arguments as HashMap
    So...
  5. Replies
    2
    Views
    316

    Hi There, You have written that you are using...

    Hi There,
    You have written that you are using ajax request then how can you expect your form to get submitted
    The onoy thing that you can do is take response in ajax as text/html and punch it in...
  6. Spring Hibernate transaction annotations not inserting data in eventListeners

    Hi,

    I am using annotation based transaction in spring for hibernate as my orm. Spring version 3.0.5
    I am facting a strange issue
    My requirement is there are some event listeners registered in...
  7. Replies
    1
    Views
    228

    How to insert objects in beanfactory

    Hi Guys,
    I am creating certain objects on run time based on some runtime condition. This objects are heavy objects and they requre runtime parameters to instantiate.

    But this object/objects will...
  8. Hi, Got it solved: few things to take care if...

    Hi,
    Got it solved:
    few things to take care if you are beginner
    1. json data should be of the form

    {stateList:
    [{"stateCode":"45","stateDesc":"Tamilnadu...
  9. Not able to receive jsonData in spring controller

    Hi Guys,
    I am using spring 3.0.5.
    I have simple json array and i want to receieve it in spring controller as list of state in this example

    Json data is as below

    ...
  10. Regarding good OO design and spring ModelView

    Hi Guys,

    I am using spring mvc and recently i had conversation with my colleague.

    Some of my Jsp's uses conbo box. Values for this combo box are populate using form tag of spring....
  11. spring security invalid-session-url creating mess

    Hi Guys,
    I am using spring security 3.
    On session invalid i want to take user to different page saying session expired. So i configured invalid-session-url to appIllegalState.htm . Now whenever i...
  12. issule solved !!!

    issule solved !!!
  13. not able to retrieve principle from authentication object

    Hi Guys,
    This is really urgent since I need to give application for testing

    I am not able to login 2nd time after i logout. I am using spring security 3
    I will describe the scenerio in details
    ...
  14. Replies
    5
    Views
    985

    My appologies, It is actually saas-servlet and...

    My appologies,
    It is actually saas-servlet and not dispatcher servlet
    Below is my configuration


    <bean id="tilesConfigurer"...
  15. Replies
    5
    Views
    985

    Tiles integration in spring 3

    Hi,
    I am using spring 3.0.5 and tiles 2.2.2. I have configured tiles as mentioned in http://viralpatel.net/blogs/2010/07/spring-3-mvc-tiles-plugin-tutorial-example-eclipse.html

    There is slight...
  16. Integrating struts validation framework in spring

    Hi Guys,
    I am using spring 3.0 I found that struts validation framework is more powerful then spring. So i have decided to use struts validation framework in spring. I know that struts uses apache...
  17. Not able to access securityContext from http filters why ?

    Hi,

    I have http filters in position. After user logs in its authentication object is set in securityContextHolder as far as my knowledge is concerned.
    When second request goes i have written my...
  18. Done........ :)

    Done........ :)
  19. changing properties of UsernamePasswordAuthenticationFilter not working

    Hi Guys,
    I want my spring security 3 to work also for "get" request so i changed property of postOnly to false for UsernamePasswordAuthenticationFilter to false but its not working



    <bean...
  20. Replies
    0
    Views
    291

    authentication not working

    Hi Guys,
    I have written my own authentication class and it implements authenticationprovider.
    It works fine when i configure login page within that application where my form action is...
  21. Replies
    3
    Views
    488

    I appreciate your concern for us we have...

    I appreciate your concern
    for us we have deployment in production and development enviroment. So when we are in development /fixing enviroment then we will like to have anonymous access but when we...
  22. Replies
    3
    Views
    488

    FilterChainProxy.java:195) - Converted URL to...

    FilterChainProxy.java:195) - Converted URL to lowercase, from: '/index.jsp'; to: '/index.jsp'
    (FilterChainProxy.java:202) - Candidate is: '/index.jsp'; pattern is /**; matched=true
    ...
  23. Replies
    3
    Views
    488

    Anonymous authentication not working

    hi Guys,

    I want all my requests to be authenticated anonymously but it seems i am missing something/ I have confgured it incorrectly and hence i am not able to make it work.

    It gives me login...
  24. how to set authencate of user as false in servlet

    Hi Guys,

    I am uisng spring security. I know contextHolder plays vital role in spring security. Also usernamepasswordauthenticationtoken is used to maintain status of user.

    I am using a filter...
  25. Injecting non-singleton beans in singleton Controller in spring mvc

    Hi Guys,
    I am using spring 3.0. I have controllers and my objects. All controllers will be marked as singleton and objects are marked as prototype.

    Now in my jsp i have marked an...
Results 1 to 25 of 117
Page 1 of 5 1 2 3 4