Re: Quick Start Wicket version

2017-03-30 Thread Maxim Solodovnik
Thanks a lot for the quick fix Andrea :)


On Fri, Mar 31, 2017 at 3:13 AM, Andrea Del Bene 
wrote:

> Hi,
>
> Maven resource filtering  caused the corruption of the keystore file. Now
> it should be fixed and snapshot quickstarts should run correctly.
>
> Andrea.
>
>
> On 30/03/2017 15:18, Maxim Solodovnik wrote:
>
>> sure:
>>
>> Steps:
>> 1) go to create quickstart page [1]
>> 2) choose 8.0.0-SNAPSHOT
>> 3) copy/create project [2]
>> 4) cd myproject
>> 5) mvn jetty:run
>> Result: Stack trace [3]
>>
>> Workaround: remove all https/ssl related jetty components
>>
>> *[1]* http://wicket.apache.org/start/quickstart.html
>> *[2]* mvn archetype:generate -DarchetypeGroupId=org.apache.wicket
>> -DarchetypeArtifactId=wicket-archetype-quickstart
>> -DarchetypeVersion=8.0.0-SNAPSHOT -DgroupId=com.mycompany
>> -DartifactId=myproject -DarchetypeRepository=
>> https://repository.apache.org/content/repositories/snapshots/
>> -DinteractiveMode=false
>> *[3] *
>> [ERROR] Failed to execute goal
>> org.eclipse.jetty:jetty-maven-plugin:9.4.3.v20170317:run (default-cli) on
>> project myproject: Failure: Invalid keystore format -> [Help 1]
>> [ERROR]
>> [ERROR] To see the full stack trace of the errors, re-run Maven with the
>> -e
>> switch.
>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>> [ERROR]
>> [ERROR] For more information about the errors and possible solutions,
>> please read the following articles:
>> [ERROR] [Help 1]
>> http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
>> Exception in thread "Thread-1" java.lang.NoClassDefFoundError:
>> org/eclipse/jetty/io/ManagedSelector$CloseEndPoints
>> at org.eclipse.jetty.io.ManagedSelector.doStop(ManagedSelector.java:135)
>> at
>> org.eclipse.jetty.util.component.AbstractLifeCycle.stop(
>> AbstractLifeCycle.java:89)
>> at
>> org.eclipse.jetty.util.component.ContainerLifeCycle.stop(
>> ContainerLifeCycle.java:142)
>> at
>> org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(
>> ContainerLifeCycle.java:160)
>> at org.eclipse.jetty.io.SelectorManager.doStop(SelectorManager.java:257)
>> at
>> org.eclipse.jetty.util.component.AbstractLifeCycle.stop(
>> AbstractLifeCycle.java:89)
>> at
>> org.eclipse.jetty.util.component.ContainerLifeCycle.stop(
>> ContainerLifeCycle.java:142)
>> at
>> org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(
>> ContainerLifeCycle.java:160)
>> at
>> org.eclipse.jetty.client.AbstractHttpClientTransport.doStop(
>> AbstractHttpClientTransport.java:87)
>> at
>> org.eclipse.jetty.util.component.AbstractLifeCycle.stop(
>> AbstractLifeCycle.java:89)
>> at
>> org.eclipse.jetty.util.component.ContainerLifeCycle.stop(
>> ContainerLifeCycle.java:142)
>> at
>> org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(
>> ContainerLifeCycle.java:160)
>> at org.eclipse.jetty.client.HttpClient.doStop(HttpClient.java:254)
>> at
>> org.eclipse.jetty.util.component.AbstractLifeCycle.stop(
>> AbstractLifeCycle.java:89)
>> at
>> org.eclipse.jetty.util.component.ContainerLifeCycle.stop(
>> ContainerLifeCycle.java:142)
>> at
>> org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(
>> ContainerLifeCycle.java:160)
>> at
>> org.eclipse.jetty.websocket.client.WebSocketClient.doStop(We
>> bSocketClient.java:376)
>> at
>> org.eclipse.jetty.util.component.AbstractLifeCycle.stop(
>> AbstractLifeCycle.java:89)
>> at
>> org.eclipse.jetty.util.component.ContainerLifeCycle.stop(
>> ContainerLifeCycle.java:142)
>> at
>> org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(
>> ContainerLifeCycle.java:160)
>> at
>> org.eclipse.jetty.websocket.jsr356.ClientContainer.doStop(Cl
>> ientContainer.java:214)
>> at
>> org.eclipse.jetty.util.component.AbstractLifeCycle.stop(
>> AbstractLifeCycle.java:89)
>> at org.eclipse.jetty.util.thread.ShutdownThread.run(ShutdownThr
>> ead.java:138)
>> Caused by: java.lang.ClassNotFoundException:
>> org.eclipse.jetty.io.ManagedSelector$CloseEndPoints
>> at
>> org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.
>> loadClass(SelfFirstStrategy.java:50)
>> at
>> org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchroni
>> zedLoadClass(ClassRealm.java:271)
>> at
>> org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(
>> ClassRealm.java:247)
>> at
>> org.codehaus.plexus.classworlds.

Re: Quick Start Wicket version

2017-03-30 Thread Andrea Del Bene

Hi,

Maven resource filtering  caused the corruption of the keystore file. 
Now it should be fixed and snapshot quickstarts should run correctly.


Andrea.


On 30/03/2017 15:18, Maxim Solodovnik wrote:

sure:

Steps:
1) go to create quickstart page [1]
2) choose 8.0.0-SNAPSHOT
3) copy/create project [2]
4) cd myproject
5) mvn jetty:run
Result: Stack trace [3]

Workaround: remove all https/ssl related jetty components

*[1]* http://wicket.apache.org/start/quickstart.html
*[2]* mvn archetype:generate -DarchetypeGroupId=org.apache.wicket
-DarchetypeArtifactId=wicket-archetype-quickstart
-DarchetypeVersion=8.0.0-SNAPSHOT -DgroupId=com.mycompany
-DartifactId=myproject -DarchetypeRepository=
https://repository.apache.org/content/repositories/snapshots/
-DinteractiveMode=false
*[3] *
[ERROR] Failed to execute goal
org.eclipse.jetty:jetty-maven-plugin:9.4.3.v20170317:run (default-cli) on
project myproject: Failure: Invalid keystore format -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Exception in thread "Thread-1" java.lang.NoClassDefFoundError:
org/eclipse/jetty/io/ManagedSelector$CloseEndPoints
at org.eclipse.jetty.io.ManagedSelector.doStop(ManagedSelector.java:135)
at
org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:89)
at
org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:142)
at
org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:160)
at org.eclipse.jetty.io.SelectorManager.doStop(SelectorManager.java:257)
at
org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:89)
at
org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:142)
at
org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:160)
at
org.eclipse.jetty.client.AbstractHttpClientTransport.doStop(AbstractHttpClientTransport.java:87)
at
org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:89)
at
org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:142)
at
org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:160)
at org.eclipse.jetty.client.HttpClient.doStop(HttpClient.java:254)
at
org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:89)
at
org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:142)
at
org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:160)
at
org.eclipse.jetty.websocket.client.WebSocketClient.doStop(WebSocketClient.java:376)
at
org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:89)
at
org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:142)
at
org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:160)
at
org.eclipse.jetty.websocket.jsr356.ClientContainer.doStop(ClientContainer.java:214)
at
org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:89)
at org.eclipse.jetty.util.thread.ShutdownThread.run(ShutdownThread.java:138)
Caused by: java.lang.ClassNotFoundException:
org.eclipse.jetty.io.ManagedSelector$CloseEndPoints
at
org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)
at
org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
at
org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
at
org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
... 23 more



