hi all,
i am currently running in a problem when using an injected map which is "aop:scoped".
here is some code:
<bean id="mylist"...
Type: Posts; User: jan; Keyword(s):
hi all,
i am currently running in a problem when using an injected map which is "aop:scoped".
here is some code:
<bean id="mylist"...
I found a solution in this topic:
http://forum.springframework.org/showthread.php?t=18981&highlight=loadParentContext
I am currently springify an existing application and it integrates very well.
But I am currently struggling with an application-wide cache. The cache is implemented as a singleton bean and should...