Thanks!
Artur
Type: Posts; User: a_wronski; Keyword(s):
Thanks!
Artur
Hi!
I want to save last login date (and some other data) in onApplicationEvent.
my code looks like this:
public void onApplicationEvent(ApplicationEvent event) {
if (event...
hello,
I've encountered a really strange problem in my webapp. I'm not sure if
it this is an acegi-related issue but I'd like to be sure about this.
I use acegi security filter to perform...
it's rather simple...:
<bean id="dataSource" class="org.apache.commons.dbcp.BasicDataSource" destroy-method="close">
<property...
Hi!
I've web application (spring 1.1.4, hiberante 2.1.8, tomcat 5.5.8 ) which had been working correctly for about the month. For last few days I get exception:
...
Thanks for help. I create new SecureContext if is it null and it works great. E.g.:
try {
UsernamePasswordAuthenticationToken upat = new...
I can't log user manually (after successful registration) becouse ContextHolder.getContext(); return null.
This is fragment of my spring Controller:
try {
...