1. Why would we use custom scope in spring? When is it needed? stackoverflow.comCan any one please help me in understanding custom scope. I went through manual and through many online example and understood how it is being implemented. But, I am still not ... |
2. singleton scoped bean in spring, how would I make it non-thread safe stackoverflow.comMy service bean example
|
3. Need for thread-level scope (ThreadScope) in Spring forum.springsource.orgNeed for thread-level scope (ThreadScope) in Spring Hi, Costin, David and everyone. It was interesting to note, after the many forum threads on which I've raised this problem here: http://forum.springframework.org/showthread.php?t=24569 http://forum.springframework.org/showthread.php?t=25938 ... |
4. thread scope behaving badly forum.springsource.orgthread scope behaving badly i have a use case that seems to be solved nicely with the addition of a custom thread scope. i'd like beans with this scope to have ... |
5. Scope 'step' is not active for the current thread forum.springsource.orgFeb 21st, 2008, 06:46 AM #1 adrianshum View Profile View Forum Posts Private Message Member Join Date Oct 2007 Posts 75 Scope 'step' is not active for the current thread Dear ... |
6. Is bean scope is thread safe ? forum.springsource.orgIs bean scope is thread safe ? hi, I got some question. As I saw in the sping documentation section 3.4 " use singleton for statelss and use prototype for stateful ... |
7. Is bean scope is thread safe ? forum.springsource.orgIs bean scope is thread safe ? hi, I got some question. As I saw in the sping documentation section 3.4 " use singleton for statelss and use prototype for stateful ... |
8. Threading issues with scope="prototype"? forum.springsource.orgThreading issues with scope="prototype"? Hi, I have some issues regarding the use of beans with scope=prototype. I boiled my problem done to a minimal scenario. There are two exporter (OSGi) bundles ... |
9. Scoped beans - checking if current thread is backed by a request forum.springsource.orgScoped beans - checking if current thread is backed by a request Hi folks - I've got a question: We use scoped beans (request and session) for holding some userdata. This ... |
10. step scope + multiple threads per step forum.springsource.orgstep scope + multiple threads per step = not working Hi, we just played around with the step scope and figured that it works different from what we expected when used ... |
11. Bean Scope request with multiple thread forum.springsource.orgBean Scope request with multiple thread Hi to all, I have the necessity to manage a bean, defined with scope request, inside a new custom thread; but every time that I ... |
12. scope "prototype" and thread safe. forum.springsource.orgI need my code to be thread-safe. Does it make sense that my service class (@Service) has to be a scope prototype? What about manager class inside of service class? Thanks ... |
13. Scope 'step' is not active for the current thread forum.springsource.orgScope 'step' is not active for the current thread Hi, I am trying to use "org.springframework.batch.integration.async.Async ItemProcessor" to make Processor multithreading. I am passing as a "delegate" my own service/bean. If ... |
14. Spring + Icefaces PUSH : Scope 'request' is not active for the current thread forum.springsource.orgSpring + Icefaces PUSH : Scope 'request' is not active for the current thread Hello, We're using spring 2.5 + icefaces 1.8.2 (jsf extension). Our managed beans are declared in a ... |
15. Scope 'request' is not active for the current thread; consider defining a scoped pro forum.springsource.orgDec 10th, 2010, 05:24 AM #1 birendra View Profile View Forum Posts Private Message Junior Member Join Date Dec 2010 Posts 2 Scope 'request' is not active for the current thread; ... |