Did you check that your are using the same version for both jar? pom.xml : <properties> *<wicket.version>6.11.0</wicket.version>* </properties> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>*wicket-core*</artifactId> <version>*${wicket.version}*</version> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>*wicket-auth-roles*</artifactId> <version>*${wicket.version}*</version> </dependency>
regards, Gabriel. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Error-in-authentication-tp4661680p4661683.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