I'm trying to use a4j:keepAlive with a managed bean that has a DAO injected by Spring. The DAO property is transient.
I'd like that when the bean is deserialized the DAO is reinjected.
It's the...
Type: Posts; User: FkJ; Keyword(s):
I'm trying to use a4j:keepAlive with a managed bean that has a DAO injected by Spring. The DAO property is transient.
I'd like that when the bean is deserialized the DAO is reinjected.
It's the...
...
Anyone?
When I use Hibernate Validator (3.1.0 + 3.3.1 Core) with Spring (2.5.6) I can't catch the InvalidStateException directly. Spring throws a JpaSystemException, whose cause is a RollBackException, whose...
...
Anyone?
I'm using Spring 2.5.6 + Hibernate 3.3.1 + Hibernate EntityManager 3.4.0 and JPA exceptions are simply not thrown. I've tested with NoResultException and PersistenceException, with and without...