On Thu, Mar 30, 2017 at 8:01 PM, Andrea Del Bene 
wrote:


Hi Maxim,

can you provide more details about the problem with jetty:run?

thank you.

On Thu, Mar 30, 2017 at 2:38 PM, Maxim Solodovnik 
wrote:


Another report:

Latest wicket version still M4
Project created using latest 8.0.0-SNAPSHOT is not runnable using

jetty:run

On Thu, Mar 30, 2017 at 7:31 PM, Andrea Del Bene 
wrote:

It sounds like a subliminal message :-)

On Thu, Mar 30, 2017 at 11:13 AM, Martin Grigorov <

mgrigo...@apache.org>

wrote:


Hi,

Thanks for the report!
I've fixed this few months ago:
https://github.com/apache/wicket/commit/

86f7cb04020c5298e3408aea56c94e

744afed155
Maybe it is time for 7.7.0. 7.6.0 has been released 3 months ago!

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Thu, Mar 30, 2017 at 10:49 AM, Peter Henderson <
peter.hender...@starjar.com> wrote:


Hi all.

I've just created a quick start from [1] using [2]

The resulting project (pom.xml) is using
7.5.0-SNAPSHOT

Probably something trivial to fix in the pro

Re: Quick Start Wicket version

2017-03-30 Thread Maxim Solodovnik
sure:

Steps:
1) go to create quickstart page [1]
2) choose 8.0.0-SNAPSHOT
3) copy/create project [2]
4) cd myproject
5) mvn jetty:run
Result: Stack trace [3]

Workaround: remove all https/ssl related jetty components

*[1]* http://wicket.apache.org/start/quickstart.html
*[2]* mvn archetype:generate -DarchetypeGroupId=org.apache.wicket
-DarchetypeArtifactId=wicket-archetype-quickstart
-DarchetypeVersion=8.0.0-SNAPSHOT -DgroupId=com.mycompany
-DartifactId=myproject -DarchetypeRepository=
https://repository.apache.org/content/repositories/snapshots/
-DinteractiveMode=false
*[3] *
[ERROR] Failed to execute goal
org.eclipse.jetty:jetty-maven-plugin:9.4.3.v20170317:run (default-cli) on
project myproject: Failure: Invalid keystore format -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Exception in thread "Thread-1" java.lang.NoClassDefFoundError:
org/eclipse/jetty/io/ManagedSelector$CloseEndPoints
at org.eclipse.jetty.io.ManagedSelector.doStop(ManagedSelector.java:135)
at
org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:89)
at
org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:142)
at
org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:160)
at org.eclipse.jetty.io.SelectorManager.doStop(SelectorManager.java:257)
at
org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:89)
at
org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:142)
at
org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:160)
at
org.eclipse.jetty.client.AbstractHttpClientTransport.doStop(AbstractHttpClientTransport.java:87)
at
org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:89)
at
org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:142)
at
org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:160)
at org.eclipse.jetty.client.HttpClient.doStop(HttpClient.java:254)
at
org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:89)
at
org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:142)
at
org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:160)
at
org.eclipse.jetty.websocket.client.WebSocketClient.doStop(WebSocketClient.java:376)
at
org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:89)
at
org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:142)
at
org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:160)
at
org.eclipse.jetty.websocket.jsr356.ClientContainer.doStop(ClientContainer.java:214)
at
org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:89)
at org.eclipse.jetty.util.thread.ShutdownThread.run(ShutdownThread.java:138)
Caused by: java.lang.ClassNotFoundException:
org.eclipse.jetty.io.ManagedSelector$CloseEndPoints
at
org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)
at
org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
at
org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
at
org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
... 23 more



On Thu, Mar 30, 2017 at 8:01 PM, Andrea Del Bene 
wrote:

> Hi Maxim,
>
> can you provide more details about the problem with jetty:run?
>
> thank you.
>
> On Thu, Mar 30, 2017 at 2:38 PM, Maxim Solodovnik 
> wrote:
>
> > Another report:
> >
> > Latest wicket version still M4
> > Project created using latest 8.0.0-SNAPSHOT is not runnable using
> jetty:run
> >
> > On Thu, Mar 30, 2017 at 7:31 PM, Andrea Del Bene 
> > wrote:
> > > It sounds like a subliminal message :-)
> > >
> > > On Thu, Mar 30, 2017 at 11:13 AM, Martin Grigorov <
> mgrigo...@apache.org>
> > > wrote:
> > >
> > >> Hi,
> > >>
> > >> Thanks for the report!
> > >> I've fixed this few months ago:
> > >> https://github.com/apache/wicket/commit/
> 86f7cb04020c5298e3408aea56c94e
> > >> 744afed155
> > >> Maybe it is time for 7.7.0. 7.6.0 has been released 3 months ago!
> > >>
> > >> Martin Grigorov
> > >> Wicket Training and Consulting
> > >> https://twitter.com/mtgrigorov
> > >>
> > >> On Thu, Mar 30, 2017 at 10:49 AM, Peter Hen

Re: Quick Start Wicket version

2017-03-30 Thread Andrea Del Bene
Hi Maxim,

can you provide more details about the problem with jetty:run?

thank you.

On Thu, Mar 30, 2017 at 2:38 PM, Maxim Solodovnik 
wrote:

> Another report:
>
> Latest wicket version still M4
> Project created using latest 8.0.0-SNAPSHOT is not runnable using jetty:run
>
> On Thu, Mar 30, 2017 at 7:31 PM, Andrea Del Bene 
> wrote:
> > It sounds like a subliminal message :-)
> >
> > On Thu, Mar 30, 2017 at 11:13 AM, Martin Grigorov 
> > wrote:
> >
> >> Hi,
> >>
> >> Thanks for the report!
> >> I've fixed this few months ago:
> >> https://github.com/apache/wicket/commit/86f7cb04020c5298e3408aea56c94e
> >> 744afed155
> >> Maybe it is time for 7.7.0. 7.6.0 has been released 3 months ago!
> >>
> >> Martin Grigorov
> >> Wicket Training and Consulting
> >> https://twitter.com/mtgrigorov
> >>
> >> On Thu, Mar 30, 2017 at 10:49 AM, Peter Henderson <
> >> peter.hender...@starjar.com> wrote:
> >>
> >> > Hi all.
> >> >
> >> > I've just created a quick start from [1] using [2]
> >> >
> >> > The resulting project (pom.xml) is using
> >> > 7.5.0-SNAPSHOT
> >> >
> >> > Probably something trivial to fix in the project template?
> >> >
> >> > Peter.
> >> >
> >> >
> >> >
> >> >
> >> > [1]
> >> > http://wicket.apache.org/start/quickstart.html
> >> >
> >> > [2]
> >> > mvn archetype:generate -DarchetypeGroupId=org.apache.wicket
> >> > -DarchetypeArtifactId=wicket-archetype-quickstart
> >> -DarchetypeVersion=7.6.0
> >> > -DgroupId=com.mycompany -DartifactId=redirect -DarchetypeRepository=
> >> > https://repository.apache.org/ -DinteractiveMode=false
> >> >
> >> >
> >> >
> >> >
> >> > --
> >> > Peter Henderson
> >> >
> >>
>
>
>
> --
> WBR
> Maxim aka solomax
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Re: Quick Start Wicket version

