Re: Wicket-jquery-ui autocomplete running slow

2019-03-10 Thread Maxim Solodovnik
Can you share quick-start project demonstrating this issue?

On Mon, 11 Mar 2019 at 02:44, Entropy  wrote:
>
> Identical to the timing of getchoices (the method that contains it).  In my
> most recent test 24ms for both while the full request took 6.5 seconds.
>
> --
> Sent from: 
> http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>


-- 
WBR
Maxim aka solomax

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



Re: Wicket-jquery-ui autocomplete running slow

2019-03-10 Thread Entropy
Identical to the timing of getchoices (the method that contains it).  In my
most recent test 24ms for both while the full request took 6.5 seconds.

--
Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html

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



Re: Wicket-jquery-ui autocomplete running slow

2019-03-10 Thread Entropy
The browser's network tab reflects pretty closely the number I see in the
filter.  In my most recent attempt, this was about 6.5 seconds.  Meanwhile
in the same request, the getchoices took 24 milliseconds.

--
Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html

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



Re: Problems with wicket examples 8.x

2019-03-10 Thread Andrea Del Bene
Thank you! I will review it asap.

On Sun, Mar 10, 2019, 1:58 PM kyrindorx  wrote:

> Hey,
>
> I've fixed with 8.3.0 and openJDK 11. Please check out in
> https://github.com/bitstorm/Wicket-tutorial-examples/pull/13
>
>
> Greets
> Daniel
>
> Am 10.03.19 um 11:30 schrieb Maxim Solodovnik:
> > Wicket datetime was deprecated and moved to wicketstuff project
> >
> > Please correct it's maven coordinates :)
> >
> > On Sun, Mar 10, 2019, 17:27 kyrindorx  wrote:
> >
> >> Thx :)
> >>
> >> The next problem is:
> >>
> >> [ERROR] Failed to execute goal on project CustomDatepicker: Could not
> >> resolve dependencies for project
> >> org.wicketTutorial:CustomDatepicker:jar:1.0-SNAPSHOT: Failure to find
> >> org.apache.wicket:wicket-datetime:jar:8.3.0 in
> >> https://repo.maven.apache.org/maven2 was cached in the local
> repository,
> >> resolution will not be reattempted until the update interval of central
> >> has elapsed or updates are forced -> [Help 1]
> >>
> >> The page
> >> https://mvnrepository.com/artifact/org.apache.wicket/wicket-datetime
> >> knows only 8.0.0-M7 as the newest version.
> >>
> >> The pom.xml of the example fragements describe follow repo link:
> >>
> >>   
> >>   
> >>   Apache Nexus
> >> https://repository.apache.org/content/repositories/snapshots/
> 
> >>   
> >> false
> >>   
> >>   
> >>   
> >>   
> >>   
> >>
> >> Where will the final versions provided? apache, maven central?
> >>
> >> Greets
> >> Daniel
> >>
> >> Am 10.03.19 um 11:06 schrieb Maxim Solodovnik:
> >>> Hello Daniel,
> >>>
> >>> It seems project a little bit outdated :(
> >>> please change wicket version here [1] to be "8.3.0"
> >>>
> >>> [1]
> >>
> https://github.com/bitstorm/Wicket-tutorial-examples/blob/master/pom.xml#L27
> >>> On Sun, 10 Mar 2019 at 16:48, kyrindorx  wrote:
>  Hey all,
> 
>  I tried to compile and run the Wicket examples of
>  https://github.com/bitstorm/Wicket-tutorial-examples.git master
> branch.
>  My setup is Linux, OpenJDK 11, Maven 3.5.4
> 
>  The error output of the mvn install or compile command was:
> 
>  [ERROR] Failed to execute goal on project BindSessionExample: Could
> not
>  resolve dependencies for project
>  org.wicketTutorial:BindSessionExample:jar:1.0-SNAPSHOT: Failure to
> find
>  org.apache.wicket:wicket-core:jar:8.0.0-SNAPSHOT in
>  https://repository.apache.org/content/repositories/snapshots/ was
> >> cached
>  in the local repository, resolution will not be reattempted until the
>  update interval of Apache Nexus has elapsed or updates are forced ->
>  [Help 1]
> 
>  Is it required to add a repository to compile the examples?
> 
>  Greets
>  Daniel
> 
> 
>  -
>  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: Problems with wicket examples 8.x

2019-03-10 Thread kyrindorx

Hey,

I've fixed with 8.3.0 and openJDK 11. Please check out in 
https://github.com/bitstorm/Wicket-tutorial-examples/pull/13



Greets
Daniel

Am 10.03.19 um 11:30 schrieb Maxim Solodovnik:

Wicket datetime was deprecated and moved to wicketstuff project

Please correct it's maven coordinates :)

On Sun, Mar 10, 2019, 17:27 kyrindorx  wrote:


Thx :)

