What code from Spring are you using, what is your configuration etc.
Type: Posts; User: lgommers; Keyword(s):
What code from Spring are you using, what is your configuration etc.
I switched to MDB's as well and this seams to fix the OutOfMemoryError's.
I checked the heapdump,
- DefaultListableBeanFactory has a reference to
-...
Answer is here
I agree the other solution is cleaner. I use the context because I develop on a Tomcat server and deploy it on a WebSphere server. This way I can have the same java code on both servers, only the...
I use mx4j as a console in WebSphere 6.0. Took a tip till I found a class called org.springframework.jmx.support.WebSphereMBeanServerFactoryBean. Apparently this bean is not needed if you work with...