Now it works! Thanks again for your quick help.
Type: Posts; User: FreddyDaKing; Keyword(s):
Now it works! Thanks again for your quick help.
You're right I'm using new UserDAOImpl()... I going to try it with Spring injection. Thanks.
Hi,
currently I'm testing Spring's JPA support (using Hibernate). I'm using the help of JPATemplate to persist my data in a HSQLDB. Unfortunately, in my test DAO impl. I get a...
Thx a lot for your help. Now everything works like a charm :)
Thx for your quick answer.
I'm calling my bean as follows:
import org.springframework.context.ApplicationContext;
import...
Hi,
currently I'm trying to use Spring's AOP for logging. I've written some simple test beans and a LoggingInterceptor. I configured everything in in my beans-config.xml. Then I've created the...