The next problem is:

[ERROR] Failed to execute goal on project CustomDatepicker: Could not
resolve dependencies for project
org.wicketTutorial:CustomDatepicker:jar:1.0-SNAPSHOT: Failure to find
org.apache.wicket:wicket-datetime:jar:8.3.0 in
https://repo.maven.apache.org/maven2 was cached in the local repository,
resolution will not be reattempted until the update interval of central
has elapsed or updates are forced -> [Help 1]

The page
https://mvnrepository.com/artifact/org.apache.wicket/wicket-datetime
knows only 8.0.0-M7 as the newest version.

The pom.xml of the example fragements describe follow repo link:

  
  
  Apache Nexus
https://repository.apache.org/content/repositories/snapshots/
  
false
  
  
  
  
  

Where will the final versions provided? apache, maven central?

Greets
Daniel

Am 10.03.19 um 11:06 schrieb Maxim Solodovnik:

Hello Daniel,

It seems project a little bit outdated :(
please change wicket version here [1] to be "8.3.0"

[1]

https://github.com/bitstorm/Wicket-tutorial-examples/blob/master/pom.xml#L27

On Sun, 10 Mar 2019 at 16:48, kyrindorx  wrote:

Hey all,

I tried to compile and run the Wicket examples of
https://github.com/bitstorm/Wicket-tutorial-examples.git master branch.
My setup is Linux, OpenJDK 11, Maven 3.5.4

The error output of the mvn install or compile command was:

[ERROR] Failed to execute goal on project BindSessionExample: Could not
resolve dependencies for project
org.wicketTutorial:BindSessionExample:jar:1.0-SNAPSHOT: Failure to find
org.apache.wicket:wicket-core:jar:8.0.0-SNAPSHOT in
https://repository.apache.org/content/repositories/snapshots/ was

cached

in the local repository, resolution will not be reattempted until the
update interval of Apache Nexus has elapsed or updates are forced ->
[Help 1]

Is it required to add a repository to compile the examples?

Greets
Daniel


-
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: Problems with wicket examples 8.x

2019-03-10 Thread Maxim Solodovnik
Wicket datetime was deprecated and moved to wicketstuff project

Please correct it's maven coordinates :)

On Sun, Mar 10, 2019, 17:27 kyrindorx  wrote:

> Thx :)
>
> The next problem is:
>
> [ERROR] Failed to execute goal on project CustomDatepicker: Could not
> resolve dependencies for project
> org.wicketTutorial:CustomDatepicker:jar:1.0-SNAPSHOT: Failure to find
> org.apache.wicket:wicket-datetime:jar:8.3.0 in
> https://repo.maven.apache.org/maven2 was cached in the local repository,
> resolution will not be reattempted until the update interval of central
> has elapsed or updates are forced -> [Help 1]
>
> The page
> https://mvnrepository.com/artifact/org.apache.wicket/wicket-datetime
> knows only 8.0.0-M7 as the newest version.
>
> The pom.xml of the example fragements describe follow repo link:
>
>  
>  
>  Apache Nexus
> https://repository.apache.org/content/repositories/snapshots/
>  
> false
>  
>  
>  
>  
>  
>
> Where will the final versions provided? apache, maven central?
>
> Greets
> Daniel
>
> Am 10.03.19 um 11:06 schrieb Maxim Solodovnik:
> > Hello Daniel,
> >
> > It seems project a little bit outdated :(
> > please change wicket version here [1] to be "8.3.0"
> >
> > [1]
> https://github.com/bitstorm/Wicket-tutorial-examples/blob/master/pom.xml#L27
> >
> > On Sun, 10 Mar 2019 at 16:48, kyrindorx  wrote:
> >> Hey all,
> >>
> >> I tried to compile and run the Wicket examples of
> >> https://github.com/bitstorm/Wicket-tutorial-examples.git master branch.
> >> My setup is Linux, OpenJDK 11, Maven 3.5.4
> >>
> >> The error output of the mvn install or compile command was:
> >>
> >> [ERROR] Failed to execute goal on project BindSessionExample: Could not
> >> resolve dependencies for project
> >> org.wicketTutorial:BindSessionExample:jar:1.0-SNAPSHOT: Failure to find
> >> org.apache.wicket:wicket-core:jar:8.0.0-SNAPSHOT in
> >> https://repository.apache.org/content/repositories/snapshots/ was
> cached
> >> in the local repository, resolution will not be reattempted until the
> >> update interval of Apache Nexus has elapsed or updates are forced ->
> >> [Help 1]
> >>
> >> Is it required to add a repository to compile the examples?
> >>
> >> Greets
> >> Daniel
> >>
> >>
> >> -
> >> 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: Problems with wicket examples 8.x

2019-03-10 Thread kyrindorx

Thx :)

