Re: SpringBean doesn't support Generics?

2015-01-05 Thread Martin Grigorov
Hi, Please create a ticket with a quickstart. With a patch would be awesome! Thanks! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Jan 6, 2015 at 3:04 AM, RedCarpet bluecar...@gmx.com wrote: Spring 4 is able to wire/inject generic beans, as described

Re: What is the proper way to start a secondary process in Wicket 6

2015-01-05 Thread Ernesto Reinaldo Barreiro
Dear All, With the invaluable help of Martin Grigorov, I have summarized the discussion on this thread on a small Wicket in Action article [1]. The complete sample project can be found at [2]. 1- http://wicketinaction.com/2014/07/working-with-background-jobs/

Re: What is the proper way to start a secondary process in Wicket 6

2015-01-05 Thread Francois Meillet
Thanks Ernesto ! François Meillet Le 5 janv. 2015 à 10:38, Ernesto Reinaldo Barreiro reier...@gmail.com a écrit : Martin

Re: Wicket 7.0.4M - bug related to queueing and wicket:enclosure

2015-01-05 Thread mscoon
Hi Martin, I just tried it with 7.0.0-SNAPSHOT and I get the same exception. I have opened https://issues.apache.org/jira/browse/WICKET-5800 with details and a quickstart. Thanks Marios On Wed, Dec 24, 2014 at 12:33 PM, Martin Grigorov mgrigo...@apache.org wrote: Hi, I believe this is fixed

Re: What is the proper way to start a secondary process in Wicket 6

2015-01-05 Thread Ernesto Reinaldo Barreiro
De rien! 2015-01-05 9:54 GMT+00:00 Francois Meillet francois.meil...@gmail.com: Thanks Ernesto ! François Meillet Le 5 janv. 2015 à 10:38, Ernesto Reinaldo Barreiro reier...@gmail.com a écrit : Martin -- Regards - Ernesto Reinaldo Barreiro

Re: DebugBar reports strange sizes

2015-01-05 Thread ChambreNoire
I'm having trouble fully understanding Wicket's serialization. I understand that if I declare a final object outside of an anonymous inner class and then use it from within that anonymous inner class, the compiler will ass a member variable to the anonymous inner class which gets serialized.

Re: Wicket 7.0.4M - bug related to queueing and wicket:enclosure

2015-01-05 Thread andrea del bene
Hi, now the snapshot should work. Andrea. On 05/01/2015 11:32, mscoon wrote: Hi Martin, I just tried it with 7.0.0-SNAPSHOT and I get the same exception. I have opened https://issues.apache.org/jira/browse/WICKET-5800 with details and a quickstart. Thanks Marios On Wed, Dec 24, 2014 at

SpringBean doesn't support Generics?

2015-01-05 Thread RedCarpet
Spring 4 is able to wire/inject generic beans, as described here: http://spring.io/blog/2013/12/03/spring-framework-4-0-and-java-generics . However, I'm experiencing problems when using generic beans with Wicket's SpringBean. I basically have following situation, two concrete dao's that implement

Re: DebugBar reports strange sizes

2015-01-05 Thread Martin Grigorov
Hi, On Mon, Jan 5, 2015 at 3:10 PM, ChambreNoire a...@tentelemed.com wrote: I'm having trouble fully understanding Wicket's serialization. It is not Wicket serialization. It is Java serialization. I understand that if I declare a final object outside of an anonymous inner class and then