2017-03-30 Thread Maxim Solodovnik
Another report:

Latest wicket version still M4
Project created using latest 8.0.0-SNAPSHOT is not runnable using jetty:run

On Thu, Mar 30, 2017 at 7:31 PM, Andrea Del Bene  wrote:
> It sounds like a subliminal message :-)
>
> On Thu, Mar 30, 2017 at 11:13 AM, Martin Grigorov 
> wrote:
>
>> Hi,
>>
>> Thanks for the report!
>> I've fixed this few months ago:
>> https://github.com/apache/wicket/commit/86f7cb04020c5298e3408aea56c94e
>> 744afed155
>> Maybe it is time for 7.7.0. 7.6.0 has been released 3 months ago!
>>
>> Martin Grigorov
>> Wicket Training and Consulting
>> https://twitter.com/mtgrigorov
>>
>> On Thu, Mar 30, 2017 at 10:49 AM, Peter Henderson <
>> peter.hender...@starjar.com> wrote:
>>
>> > Hi all.
>> >
>> > I've just created a quick start from [1] using [2]
>> >
>> > The resulting project (pom.xml) is using
>> > 7.5.0-SNAPSHOT
>> >
>> > Probably something trivial to fix in the project template?
>> >
>> > Peter.
>> >
>> >
>> >
>> >
>> > [1]
>> > http://wicket.apache.org/start/quickstart.html
>> >
>> > [2]
>> > mvn archetype:generate -DarchetypeGroupId=org.apache.wicket
>> > -DarchetypeArtifactId=wicket-archetype-quickstart
>> -DarchetypeVersion=7.6.0
>> > -DgroupId=com.mycompany -DartifactId=redirect -DarchetypeRepository=
>> > https://repository.apache.org/ -DinteractiveMode=false
>> >
>> >
>> >
>> >
>> > --
>> > Peter Henderson
>> >
>>



-- 
WBR
Maxim aka solomax

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



Re: Quick Start Wicket version

2017-03-30 Thread Andrea Del Bene
It sounds like a subliminal message :-)

On Thu, Mar 30, 2017 at 11:13 AM, Martin Grigorov 
wrote:

> Hi,
>
> Thanks for the report!
> I've fixed this few months ago:
> https://github.com/apache/wicket/commit/86f7cb04020c5298e3408aea56c94e
> 744afed155
> Maybe it is time for 7.7.0. 7.6.0 has been released 3 months ago!
>
> Martin Grigorov
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
>
> On Thu, Mar 30, 2017 at 10:49 AM, Peter Henderson <
> peter.hender...@starjar.com> wrote:
>
> > Hi all.
> >
> > I've just created a quick start from [1] using [2]
> >
> > The resulting project (pom.xml) is using
> > 7.5.0-SNAPSHOT
> >
> > Probably something trivial to fix in the project template?
> >
> > Peter.
> >
> >
> >
> >
> > [1]
> > http://wicket.apache.org/start/quickstart.html
> >
> > [2]
> > mvn archetype:generate -DarchetypeGroupId=org.apache.wicket
> > -DarchetypeArtifactId=wicket-archetype-quickstart
> -DarchetypeVersion=7.6.0
> > -DgroupId=com.mycompany -DartifactId=redirect -DarchetypeRepository=
> > https://repository.apache.org/ -DinteractiveMode=false
> >
> >
> >
> >
> > --
> > Peter Henderson
> >
>


Re: Quick Start Wicket version

2017-03-30 Thread Martin Grigorov
Hi,

Thanks for the report!
I've fixed this few months ago:
https://github.com/apache/wicket/commit/86f7cb04020c5298e3408aea56c94e744afed155
Maybe it is time for 7.7.0. 7.6.0 has been released 3 months ago!

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Thu, Mar 30, 2017 at 10:49 AM, Peter Henderson <
peter.hender...@starjar.com> wrote:

> Hi all.
>
> I've just created a quick start from [1] using [2]
>
> The resulting project (pom.xml) is using
> 7.5.0-SNAPSHOT
>
> Probably something trivial to fix in the project template?
>
> Peter.
>
>
>
>
> [1]
> http://wicket.apache.org/start/quickstart.html
>
> [2]
> mvn archetype:generate -DarchetypeGroupId=org.apache.wicket
> -DarchetypeArtifactId=wicket-archetype-quickstart -DarchetypeVersion=7.6.0
> -DgroupId=com.mycompany -DartifactId=redirect -DarchetypeRepository=
> https://repository.apache.org/ -DinteractiveMode=false
>
>
>
>
> --
> Peter Henderson
>


Quick Start Wicket version

2017-03-30 Thread Peter Henderson
Hi all.

I've just created a quick start from [1] using [2]

The resulting project (pom.xml) is using
7.5.0-SNAPSHOT

Probably something trivial to fix in the project template?

Peter.




[1]
http://wicket.apache.org/start/quickstart.html

[2]
mvn archetype:generate -DarchetypeGroupId=org.apache.wicket
-DarchetypeArtifactId=wicket-archetype-quickstart -DarchetypeVersion=7.6.0
-DgroupId=com.mycompany -DartifactId=redirect -DarchetypeRepository=
https://repository.apache.org/ -DinteractiveMode=false




-- 
Peter Henderson


Re: wicket 1.4.12 https issue - Is it a wicket version compatibility issue with the other software's?

2016-06-15 Thread durairaj t
Thank you Martin!
let me try with 6.x or 7.x.

On Wed, Jun 15, 2016 at 3:28 AM, Martin Grigorov 
wrote:

> Hi,
>
> Wicket 1.4.x and 1.5.x use vanilla JavaScript for the Ajax stuff.
> Since Wicket 6.x we use jQuery for better browser compatibility.
> Try with Wicket 6.23.0/7.3.0 if you can!
>
> Martin Grigorov
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
>
> On Wed, Jun 15, 2016 at 12:36 AM, durairaj t 
> wrote:
>
> > I'm migrating wicket1.4.12 to 1.5.x, but wicket 1.4.12 is still running
> in
> > the production.
> >
> > Users facing IE 11 browser crash when they are working in this
> application.
> >
> > It is happening in https but not in http.
> >
> >  Is it a wicket version compatibility issue with the other new versions
> of
> > the software's (like Ajax,JDK,IE11, JRE,...etc)?
> >
> >
> > Any help?
> >
>


Re: wicket 1.4.12 https issue - Is it a wicket version compatibility issue with the other software's?

2016-06-15 Thread Martin Grigorov
Hi,

Wicket 1.4.x and 1.5.x use vanilla JavaScript for the Ajax stuff.
Since Wicket 6.x we use jQuery for better browser compatibility.
Try with Wicket 6.23.0/7.3.0 if you can!

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Wed, Jun 15, 2016 at 12:36 AM, durairaj t  wrote:

> I'm migrating wicket1.4.12 to 1.5.x, but wicket 1.4.12 is still running in
> the production.
>
> Users facing IE 11 browser crash when they are working in this application.
>
> It is happening in https but not in http.
>
>  Is it a wicket version compatibility issue with the other new versions of
> the software's (like Ajax,JDK,IE11, JRE,...etc)?
>
>
> Any help?
>


