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 !
Type: Posts; User: itsavvy.ankur; Keyword(s):
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 !
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...
sharing your configuration would aid us to guide you better !
you probably need CGLIB in your classpath inorder for annotations to work. try including it and see if it works.
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...
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...
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...
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...
I will give this a try, although something so trivial should have an easier way to get access to the Http request object.
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...
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...
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...
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...
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...
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 -...
Apologies for bumping this up, I'm still without a solution.
Your inputs are much appreciated.
Thanks.
-Ankur.
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...