Re: Wicket spring security sample app

2012-01-23 Thread Brian Lavender
The following worked. $ mvn install How do I run the Start class? I tried the following, but I get a class not found error. Usually, I have run classes inside the src/java area, but not in src/test . $ cd example $ mvn exec:java -Dexec.mainClass=org.wicketopia.example.web.util.Start brian

Re: Wicket spring security sample app

2012-01-23 Thread Brian Lavender
Quick Start for getting Wicktopia running or at least see it running. I wasn't sure how to run Wicketopia. Certainly James can post these details, but I thought I would since he hasn't yet. Or, maybe it is posted somewhere else. $ git clone https://github.com/jwcarman/Wicketopia.git

Re: Wicket spring security sample app

2012-01-20 Thread James Carman
Run mvn install from the top-level directory. Then, in the example webapp project, there is a class called Start: https://github.com/jwcarman/Wicketopia/blob/master/example/src/test/java/org/wicketopia/example/web/util/Start.java Run that. Good luck! On Thu, Jan 19, 2012 at 5:35 PM, Brian

Re: Wicket spring security sample app

2012-01-19 Thread Brian Lavender
James, I cloned the repository. $ git clone https://github.com/jwcarman/Wicketopia.git $ cd Wicketopia $ mvn eclipse:eclipse a few errors including the below error. [ERROR] Failed to execute goal on project wicketopia-persistence: Could not resolve dependencies for project

Re: Wicket spring security sample app

2012-01-18 Thread James Carman
Either way, you can open it in your IDE and run the jetty test server that's included. That's how I run it usually so that I can easily debug and play around. On Wed, Jan 18, 2012 at 6:57 AM, James Carman ja...@carmanconsulting.com wrote: I don't know if the plugin is turned on for the example

Re: Wicket spring security sample app

2012-01-17 Thread Brian Lavender
On Sun, Jan 15, 2012 at 12:36:48PM +0200, Martin Grigorov wrote: See https://github.com/jwcarman/Wicketopia Maybe I missed something, but I wasn't able to do a mvn jetty:run or did the war package run after generating a war file. brian -- Brian Lavender http://www.brie.com/brian/ There

Re: Wicket spring security sample app

2012-01-15 Thread Martin Grigorov
See https://github.com/jwcarman/Wicketopia On Sun, Jan 15, 2012 at 7:57 AM, Brian Lavender br...@brie.com wrote: Does someone have a sample of the current spring security with Wicket auth-roles? One that I can do the following. mvn jetty:run and see it run? brian -- Brian Lavender

Re: Wicket spring security sample app

2012-01-15 Thread malebu
- To unsubscribe, e-mail: users-unsubscribe@.apache For additional commands, e-mail: users-help@.apache -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-spring-security-sample-app-tp4296338p4298233.html Sent from the Users forum mailing list archive

Wicket spring security sample app

2012-01-14 Thread Brian Lavender
Does someone have a sample of the current spring security with Wicket auth-roles? One that I can do the following. mvn jetty:run and see it run? brian -- Brian Lavender http://www.brie.com/brian/ There are two ways of constructing a software design. One way is to make it so simple that