wicket 1.4.12 https issue - Is it a wicket version compatibility issue with the other software's?

2016-06-14 Thread durairaj t
I'm migrating wicket1.4.12 to 1.5.x, but wicket 1.4.12 is still running in
the production.

Users facing IE 11 browser crash when they are working in this application.

It is happening in https but not in http.

 Is it a wicket version compatibility issue with the other new versions of
the software's (like Ajax,JDK,IE11, JRE,...etc)?


Any help?


Re: Wicket Version Support

2015-06-22 Thread Mihir Chhaya
Thanks, Martin for your guidance.

On Mon, Jun 22, 2015 at 10:13 AM, Martijn Dashorst <
martijn.dasho...@gmail.com> wrote:

> On Mon, Jun 22, 2015 at 3:59 PM, Mihir Chhaya 
> wrote:
> > Hello,
> >
> > This is regarding technical support for various Wicket Versions.
> > I am aware of community and commercial support information available on
> > Wicket website at
> > https://wicket.apache.org/help/
> >
> > But, I am looking for additional information on following:
> > 1) Is there any strategy/rules for technical support available only from
> > certain version and beyond? One might get support from community for any
> > historical version, but Apache Wicket might no longer be releasing patch
> > for those.
>
> There is no official support from us, since we are all volunteers :-).
> Your manager
> might become happy from a document on the wicket site claiming anything
> about
> our releases, but what actually matters is:
>
> - is anyone willing to fix an issue in any version at all
> - is it possible to craft a release for that version (for example 1.3
> can't be built
> anymore within the team because of missing Java 1.4 JDKs for their
> platforms)
>
> > 2) One of the developers from another team at my work location mentioned
> > that only last two or three versions are supported at any given time.
> Could
> > anybody please shed light on this?
>
>  The current major release and the major release prior to that are actively
> supported. So currently that is 6.x and 1.5.x. Older releases might get
> security
> fixes.
>
> Which is not too bad, considering 1.5.x was crafted a long time ago, and
> most
> projects have migrated to 6.x.
>
> > 3) Is there any link/documentation available which could be referred for
> > managers to look at the Wicket website itself for the list of officially
> > supported versions? This might sound weird to ask though, but it is just
> > one of those 'Is it officially mentioned anywhere?' kind of question.
>
> This page provides some insight into which releases are supported.
>
> https://wicket.apache.org/start/download.html
>
> Martijn
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Re: Wicket Version Support

2015-06-22 Thread Martijn Dashorst
On Mon, Jun 22, 2015 at 3:59 PM, Mihir Chhaya  wrote:
> Hello,
>
> This is regarding technical support for various Wicket Versions.
> I am aware of community and commercial support information available on
> Wicket website at
> https://wicket.apache.org/help/
>
> But, I am looking for additional information on following:
> 1) Is there any strategy/rules for technical support available only from
> certain version and beyond? One might get support from community for any
> historical version, but Apache Wicket might no longer be releasing patch
> for those.

There is no official support from us, since we are all volunteers :-).
Your manager
might become happy from a document on the wicket site claiming anything about
our releases, but what actually matters is:

- is anyone willing to fix an issue in any version at all
- is it possible to craft a release for that version (for example 1.3
can't be built
anymore within the team because of missing Java 1.4 JDKs for their platforms)

> 2) One of the developers from another team at my work location mentioned
> that only last two or three versions are supported at any given time. Could
> anybody please shed light on this?

 The current major release and the major release prior to that are actively
supported. So currently that is 6.x and 1.5.x. Older releases might get security
fixes.

Which is not too bad, considering 1.5.x was crafted a long time ago, and most
projects have migrated to 6.x.

> 3) Is there any link/documentation available which could be referred for
> managers to look at the Wicket website itself for the list of officially
> supported versions? This might sound weird to ask though, but it is just
> one of those 'Is it officially mentioned anywhere?' kind of question.

This page provides some insight into which releases are supported.

https://wicket.apache.org/start/download.html

Martijn

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



Wicket Version Support

2015-06-22 Thread Mihir Chhaya
Hello,

This is regarding technical support for various Wicket Versions.
I am aware of community and commercial support information available on
Wicket website at
https://wicket.apache.org/help/

But, I am looking for additional information on following:
1) Is there any strategy/rules for technical support available only from
certain version and beyond? One might get support from community for any
historical version, but Apache Wicket might no longer be releasing patch
for those.

2) One of the developers from another team at my work location mentioned
that only last two or three versions are supported at any given time. Could
anybody please shed light on this?

3) Is there any link/documentation available which could be referred for
managers to look at the Wicket website itself for the list of officially
supported versions? This might sound weird to ask though, but it is just
one of those 'Is it officially mentioned anywhere?' kind of question.

Thanks,
-Mihir.


Re: Wicket version 6.15 referring to older Jar

2014-07-09 Thread Martin Grigorov
Hi,

Use 'mvn dependency:tree' to see which versions of wicket-core are in the
classpath.
Also check what is the content of target/theNameOfTheWar.war#WEB-INF/lib/
after 'mvn package'. There must be just one wicket-core.jar there
If this is OK then the problem is in Eclipse's configuration. You can use
'mvn eclipse:eclipse' or 'File > Import Maven project' to regenerate
.classpath file.

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov


On Wed, Jul 9, 2014 at 1:48 AM, eaglei22  wrote:

