When spring's DefaultListableBeanFactory fails to pre-instantiate all of it's singleton beans, it immediately destroys all of them to ensure that they aren't hanging around in a bad state. This...
Type: Posts; User: jholtzman; Keyword(s):
When spring's DefaultListableBeanFactory fails to pre-instantiate all of it's singleton beans, it immediately destroys all of them to ensure that they aren't hanging around in a bad state. This...
I'm not sure what "behind the proxy means" (I'm new to AOP), but I am trying to catch the exceptions in my DAO (in this case, GradeManagerHibernateImpl.java) and not in the transaction proxy (which...
Strange indeed. I can't even try to catch the net.sf.hibernate.StaleObjectStateException since hibernateTemplate.execute doesn't throw this checked exception. Here's the stack trace:
(thanks for...
When using a BeanNameAutoProxyCreator with Hibernate DAO classes, spring 1.1.5 fails to catch net.sf.hibernate.StaleObjectStateExceptions and convert them to DataAccessExceptions.
When I do not...
Thanks Juergen. This relaxed error checking will be a great benefit for those of us who use hbm2java in our build process. I'm looking forward to the 1.1 release!
I am trying to use the new BlobByteArrayType in my hibernate mappings, but I haven't had any luck finding any documentation or examples. I've set up the hibernate mapping like so:
<property...