Re: [Wicket-user] Wicket 1.2-rc3 released

2006-05-03 Thread Timothy Bennett
On 5/1/06, Martijn Dashorst [EMAIL PROTECTED] wrote: All,This release contains all major packages of the wicket project, including wicket, extensions, quickstart, spring, spring annot and auth roles. As an experiment I also created our own maven repository on the sourceforge servers. You can find

Re: [Wicket-user] Wicket 1.2-rc3 released

2006-05-03 Thread Igor Vaynberg
heh, i just now noticed this - martijn you kick ass!-IgorOn 5/3/06, Timothy Bennett [EMAIL PROTECTED] wrote:On 5/1/06, Martijn Dashorst [EMAIL PROTECTED] wrote: All,This release contains all major packages of the wicket project, including wicket, extensions, quickstart, spring, spring annot and

Re: [Wicket-user] Wicket 1.2-rc3 released

2006-05-03 Thread Martijn Dashorst
Of course the url should read http://wicketframework.org/maven2And I'll try to upload them, but it is too much manual labour to add the source jars as well (see comment on automating that) MartijnOn 5/4/06, Timothy Bennett [EMAIL PROTECTED] wrote: On 5/1/06, Martijn Dashorst [EMAIL PROTECTED]

Re: [Wicket-user] Wicket 1.2-rc3 released

2006-05-02 Thread Maciej Janusz
How can have crypted urls I in rc3 release ? Classes WebResponseWithCryptedUrl/WebRequestWithCryptedUrl disappeared. The second issue I had found is AjaxSelfUpdatingTimerBehavior cause an serialization exception (see Ajax clock example) is there any workaround? -- Maciej Janusz

Re: [Wicket-user] Wicket 1.2-rc3 released

2006-05-02 Thread Johan Compagner
you have to use the CryptedUrlWebRequestCodingStrategy for that now.I think we need to add those 2 classes back in and make the depricated.where do you see that serialization exception?

Re[2]: [Wicket-user] Wicket 1.2-rc3 released

2006-05-02 Thread Maciej Janusz
JC you have to use the CryptedUrlWebRequestCodingStrategy for that now. JC I think we need to add those 2 classes back in and make the depricated. thanks I'll try. JC where do you see that serialization exception? JC

Re: [Wicket-user] Wicket 1.2-rc3 released

2006-05-02 Thread Rüdiger Schulz
I can confirm this exact same erro on Jboss 3.2.5. -- greetings from Berlin, Rüdiger Schulz Maciej Janusz wrote on 02.05.2006 at 17:17: JC you have to use the CryptedUrlWebRequestCodingStrategy for that now. JC I think we need to add those 2 classes back in and make the depricated. thanks

Re: [Wicket-user] Wicket 1.2-rc3 released

2006-05-02 Thread Johan Compagner
hmm thats strange.where does that weakreference come fromi will check it out.johanOn 5/2/06, Rüdiger Schulz [EMAIL PROTECTED] wrote:I can confirm this exact same erro on Jboss 3.2.5. --greetings from Berlin,Rüdiger SchulzMaciej Janusz wrote on 02.05.2006 at 17:17:JC you have to use the

Re: [Wicket-user] Wicket 1.2-rc3 released

2006-05-02 Thread Johan Compagner
ok found and fixed it.johanOn 5/2/06, Johan Compagner [EMAIL PROTECTED] wrote: hmm thats strange.where does that weakreference come fromi will check it out.johan On 5/2/06, Rüdiger Schulz [EMAIL PROTECTED] wrote:I can confirm this exact same erro on Jboss 3.2.5. --greetings from Berlin,Rüdiger

Re: [Wicket-user] Wicket 1.2-rc3 released

2006-05-02 Thread Johan Compagner
by the way turn of debug logging so that we don't enter the test mode by serializing the page to check if it is valid.On 5/2/06, Johan Compagner [EMAIL PROTECTED] wrote: ok found and fixed it.johanOn 5/2/06, Johan Compagner [EMAIL PROTECTED] wrote: hmm thats strange.where does that

[Wicket-user] Wicket 1.2-rc3 released

2006-05-01 Thread Martijn Dashorst
All,After some struggles with maven (the changes plugin gave up on me), I have been able to release a new release candidate of Wicket 1.2.You can download the release from the sourceforge servers. http://sourceforge.net/project/showfiles.php?group_id=119783This release contains all major