> I have gotten all the latest jars installed for the Wicket 6.15. I can
> verify
> this in the Maven Dependencies directory.
>
> For some reason, I feel it is still pointing to an older version of Wicket.
> I am getting strange errors with the add method from the MarkupContainer.
>
> Using the quick-start example, in the HomePage class I am getting an error
> with:
>
> add(new Label("message", "If you see this message wicket is properly
> configured and running"));
>
> The error is:
> The method add(Component[]) in the type MarkupContainer is not applicable
> for the arguments (Label)
>
> Not sure why it is using Component[] as a argument and not Component...
> childs
>
> as I am used to.
>
>
> I am using Eclipse.
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Wicket-version-6-15-referring-to-older-Jar-tp4666502.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 version 6.15 referring to older Jar

2014-07-08 Thread eaglei22
I have gotten all the latest jars installed for the Wicket 6.15. I can verify
this in the Maven Dependencies directory. 

For some reason, I feel it is still pointing to an older version of Wicket.
I am getting strange errors with the add method from the MarkupContainer. 

Using the quick-start example, in the HomePage class I am getting an error
with:

add(new Label("message", "If you see this message wicket is properly
configured and running"));

The error is:
The method add(Component[]) in the type MarkupContainer is not applicable
for the arguments (Label)

Not sure why it is using Component[] as a argument and not Component...
childs 

as I am used to. 


I am using Eclipse. 

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-version-6-15-referring-to-older-Jar-tp4666502.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



Re: What wicket version more stable than other (from 6.x.x line)

2014-02-20 Thread Martin Grigorov
The idea is x+1 should be better than x.
But sometimes there are regressions.
Use 6.14.0

Martin Grigorov
Wicket Training and Consulting


2014-02-19 23:53 GMT+02:00 Farrukh SATTOROV :

> --
> Regards, Farrukh
>


What wicket version more stable than other (from 6.x.x line)

2014-02-19 Thread Farrukh SATTOROV
-- 
Regards, Farrukh


Re: Possible issue in Localizer - Wicket Version 6.13.0

2014-02-19 Thread Martin Grigorov
Just checked Wicket's source and the only place where Wicket
adds IStringResourceLoaders is in ResourceSettings' constructor.
None of them is null

Martin Grigorov
Wicket Training and Consulting


On Wed, Feb 19, 2014 at 10:44 AM, René Hartwig <
rene.hart...@befine-solutions.com> wrote:

>  Hi,
>
> unfortunately I have not been able to reproduce it again. I am not using
> custom IStringResourceLoaders and the Exception occured within an Acunetix
> security scan. When operating the page manually, this Exception never
> occurs.
>
> Will inform you if there's something new.
>
> Regards,
>
> René Hartwig
>
>
>
>  Mit freundlichen Grüßen / Best regards,
>
> René Hartwig
> Senior Developer
>
> *Befine Solutions AG - The Cryptshare Company*
> Bebelstraße 17
> 79108 Freiburg
> Germany
>
> Tel: +49 (0) 761 38913 0
> Fax: +49 (0) 761 38913 115
>
> E-Mail: *rene.hart...@befine-solutions.com
> *
> Internet: http://www.cryptshare.com
>
> =
>
> Your attachments are too large or too confidential for e-mail?
> Get to know Cryptshare!
>
> http://www.cryptshare.com
>
> =
>
>  
>
> Amtsgericht Freiburg HRB 6144
> Vorstand Mark Forrest, Dominik Lehr
> Aufsichtsratsvorsitzender Thilo Braun
>
>
>
>  Am 18.02.2014 17:19, schrieb Martin Grigorov:
>
> Hi,
>
>  any application can add custom IStringResourceLoaders with
> IResourceSettings#getStringResourceLoaders().add(mine)
>
>  Now the question is: is there a bug in Wicket or in your app ?
> Please investigate :-)
>
>  I think there were no changes in Wicket related to this functionality
> for a fairly long time.
>
>
>   Martin Grigorov
> Wicket Training and Consulting
>
>
> On Tue, Feb 18, 2014 at 6:11 PM, René Hartwig <
> rene.hart...@befine-solutions.com> wrote:
>
>>  Hi,
>>
>> just stumbled across this problem after I updated to the latest Wicket
>> Release:
>>
>>
>> Is anything known about this? I did not make any further investigations,
>> so if you need more details just tell me.
>>
>>
>> Thanks and regards,
>> René Hartwig
>>
>>
>> --
>>
>> Mit freundlichen Grüßen / Best regards,
>>
>> René Hartwig
>> Senior Developer
>>
>> *Befine Solutions AG - The Cryptshare Company*
>> Bebelstraße 17
>> 79108 Freiburg
>> Germany
>>
>> Tel: +49 (0) 761 38913 <%2B49%20%280%29%20761%2038913> 0
>> Fax: +49 (0) 761 38913 115 <%2B49%20%280%29%20761%2038913%20115>
>>
>> E-Mail: *rene.hart...@befine-solutions.com
>> *
>> Internet: http://www.cryptshare.com
>>
>> =
>>
>> Your attachments are too large or too confidential for e-mail?
>> Get to know Cryptshare!
>>
>> http://www.cryptshare.com
>>
>> =
>>
>>  
>>
>> Amtsgericht Freiburg HRB 6144
>> Vorstand Mark Forrest, Dominik Lehr
>> Aufsichtsratsvorsitzender Thilo Braun
>>
>>
>>
>>
>
>
>


Re: Possible issue in Localizer - Wicket Version 6.13.0

2014-02-19 Thread René Hartwig

  
  
Hi,
  
  unfortunately I have not been able to reproduce it again. I am not
  using custom IStringResourceLoaders and the Exception occured
  within an Acunetix security scan. When operating the page
  manually, this Exception never occurs.
  
  Will inform you if there's something new.
  
  Regards,
  
  René Hartwig
  
  
  

 Mit
  freundlichen Grüßen / Best regards,
René
  Hartwig
  Senior Developer
 Befine
  Solutions AG - The Cryptshare Company
  Bebelstraße 17
79108 Freiburg
Germany
 Tel: +49 (0) 761
38913 0
Fax: +49 (0) 761 38913 115
  
  E-Mail: rene.hart...@befine-solutions.com
  Internet:
  http://www.cryptshare.com
 =
 Your attachments are
too large or too confidential for e-mail?
Get to know Cryptshare!
 http://www.cryptshare.com
 =
 

Amtsgericht
  Freiburg HRB 6144
  Vorstand Mark Forrest, Dominik Lehr
  Aufsichtsratsvorsitzender Thilo Braun
 
   
  
  Am 18.02.2014 17:19, schrieb Martin Grigorov:


  Hi,


any application can add custom IStringResourceLoaders with
  IResourceSettings#getStringResourceLoaders().add(mine)


Now the question is: is there a bug in Wicket or in your
  app ?
Please investigate :-)


I think there were no changes in Wicket related to this
  functionality for a fairly long time.


  
  

  

  Martin Grigorov
  Wicket Training and Consulting




On Tue, Feb 18, 2014 at 6:11 PM, René
  Hartwig 
  wrote:
  
 Hi,
  
  just stumbled across this problem after I updated to the
  latest Wicket Release:
  
  
  Is anything known about this? I did not make any further
  investigations, so if you need more details just tell me.
  
  
  Thanks and regards,
  René Hartwig
  
  
  -- 
 Mit
  freundlichen Grüßen / Best regards,
René

  Hartwig
  Senior Developer
 Befine
  Solutions AG - The Cryptshare Company
  Bebelstraße
17
79108 Freiburg
Germany
 Tel: +49 (0)
  761 38913 0
Fax: +49 (0)
  761 38913 115
  
  E-Mail: rene.hart...@befine-solutions.com
  Internet:
  http://www.cryptshare.com
 =
 Your attachments
are too large or too confidential for e-mail?
Get to know Cryptshare!
 http://www.cryptshare.com
 =
 

Amtsgericht

  Freiburg HRB 6144
  Vorstand Mark Forrest, Dominik Lehr
  Aufsichtsratsvorsitzender Thilo Braun
 
   
  

  


  


  



Re: Possible issue in Localizer - Wicket Version 6.13.0

2014-02-18 Thread Martin Grigorov
Hi,

any application can add custom IStringResourceLoaders with
IResourceSettings#getStringResourceLoaders().add(mine)

Now the question is: is there a bug in Wicket or in your app ?
Please investigate :-)

I think there were no changes in Wicket related to this functionality for a
fairly long time.


Martin Grigorov
Wicket Training and Consulting


On Tue, Feb 18, 2014 at 6:11 PM, René Hartwig <
rene.hart...@befine-solutions.com> wrote:

>  Hi,
>
> just stumbled across this problem after I updated to the latest Wicket
> Release:
>
>
> Is anything known about this? I did not make any further investigations,
> so if you need more details just tell me.
>
>
> Thanks and regards,
> René Hartwig
>
>
> --
>
> Mit freundlichen Grüßen / Best regards,
>
> René Hartwig
> Senior Developer
>
> *Befine Solutions AG - The Cryptshare Company*
> Bebelstraße 17
> 79108 Freiburg
> Germany
>
> Tel: +49 (0) 761 38913 0
> Fax: +49 (0) 761 38913 115
>
> E-Mail: *rene.hart...@befine-solutions.com
> *
> Internet: http://www.cryptshare.com
>
> =
>
> Your attachments are too large or too confidential for e-mail?
> Get to know Cryptshare!
>
> http://www.cryptshare.com
>
> =
>
>  
>
> Amtsgericht Freiburg HRB 6144
> Vorstand Mark Forrest, Dominik Lehr
> Aufsichtsratsvorsitzender Thilo Braun
>
>
>
>


Re: Displaying Wicket version number

2014-01-19 Thread Oliver B. Fischer

Thanks1

Am 17.01.14 11:10, schrieb Martin Funk:

Hint,

create a quickstart
http://wicket.apache.org/start/quickstart.html
and look into the code :-)


