Search:

Type: Posts; User: jholtzman; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    835

    Eager destruction of singletons

    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...
  2. I'm not sure what "behind the proxy means" (I'm...

    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...
  3. Strange indeed. I can't even try to catch the...

    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...
  4. Uncatchable hibernate exceptions when using AutoProxyCreator

    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...
  5. Replies
    2
    Views
    2,733

    Thanks Juergen. This relaxed error checking will...

    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!
  6. Replies
    2
    Views
    2,733

    BlobByteArrayType with hbm2java

    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...
Results 1 to 6 of 6