We have recently experienced the same problem with it just hanging. Are you using batch updates? We are using hibernate and turning of batch updates fixed the problem for us.
Type: Posts; User: campers; Keyword(s):
We have recently experienced the same problem with it just hanging. Are you using batch updates? We are using hibernate and turning of batch updates fixed the problem for us.
I just posted this on the hibernate forum, Im sure there's plenty of smart people here too who might be able to give me an answer.
I've recently joined a fairly big new project which has an...
I was getting tired of adding all the mappings in the SimpleUrlHandlerMapping beans so I made something that uses annotations to do it for me, which is pasted below. There is a couple little hacks,...