otherwise go for:

getApplication().getFrameworkSettings().getVersion()


mf


2014/1/17 Oliver B. Fischer 


I would like to show the wicket version number in the about page of my
application. Is the version numner available as message property or do I
jave to do it by my own?

BYe,

Oliver

--
Oliver Fischer

M +49 178 7903538
E oliver.fisc...@profitbricks.com
W http://www.profitbricks.com
J oliver.fisc...@profitbricks.com


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






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



Re: Displaying Wicket version number

2014-01-17 Thread Martin Funk
Hint,

create a quickstart
http://wicket.apache.org/start/quickstart.html
and look into the code :-)


otherwise go for:

getApplication().getFrameworkSettings().getVersion()


mf


2014/1/17 Oliver B. Fischer 

> I would like to show the wicket version number in the about page of my
> application. Is the version numner available as message property or do I
> jave to do it by my own?
>
> BYe,
>
> Oliver
>
> --
> Oliver Fischer
>
> M +49 178 7903538
> E oliver.fisc...@profitbricks.com
> W http://www.profitbricks.com
> J oliver.fisc...@profitbricks.com
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Displaying Wicket version number

2014-01-17 Thread Oliver B. Fischer
I would like to show the wicket version number in the about page of my 
application. Is the version numner available as message property or do I 
jave to do it by my own?


BYe,

Oliver

--
Oliver Fischer

M +49 178 7903538
E oliver.fisc...@profitbricks.com
W http://www.profitbricks.com
J oliver.fisc...@profitbricks.com


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



Re: wicket version

2012-11-28 Thread Martin Grigorov
Hi,

Check http://wicket.apache.org/

The latest API docs are at
http://ci.apache.org/projects/wicket/apidocs/6.0.x/ . I agree that 6.x
would be more correct link name.
The latest released version is
http://www.apache.org/dyn/closer.cgi/wicket/6.3.0.
6.4.0-SNAPSHOT is the current development version.


On Wed, Nov 28, 2012 at 8:58 AM, Lucio Crusca  wrote:

> Hello *,
>
> I'm moving my first steps in wicket. Great framework btw, though it lacks a
> bit of fresh howtos for version 6.x. Never mind, let's go straigh to my
> questions:
>
> 1. API docs for 6.4-SNAPHOST are hosted at a "http://.../6.0.x"; url (or
> the
> other way around, API docs for 6.0.x are titled 6.4.0). How does 6.4
> release
> relate to 6.0.x release? Is it a minor release and replaces 6.0.x
> transparently?
>
> 2. Assuming the reply to the previous question was "yes", what should I
> put in
> my pom.xml to have my project depend on the latest 6.x available release?
> Is
> it a good idea to configure the wicket dependency that way?
>
> Thanks in advance
> Lucio.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


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


wicket version

2012-11-27 Thread Lucio Crusca
Hello *,

I'm moving my first steps in wicket. Great framework btw, though it lacks a 
bit of fresh howtos for version 6.x. Never mind, let's go straigh to my 
questions:

1. API docs for 6.4-SNAPHOST are hosted at a "http://.../6.0.x"; url (or the 
other way around, API docs for 6.0.x are titled 6.4.0). How does 6.4 release 
relate to 6.0.x release? Is it a minor release and replaces 6.0.x 
transparently?

2. Assuming the reply to the previous question was "yes", what should I put in 
my pom.xml to have my project depend on the latest 6.x available release? Is 
it a good idea to configure the wicket dependency that way?

Thanks in advance
Lucio.

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



Re: [Vote] New Wicket Version Numbering

2011-04-02 Thread Peter Ertl
I just released "Hello, World!" v9.0 for the ultimate price 
of just $500. Who is interested?
 
Am 02.04.2011 um 03:11 schrieb Bruno Borges:

> Of course it is the best. It has no software error-prone... :-)
> 
> No GC problems, no heap calculations.
> 
> =)
> 
> Bruno Borges
> www.brunoborges.com.br
> +55 21 76727099
> 
> "The glory of great men should always be
> measured by the means they have used to
> acquire it."
> - Francois de La Rochefoucauld
> 
> 
> 
> On Fri, Apr 1, 2011 at 9:47 PM, Chris Colman
> wrote:
> 
>> I poon you all with my Atari 7800!
>> 
>> Ok, so it doesn't have a keyboard, let alone a JVM, but the version
>> number is so much bigger - it just has to be the best!
>> 
>>> -Original Message-
>>> From: msj121 [mailto:msj...@gmail.com]
>>> Sent: Saturday, 2 April 2011 8:56 AM
>>> To: users@wicket.apache.org
>>> Subject: Re: [Vote] New Wicket Version Numbering
>>> 
>>> I mean XP is letters... That is pretty amazing, there isn't even a
>> number,
>>> and even roman numerals, is there a 'P' in roman numerals?
>>> 
>>> --
>>> View this message in context: http://apache-
>>> wicket.1842946.n4.nabble.com/Vote-New-Wicket-Version-Numbering-
>>> tp3420887p3421249.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
>> 
>> 
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>> 
>> 


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



Re: [Vote] New Wicket Version Numbering

2011-04-01 Thread Bruno Borges
Of course it is the best. It has no software error-prone... :-)

No GC problems, no heap calculations.

=)

Bruno Borges
www.brunoborges.com.br
+55 21 76727099

"The glory of great men should always be
measured by the means they have used to
acquire it."
 - Francois de La Rochefoucauld



On Fri, Apr 1, 2011 at 9:47 PM, Chris Colman
wrote:

> I poon you all with my Atari 7800!
>
> Ok, so it doesn't have a keyboard, let alone a JVM, but the version
> number is so much bigger - it just has to be the best!
>
> >-Original Message-
> >From: msj121 [mailto:msj...@gmail.com]
> >Sent: Saturday, 2 April 2011 8:56 AM
> >To: users@wicket.apache.org
> >Subject: Re: [Vote] New Wicket Version Numbering
> >
> >I mean XP is letters... That is pretty amazing, there isn't even a
> number,
> >and even roman numerals, is there a 'P' in roman numerals?
> >
> >--
> >View this message in context: http://apache-
> >wicket.1842946.n4.nabble.com/Vote-New-Wicket-Version-Numbering-
> >tp3420887p3421249.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
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


RE: [Vote] New Wicket Version Numbering

2011-04-01 Thread Chris Colman
I poon you all with my Atari 7800!

Ok, so it doesn't have a keyboard, let alone a JVM, but the version
number is so much bigger - it just has to be the best!

>-Original Message-
>From: msj121 [mailto:msj...@gmail.com]
>Sent: Saturday, 2 April 2011 8:56 AM
>To: users@wicket.apache.org
>Subject: Re: [Vote] New Wicket Version Numbering
>
>I mean XP is letters... That is pretty amazing, there isn't even a
number,
>and even roman numerals, is there a 'P' in roman numerals?
>
>--
>View this message in context: http://apache-
>wicket.1842946.n4.nabble.com/Vote-New-Wicket-Version-Numbering-
>tp3420887p3421249.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


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



