Ok, I managed to run jetty:run but now it gives me the following error. I have tried to include this dependencty without any luck. I am running Apache Directory Server Service 1.5.0. Any clues whats...
Type: Posts; User: sazzadul; Keyword(s):
Ok, I managed to run jetty:run but now it gives me the following error. I have tried to include this dependencty without any luck. I am running Apache Directory Server Service 1.5.0. Any clues whats...
Hi,
I get the following error when I run "mvn jetty:run" from the folder \spring-ldap-1.3.0.RC1\sample
...
I would like to use my acegi webapplication as authentication and authorization module for several webapps also a common webapp for security but the problem is with request uri. My acegi webapp has...
I didn't actually upgrade, it was my first attempt getting acegi to work since we are considering using it in our business application. I found most of the documentations on the net and I got help...
Now I have found out what the problem was, I left out following lines from the constructor
declareParameter(new SqlParameter(Types.VARCHAR));
compile();
Thank you very very much for your help,...
Now I am one step ahead, everything is working fine now except one thing that is when I log in with correct username and password I get the following error message:
Reason: SQL 'SELECT...
my config looks like this. Please suggest me what I am doing wrong
<bean id="jdbcDaoImpl" class="org.acegisecurity.userdetails.jdbc.JdbcDaoImpl">
<property name="dataSource"><ref...
Hi,
Could you please provide me with the source code and config files because I have given up to get it to work. I tried with the latest version( 1.0.3 ) but if your config is for 0.8.2 then I will...