Search:

Type: Posts; User: itsavvy.ankur; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    1,568

    I can't thank you enough for this reply ! We had...

    I can't thank you enough for this reply ! We had spent almost 2 days on a similar issue and this post saved our day !
    Apologies, for digging out such an old thread !
  2. Replies
    1
    Views
    241

    Scope Step query

    I am stumped with a query recently around using 'step' scoped beans. While I understand that the scope 'step' is necessary in a 'late-binding' use case, I am not able to digest how is the use when...
  3. Replies
    4
    Views
    478

    sharing your configuration would aid us to guide...

    sharing your configuration would aid us to guide you better !
  4. Replies
    4
    Views
    478

    you probably need CGLIB in your classpath inorder...

    you probably need CGLIB in your classpath inorder for annotations to work. try including it and see if it works.
  5. Spring Web Services and Spring Security Exception handling

    I am trying to think of an solution to cascade exceptions from Spring security as soap faults in Spring Web services.
    We use Spring web services and perform authentication using...
  6. Spring security Filters and Authentication in Spring Web Services

    Hi, I had recently been able to secure my web application and authenticate the user by using basic authentication. An added requirement was to check against user's ip address from request parameter...
  7. Replies
    8
    Views
    1,648

    An approach to the above problem can be found...

    An approach to the above problem can be found here :
    http://stackoverflow.com/questions/9854592/accessing-httpservletrequest-during-daoauthenticationprovider-authenticate-in-sp

    Thanks Luke for...
  8. Replies
    8
    Views
    1,648

    If i use RequestContextHolder during authenticate...

    If i use RequestContextHolder during authenticate will it have the same http request as obtained in Spring Security or can it lead to funny results where-in my RequestContextHolder has a different...
  9. Replies
    8
    Views
    1,648

    I will give this a try, although something so...

    I will give this a try, although something so trivial should have an easier way to get access to the Http request object.
  10. Replies
    8
    Views
    1,648

    Hi, thank you so much for your reply. I cannot...

    Hi, thank you so much for your reply.
    I cannot use Webauthentication details since the request is received via proxy. Our proxy server re-writes the ip-address to the url as a parameter.
    So i would...
  11. Replies
    8
    Views
    1,648

    IP address in userdetails service

    Hi, I need to work on a requirement to obtain the incomming ip address in Spring security. Being completely new to this framework, the proposed solutions seem to be too complex.
    Just wanted to know...
  12. Replies
    7
    Views
    901

    Yes, there are a lot of internal implementations...

    Yes, there are a lot of internal implementations that make the usage wary.
    It would have been a good option to have the current stepExecution in the beforeChunk() and afterChunk() implementations of...
  13. Replies
    7
    Views
    901

    Thanks Michael !

    Hello Michael,
    Thanks a ton for pointing me in the right direction. On inspecting the Batch Listener more closely I observed that the stepExecution obtained from multiple threads of Batch was indeed...
  14. Replies
    7
    Views
    901

    Hi, We have observed that in our Multithreaded...

    Hi,
    We have observed that in our Multithreaded chunk oriented tasklet step, the stepExecution does not terminate for multiple threads that were spawned for batches.
    When stepExecution...
  15. Replies
    7
    Views
    901

    Some more information

    Hi Guys, Would really appreciate some help here :

    Some more information on my problem :
    Requirement :
    12 AM - 7 AM : Process 2 (threads ) batches in parallel and 4 threads per batch.

    7 AM -...
  16. Replies
    7
    Views
    901

    Still without a solution

    Apologies for bumping this up, I'm still without a solution.
    Your inputs are much appreciated.
    Thanks.

    -Ankur.
  17. Replies
    7
    Views
    901

    Terminate a Multithreaded Step

    Hello All,
    I have been trying to figure out a wierd issue from the last 3-4 days. Just to give you all a bit of a background on this issue, we have a requirement of executing Batches in a...
Results 1 to 17 of 18