Re: [Vote] New Wicket Version Numbering

2011-04-01 Thread msj121
I mean XP is letters... That is pretty amazing, there isn't even a number,
and even roman numerals, is there a 'P' in roman numerals?

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Vote-New-Wicket-Version-Numbering-tp3420887p3421249.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



Re: [Vote] New Wicket Version Numbering

2011-04-01 Thread Korbinian Bachl - whiskyworld
OMG?!? ARE YOU SERIOUS??? Here we are already using WINDOWS 2000 with 
OFFICE 2010 ;)


(Note: never ever believe any mails, blogs, newspapers on april 1st *g*)



Am 01.04.11 20:14, schrieb nino martinez wael:

Gotta be a aprils fools thing..

Who would decide what framework to be used based on version number?
Why not take a look at architecture instead... Ooh lets chose windows
95 instead of windows 7, it has a higher number so it gotta be better
.

2011/4/1 Igor Vaynberg:

where do i apply for a job there? sounds like fun!

-igor

On Fri, Apr 1, 2011 at 10:56 AM, Jim Pinkham  wrote:

I've had a hard time lately trying to get corporate acceptance of the Wicket
framework.

In fact, our company looked at this comparison of java frameworks:

http://en.wikipedia.org/wiki/Comparison_of_web_application_frameworks

  *Project* *Current Stable Version*  Apache Click  2.2.0   Apache Cocoon
2.2.0   Apache Struts  2.2.1.1   Apache Tapestry  5.2.4   Apache Wicket
1.4.15   AppFuse  2.0.2   Aranea  1.0.10   Eclipse RAP  1.2.0   FormEngine
1.7.1   Google Web Toolkit  2.2.0   Hamlets  1.6  IceFaces  2  ItsNat
1  JavaServer
Faces  2  JBoss Seam  2.2.0 GA   Jspx-bay  1.1.0   JVx WebUI  0.8  ManyDesigns
Portofino  3.1.10   OpenLaszlo  4.1  OpenXava  4.0.1   Oracle ADF  11.1.1.4
Play  1.1.1   RIFE  1.6.2   Shale  1.0.4   Sling  5  SmartClient  8  Spring
3.0.5   Stripes  1.5.4   Telosys  1.1.1   ThinWire  1.2  Vaadin(IT Mill
Toolkit)  6.5.1   Wavemaker  6.1.10   WebObjects  5.4.3   WebWork  2.2.6
ZK  5.0.5   ztemplates  0.9.9.6

The powers that be decided to pick Smart Client over Apache Wicket because
they have the highest version number.

So, I think the time is right to move straight to the front of the pack and
release version 10.0.

Who's with me?

-- Jim

Spinal Tap Industries, Inc.



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




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



--

  whiskyworld e.K.
  http://www.whiskyworld.de
  Ziegelfeld 6
  94481 Grafenau/ Haus im Wald
  Tel. 08555/ 406 320
  Fax. 08555/ 406 319

  Amtsgericht Passau: HRA 11760
  Geschäftsführer: Ulrike Bachl
  UstID: DE260619452
  

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



Re: [Vote] New Wicket Version Numbering

2011-04-01 Thread nino martinez wael
hah some of our servers are 2008 r2 :)
However im considering doing a nix distribution called "HAL 9000" as
it probably will attract a lot of users based on the high number...

2011/4/1 Igor Vaynberg :
> im running win 2000, you guys are too far behind.
>
> -igor
>
>
> 2011/4/1 Rafał Krupiński :
>> W dniu 01.04.2011 20:14, nino martinez wael pisze:
>>>
>>> Gotta be a aprils fools thing..
>>>
>>> Who would decide what framework to be used based on version number?
>>> Why not take a look at architecture instead... Ooh lets chose windows
>>> 95 instead of windows 7, it has a higher number so it gotta be better
>>
>> You have a valid point there, it's time to switch back to Win95
>>
>> Rafał Krupiński
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

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



Re: [Vote] New Wicket Version Numbering

2011-04-01 Thread Igor Vaynberg
im running win 2000, you guys are too far behind.

-igor


2011/4/1 Rafał Krupiński :
> W dniu 01.04.2011 20:14, nino martinez wael pisze:
>>
>> Gotta be a aprils fools thing..
>>
>> Who would decide what framework to be used based on version number?
>> Why not take a look at architecture instead... Ooh lets chose windows
>> 95 instead of windows 7, it has a higher number so it gotta be better
>
> You have a valid point there, it's time to switch back to Win95
>
> Rafał Krupiński
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

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



Re: [Vote] New Wicket Version Numbering

2011-04-01 Thread Rafał Krupiński

W dniu 01.04.2011 20:14, nino martinez wael pisze:

Gotta be a aprils fools thing..

Who would decide what framework to be used based on version number?
Why not take a look at architecture instead... Ooh lets chose windows
95 instead of windows 7, it has a higher number so it gotta be better


You have a valid point there, it's time to switch back to Win95

Rafał Krupiński

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



Re: [Vote] New Wicket Version Numbering

2011-04-01 Thread nino martinez wael
Gotta be a aprils fools thing..

Who would decide what framework to be used based on version number?
Why not take a look at architecture instead... Ooh lets chose windows
95 instead of windows 7, it has a higher number so it gotta be better
.

2011/4/1 Igor Vaynberg :
> where do i apply for a job there? sounds like fun!
>
> -igor
>
> On Fri, Apr 1, 2011 at 10:56 AM, Jim Pinkham  wrote:
>> I've had a hard time lately trying to get corporate acceptance of the Wicket
>> framework.
>>
>> In fact, our company looked at this comparison of java frameworks:
>>
>> http://en.wikipedia.org/wiki/Comparison_of_web_application_frameworks
>>
>>  *Project* *Current Stable Version*  Apache Click  2.2.0   Apache Cocoon
>> 2.2.0   Apache Struts  2.2.1.1   Apache Tapestry  5.2.4   Apache Wicket
>> 1.4.15   AppFuse  2.0.2   Aranea  1.0.10   Eclipse RAP  1.2.0   FormEngine
>> 1.7.1   Google Web Toolkit  2.2.0   Hamlets  1.6  IceFaces  2  ItsNat
>> 1  JavaServer
>> Faces  2  JBoss Seam  2.2.0 GA   Jspx-bay  1.1.0   JVx WebUI  0.8  
>> ManyDesigns
>> Portofino  3.1.10   OpenLaszlo  4.1  OpenXava  4.0.1   Oracle ADF  11.1.1.4
>> Play  1.1.1   RIFE  1.6.2   Shale  1.0.4   Sling  5  SmartClient  8  Spring
>> 3.0.5   Stripes  1.5.4   Telosys  1.1.1   ThinWire  1.2  Vaadin(IT Mill
>> Toolkit)  6.5.1   Wavemaker  6.1.10   WebObjects  5.4.3   WebWork  2.2.6
>> ZK  5.0.5   ztemplates  0.9.9.6
>>
>> The powers that be decided to pick Smart Client over Apache Wicket because
>> they have the highest version number.
>>
>> So, I think the time is right to move straight to the front of the pack and
>> release version 10.0.
>>
>> Who's with me?
>>
>> -- Jim
>>
>> Spinal Tap Industries, Inc.
>>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

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



