Hi List,
thanks to the help i received so far here, i managed to load objects
through JPA using DAOs.
The DAOs get injected just fine using the wicket-spring extension (i
used the blog example [1]
as a starting point). So this is all fine, but now i tried using the
same technique to load and
verify a user for login purposes, but the userDao does not get injected.
My Session extends AuthenticatedWebSession and is created fine, but no
DAO is injected.
@SpringBean(name = "userDao")
private UserDao dao;
the "userDao" is defined in the application.xml just like all the others...
Do i have to take any additional steps to get Spring to inject the DAO
into the session?
[1] http://cwiki.apache.org/WICKET/blog-tutorial.html
Thanks in advance for your time.
Bert
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]