You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by lsm_7 <lu...@gmail.com> on 2012/11/13 09:47:20 UTC

Wicket-auth-roles and wicket 6

Hi all,

I am migrating a project from Wicket 1.4.7 to Wicket 6.2.0. Well, I have a
problem when executing the application. Tomcat says that
AuthenticatedWebApplication cannot be found. However, it is included in
pom.xml and I can see it in Maven dependencies included in the project...

Any idea??

Thanks in advance!! 



--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-auth-roles-and-wicket-6-tp4653804.html
Sent from the Users forum mailing list archive at Nabble.com.

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


Re: Wicket-auth-roles and wicket 6

Posted by Martin Grigorov <mg...@apache.org>.
Hi,

Check the contents of your.war#WEB-INF/lib folder. Look for
wicket-auth-roles-6.2.0.jar


On Tue, Nov 13, 2012 at 10:47 AM, lsm_7 <lu...@gmail.com> wrote:

> Hi all,
>
> I am migrating a project from Wicket 1.4.7 to Wicket 6.2.0. Well, I have a
> problem when executing the application. Tomcat says that
> AuthenticatedWebApplication cannot be found. However, it is included in
> pom.xml and I can see it in Maven dependencies included in the project...
>
> Any idea??
>
> Thanks in advance!!
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Wicket-auth-roles-and-wicket-6-tp4653804.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>


-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com <http://jweekend.com/>

Re: Wicket-auth-roles and wicket 6

Posted by lsm_7 <lu...@gmail.com>.
Sure!

The problem was that some dependencies were not included in "Deployment
Assembly" configuration of Eclipse project. Maven dependencies must point to
/WEB-INF/lib/

That was all. It seems a dummy thing but I spent some hours with that...



--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-auth-roles-and-wicket-6-tp4653804p4653810.html
Sent from the Users forum mailing list archive at Nabble.com.

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


Re: Wicket-auth-roles and wicket 6

Posted by Martin Grigorov <mg...@apache.org>.
Share the problem and the solution so next time when someone has the same
or similar problem (s)he can see your solution.


On Tue, Nov 13, 2012 at 1:12 PM, lsm_7 <lu...@gmail.com> wrote:

> Well, I finally got the solution. There was a problem in Tomcat
> configuration.
>
> Thanks anyway! ;)
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Wicket-auth-roles-and-wicket-6-tp4653804p4653807.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>


-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com <http://jweekend.com/>

Re: Wicket-auth-roles and wicket 6

Posted by lsm_7 <lu...@gmail.com>.
Well, I finally got the solution. There was a problem in Tomcat
configuration.

Thanks anyway! ;)



--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-auth-roles-and-wicket-6-tp4653804p4653807.html
Sent from the Users forum mailing list archive at Nabble.com.

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


Re: Wicket-auth-roles and wicket 6

Posted by Martin Grigorov <mg...@apache.org>.
Please paste the exception.


On Tue, Nov 13, 2012 at 11:30 AM, lsm_7 <lu...@gmail.com> wrote:

> Yes, I have the jar in classpath: wicket-auth-roles-6.2.0.jar.
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Wicket-auth-roles-and-wicket-6-tp4653804p4653806.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>


-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com <http://jweekend.com/>

Re: Wicket-auth-roles and wicket 6

Posted by lsm_7 <lu...@gmail.com>.
Yes, I have the jar in classpath: wicket-auth-roles-6.2.0.jar.



--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-auth-roles-and-wicket-6-tp4653804p4653806.html
Sent from the Users forum mailing list archive at Nabble.com.

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


Re: Wicket-auth-roles and wicket 6

Posted by Martijn Dashorst <ma...@gmail.com>.
Did you upgrade the wicket-auth-roles project to 6.2.0 as well, and
don't have an old 1.x jar on the classpath?

On Tue, Nov 13, 2012 at 9:47 AM, lsm_7 <lu...@gmail.com> wrote:
> Hi all,
>
> I am migrating a project from Wicket 1.4.7 to Wicket 6.2.0. Well, I have a
> problem when executing the application. Tomcat says that
> AuthenticatedWebApplication cannot be found. However, it is included in
> pom.xml and I can see it in Maven dependencies included in the project...
>
> Any idea??
>
> Thanks in advance!!
>
>
>
> --
> View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-auth-roles-and-wicket-6-tp4653804.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>



-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com

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