Re: [Vote] New Wicket Version Numbering

2011-04-01 Thread Igor Vaynberg
where do i apply for a job there? sounds like fun!

-igor

On Fri, Apr 1, 2011 at 10:56 AM, Jim Pinkham  wrote:
> I've had a hard time lately trying to get corporate acceptance of the Wicket
> framework.
>
> In fact, our company looked at this comparison of java frameworks:
>
> http://en.wikipedia.org/wiki/Comparison_of_web_application_frameworks
>
>  *Project* *Current Stable Version*  Apache Click  2.2.0   Apache Cocoon
> 2.2.0   Apache Struts  2.2.1.1   Apache Tapestry  5.2.4   Apache Wicket
> 1.4.15   AppFuse  2.0.2   Aranea  1.0.10   Eclipse RAP  1.2.0   FormEngine
> 1.7.1   Google Web Toolkit  2.2.0   Hamlets  1.6  IceFaces  2  ItsNat
> 1  JavaServer
> Faces  2  JBoss Seam  2.2.0 GA   Jspx-bay  1.1.0   JVx WebUI  0.8  ManyDesigns
> Portofino  3.1.10   OpenLaszlo  4.1  OpenXava  4.0.1   Oracle ADF  11.1.1.4
> Play  1.1.1   RIFE  1.6.2   Shale  1.0.4   Sling  5  SmartClient  8  Spring
> 3.0.5   Stripes  1.5.4   Telosys  1.1.1   ThinWire  1.2  Vaadin(IT Mill
> Toolkit)  6.5.1   Wavemaker  6.1.10   WebObjects  5.4.3   WebWork  2.2.6
> ZK  5.0.5   ztemplates  0.9.9.6
>
> The powers that be decided to pick Smart Client over Apache Wicket because
> they have the highest version number.
>
> So, I think the time is right to move straight to the front of the pack and
> release version 10.0.
>
> Who's with me?
>
> -- Jim
>
> Spinal Tap Industries, Inc.
>

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



[Vote] New Wicket Version Numbering

2011-04-01 Thread Jim Pinkham
I've had a hard time lately trying to get corporate acceptance of the Wicket
framework.

In fact, our company looked at this comparison of java frameworks:

http://en.wikipedia.org/wiki/Comparison_of_web_application_frameworks

  *Project* *Current Stable Version*  Apache Click  2.2.0   Apache Cocoon
2.2.0   Apache Struts  2.2.1.1   Apache Tapestry  5.2.4   Apache Wicket
1.4.15   AppFuse  2.0.2   Aranea  1.0.10   Eclipse RAP  1.2.0   FormEngine
1.7.1   Google Web Toolkit  2.2.0   Hamlets  1.6  IceFaces  2  ItsNat
1  JavaServer
Faces  2  JBoss Seam  2.2.0 GA   Jspx-bay  1.1.0   JVx WebUI  0.8  ManyDesigns
Portofino  3.1.10   OpenLaszlo  4.1  OpenXava  4.0.1   Oracle ADF  11.1.1.4
Play  1.1.1   RIFE  1.6.2   Shale  1.0.4   Sling  5  SmartClient  8  Spring
3.0.5   Stripes  1.5.4   Telosys  1.1.1   ThinWire  1.2  Vaadin(IT Mill
Toolkit)  6.5.1   Wavemaker  6.1.10   WebObjects  5.4.3   WebWork  2.2.6
ZK  5.0.5   ztemplates  0.9.9.6

The powers that be decided to pick Smart Client over Apache Wicket because
they have the highest version number.

So, I think the time is right to move straight to the front of the pack and
release version 10.0.

Who's with me?

-- Jim

Spinal Tap Industries, Inc.


Re: wicket version 2.0 ?

2011-03-11 Thread Igor Vaynberg
old version that has been scrapped.

-igor


On Fri, Mar 11, 2011 at 10:52 AM, blr  wrote:
> Hi,
>
> I read on the documentation "in the Wicket version 2.0" "for the Wicket
> version 2.0" ...
> On Wicket site, i see only the version 1.4x or 1.5rc what is this version
> 2.0 ?
>
> Thanks,
>
> blr
>
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/wicket-version-2-0-tp3348827p3348827.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
>
>

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



wicket version 2.0 ?

2011-03-11 Thread blr
Hi,

I read on the documentation "in the Wicket version 2.0" "for the Wicket
version 2.0" ...
On Wicket site, i see only the version 1.4x or 1.5rc what is this version
2.0 ?

Thanks,

blr


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/wicket-version-2-0-tp3348827p3348827.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



Re: Static member wicket version... post 1.4.13

2011-01-31 Thread MZemeck
The Wicket version and deployment mode are also output during startup...



From:   James Carman 
To: users@wicket.apache.org
Date:   01/31/2011 11:33 AM
Subject:Re: Static member wicket version... post 1.4.13
Sent by:jcar...@carmanconsulting.com



http://wicket.apache.org/apidocs/1.4/org/apache/wicket/settings/IFrameworkSettings.html#getVersion%28%29


On Mon, Jan 31, 2011 at 11:16 AM, Brown, Berlin [GCG-PFS]
 wrote:
> Is there a way to print the wicket version number from wicket class
> files or property files?
>
> E.g. Version.buildNum or something similar?
>
>
>
> Berlin Brown
>

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






Notice: This communication, including any attachments, is intended solely 
for the use of the individual or entity to which it is addressed. This 
communication may contain information that is protected from disclosure 
under State and/or Federal law. Please notify the sender immediately if 
you have received this communication in error and delete this email from 
your system. If you are not the intended recipient, you are requested not 
to disclose, copy, distribute or take any action in reliance on the 
contents of this information.

Re: Static member wicket version... post 1.4.13

2011-01-31 Thread James Carman
http://wicket.apache.org/apidocs/1.4/org/apache/wicket/settings/IFrameworkSettings.html#getVersion%28%29

On Mon, Jan 31, 2011 at 11:16 AM, Brown, Berlin [GCG-PFS]
 wrote:
> Is there a way to print the wicket version number from wicket class
> files or property files?
>
> E.g. Version.buildNum or something similar?
>
>
>
> Berlin Brown
>

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



Static member wicket version... post 1.4.13

2011-01-31 Thread Brown, Berlin [GCG-PFS]
Is there a way to print the wicket version number from wicket class
files or property files?
 
E.g. Version.buildNum or something similar?
 
 
 
Berlin Brown


Re: wicket version of tapestry jumpstart..

2009-08-04 Thread Peter Thomas
On Tue, Aug 4, 2009 at 11:11 PM, hari ks  wrote:

> hi,
>
> is there a wicket version of tapestry jumpstart. that would be nice.


Have you looked at the Wicket Phonebook example (search the mailing list) or
the Wicket quick-start for a very simple jumpstart app:
http://wicket.apache.org/quickstart.html

There's also the Seam "hotel booking" example ported to
Wicket here:

http://ptrthomas.wordpress.com/2009/01/14/seam-jsf-vs-wicket-performance-comparison/

SVN (maven project):
http://perfbench.googlecode.com/svn/trunk/perfbench/wicket-jpa/

- Peter


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


wicket version of tapestry jumpstart..

2009-08-04 Thread hari ks
hi,

is there a wicket version of tapestry jumpstart. that would be nice.

-Hari Sujathan


  

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