Thank you for your quick answer :) It works now
Type: Posts; User: wengweng; Keyword(s):
Thank you for your quick answer :) It works now
Hi,
I was trying to use the ReloadableResourceBundleMessageSource to load a messages.properties file from the filesystem. So I tried to set the 'resourceLoader' property with a...
See Edit below
[not true]
I'm a few steps closer now. I have discovered that this occurs when I perform 2 RMI calls right after each other. I see 3 connections being opened and only 2 of them are...
Then why is it, that this results in not releasing the connections of the connection pool?
After further debugging I've found a difference between normal web/mvc access and rmi-webservice.
The difference can be found in Spring's hibernateTemplate execute function. When I access via rmi...
From what i've read, Spring's hibernate template should manage this for me. And please note, this problem only occurs when I use RMI.
I have located where the hang exactly occurs. Below you will find a stacktrace using c3p0. It seems that it hangs when it tries to acquire a pooled connection.
Edit:
I have debugged a bit further...
Below you will find a stacktrace using c3p0. It seems that it hangs when it tries to acquire a pooled connection.
Edit:
I have debugged a bit further and it looks like the opened connections are...
Hi,
I have a spring-webapp using RMI webservice in combination with Hibernate and dbcp/c3p0. The problem is, when I enter the webapp through rmi a few times (5 aprox) to access database info via...
Hi,
I have a spring-webapp using RMI webservice in combination with Hibernate and dbcp/c3p0. The problem is, when I enter the webapp through rmi a few times (5 aprox) to access database info via...