The next problem is:

[ERROR] Failed to execute goal on project CustomDatepicker: Could not 
resolve dependencies for project 
org.wicketTutorial:CustomDatepicker:jar:1.0-SNAPSHOT: Failure to find 
org.apache.wicket:wicket-datetime:jar:8.3.0 in 
https://repo.maven.apache.org/maven2 was cached in the local repository, 
resolution will not be reattempted until the update interval of central 
has elapsed or updates are forced -> [Help 1]


The page 
https://mvnrepository.com/artifact/org.apache.wicket/wicket-datetime 
knows only 8.0.0-M7 as the newest version.


The pom.xml of the example fragements describe follow repo link:

    
    
    Apache Nexus
https://repository.apache.org/content/repositories/snapshots/
    
false
    
    
    
    
    

Where will the final versions provided? apache, maven central?

Greets
Daniel

Am 10.03.19 um 11:06 schrieb Maxim Solodovnik:

Hello Daniel,

It seems project a little bit outdated :(
please change wicket version here [1] to be "8.3.0"

[1] https://github.com/bitstorm/Wicket-tutorial-examples/blob/master/pom.xml#L27

On Sun, 10 Mar 2019 at 16:48, kyrindorx  wrote:

Hey all,

I tried to compile and run the Wicket examples of
https://github.com/bitstorm/Wicket-tutorial-examples.git master branch.
My setup is Linux, OpenJDK 11, Maven 3.5.4

The error output of the mvn install or compile command was:

[ERROR] Failed to execute goal on project BindSessionExample: Could not
resolve dependencies for project
org.wicketTutorial:BindSessionExample:jar:1.0-SNAPSHOT: Failure to find
org.apache.wicket:wicket-core:jar:8.0.0-SNAPSHOT in
https://repository.apache.org/content/repositories/snapshots/ was cached
in the local repository, resolution will not be reattempted until the
update interval of Apache Nexus has elapsed or updates are forced ->
[Help 1]

Is it required to add a repository to compile the examples?

Greets
Daniel


-
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: Problems with wicket examples 8.x

2019-03-10 Thread Maxim Solodovnik
Hello Daniel,

It seems project a little bit outdated :(
please change wicket version here [1] to be "8.3.0"

[1] https://github.com/bitstorm/Wicket-tutorial-examples/blob/master/pom.xml#L27

On Sun, 10 Mar 2019 at 16:48, kyrindorx  wrote:
>
> Hey all,
>
> I tried to compile and run the Wicket examples of
> https://github.com/bitstorm/Wicket-tutorial-examples.git master branch.
> My setup is Linux, OpenJDK 11, Maven 3.5.4
>
> The error output of the mvn install or compile command was:
>
> [ERROR] Failed to execute goal on project BindSessionExample: Could not
> resolve dependencies for project
> org.wicketTutorial:BindSessionExample:jar:1.0-SNAPSHOT: Failure to find
> org.apache.wicket:wicket-core:jar:8.0.0-SNAPSHOT in
> https://repository.apache.org/content/repositories/snapshots/ was cached
> in the local repository, resolution will not be reattempted until the
> update interval of Apache Nexus has elapsed or updates are forced ->
> [Help 1]
>
> Is it required to add a repository to compile the examples?
>
> Greets
> Daniel
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>


-- 
WBR
Maxim aka solomax

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



Problems with wicket examples 8.x

2019-03-10 Thread kyrindorx

Hey all,

I tried to compile and run the Wicket examples of 
https://github.com/bitstorm/Wicket-tutorial-examples.git master branch.

My setup is Linux, OpenJDK 11, Maven 3.5.4

The error output of the mvn install or compile command was:

[ERROR] Failed to execute goal on project BindSessionExample: Could not 
resolve dependencies for project 
org.wicketTutorial:BindSessionExample:jar:1.0-SNAPSHOT: Failure to find 
org.apache.wicket:wicket-core:jar:8.0.0-SNAPSHOT in 
https://repository.apache.org/content/repositories/snapshots/ was cached 
in the local repository, resolution will not be reattempted until the 
update interval of Apache Nexus has elapsed or updates are forced -> 
[Help 1]


Is it required to add a repository to compile the examples?

Greets
Daniel


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