Re: Wicket and Spring Security question

2010-09-22 Thread Arjun Dhar

I have not gone too deep but @ a superficial level, following observations:
1. I dont see a ClassNotFound Exception. The Exception is NOT saying it
Cannot find it in your Classpath!

"spring-security-web classes are not available" dot not mean ClassNotFound.
Unfortunately I dont know what it exactly means, but it is not what you are
assuming, so I'd look beyond CLASSPATH for starters.

2. It clearly says "Configuration problem: ";... Spring Security use Filter
Chain Maps. It is suggesting the issue is in the configuration in the chain
map. 

I think you are biasing your issue on ClassNotFound when that is not even
the issue. I'd start looking at the XML that defines your Spring Security
Context for starters.


-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-and-Spring-Security-question-tp2549867p2549883.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Wicket and Spring Security question

2010-09-22 Thread nimmy

Hi All,

I'm playing with a very basic 'hello world' type project to test Wicket and
Spring Security
(https://cwiki.apache.org/WICKET/spring-security-and-wicket-auth-roles.html).
I'm new to both Wicket and Spring Security.

I keep having the below error:
org.springframework.beans.factory.parsing.BeanDefinitionParsingException:
Configuration problem: spring-security-web classes are not available. You
need these to use 
Offending resource: class path resource [applicationContext-security.xml]

The Spring-security-web jar is definitely in the classpath. Anyone
experience this problem before.

I realise that this is more of a Spring question but have had not had much
help on the Spring forums. Appreciate your help.

Cheers,
Nim 
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-and-Spring-Security-question-tp2549867p2549867.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org