I've recently updated from hibernate 3.3.1.GA to hibernate 3.5.0 and I'm having a lot of performance issues. As a test, I added around 8000 entities to my DB (which in turn cause other entities to be...
Type: Posts; User: eborix13; Keyword(s):
I've recently updated from hibernate 3.3.1.GA to hibernate 3.5.0 and I'm having a lot of performance issues. As a test, I added around 8000 entities to my DB (which in turn cause other entities to be...
Hi,
I'm using Spring 3.0.2, Hibernate 3.5.0 and c3p0 0.9.1.2 and I'm having a ton of errors when it comes down to retrieving connections and commiting transactions. Here's my configuration of...
Hello,
I've just upgraded to Spring 3.0.2 and all URL mappings which end in a slash don't work anymore. Here's such an example:
<bean...
Hi,
I'm using JUnit 4.7 and Spring 3.0.1. The problem is that I can't write tests that are testing that certain exceptions are thrown using the @Test(expected...) annotation.
I've tried it...
Can someone help me and tell me how can I tell what the destination URL is when someone is redirected to a login page?
Thanks...
Hello,
In the spring project that I work on there are several features that require the user be logged in. If, in the login page, I want to see from which page I was redirected I just check the...
Hi,
I have a problem autowiring a bean to a controller. The autowiring is done through annotations.
The Controller code is:
(at)Autowired
protected...