1. spring scoped proxy and JAXB stackoverflow.comJAXBContext is thread-safe but the Unmarshaller is not. I'd like to make the unmarshaller a request scope bean, and I'm doing this:
|
2. Spring Scope proxy mode AspectJ? stackoverflow.comI want to implement some functionality to obtain the current logged in User (the JPA entity that represent the person that is current logged in). But instead of doing it in ... |
3. A problem with |
4. The matching wildcard is strict, but no declaration can be foun... 'aop:scoped-proxy' forum.springsource.orgThe matching wildcard is strict, but no declaration can be foun... 'aop:scoped-proxy' Hello everyone, I'm getting the following XML parser error: org.springframework.beans.factory.xml.XmlBeanDefin itionStoreException: Line 11 in XML document from class path ... |
5. Problems using scoped-proxy forum.springsource.orgCaused by: org.springframework.beans.factory.BeanCreationExce ption: Error creating bean with name 'scopedTarget.configuration': Scope 'session' is not active for the current thread; consider defining a scoped proxy for this bean if you intend to ... |
6. spring:theme and scoped proxy forum.springsource.orgspring:theme and scoped proxy I have a custom themeResolver that needs to use a session-scoped bean to determine the theme name in a 2.5.1 MVC application. When the |
7. aop:scoped-proxy and prototype forum.springsource.orgHi, I have a bean which is not threadsafe. Thus I need scope prototype. When I use it from a MVC-Controller I need scope request. But I use the bean also ... |
8. SnapshotCreationException with |
9. Creating scope and proxy class programmatically forum.springsource.orgCreating scope and proxy class programmatically Hi all, I write code in order to create custom scope, registering it and creating a scoped proxy all programmatically. The code works, but i ... |
10. Lifecycle methods not called when using scoped-proxy forum.springsource.orgLifecycle methods not called when using scoped-proxy I've got a class that implements the Lifecycle interface. I want to create a bean from it that is scoped. Now the problem is ... |
11. Difference between @Scope(...) and |
12. ApplicationContext Serialization problem with new scoped-proxy serialization support forum.springsource.orgApplicationContext Serialization problem with new scoped-proxy serialization support Environment: Tomcat 5.5, Spring 3.0.2, Java 5 Hi, i have two simple classes (serializable of course), which are both are injected into singletons ... |