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 it at: 
http://wicketframework/maven2Nice having your own maven repo. Anyway you can release the jars of the spring, spring annot, and auth roles packages to your maven repo?


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 auth roles.
As an experiment I also created our own maven repository on the sourceforge servers. You can find it at: 

http://wicketframework/maven2
Nice having your own maven repo. Anyway you can release the jars of the spring, spring annot, and auth roles packages to your maven repo?



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] 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 it at: 

http://wicketframework/maven2Nice having your own maven repo. Anyway you can release the jars of the spring, spring annot, and auth roles packages to your maven repo?

-- Wicket 1.2 is coming! Write Ajax applications without touching _javascript_!-- http://wicketframework.org


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




---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


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?
http://wicket-library.com/wicket-examples/ajax?wicket:bookmarkablePage=:wicket.examples.ajax.builtin.ClockPageseems to work finejohanOn 5/2/06, 
Maciej Janusz [EMAIL PROTECTED] wrote:
How can have crypted urls I in rc3 release ?Classes WebResponseWithCryptedUrl/WebRequestWithCryptedUrl disappeared.The second issue I had found is AjaxSelfUpdatingTimerBehavior cause anserialization exception (see Ajax clock example) is there any workaround?
-- Maciej Janusz---Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimohttp://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___Wicket-user mailing listWicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


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 
http://wicket-library.com/wicket-examples/ajax?wicket:bookmarkablePage=:wicket.examples.ajax.builtin.ClockPage
JC seems to work fine
On my machine (jboss-4.0.4RC1) with examples 1.2-rc3
( 
http://localhost:8080/wicket-examples/ajax?wicket:bookmarkablePage=:wicket.examples.ajax.builtin.ClockPage
 )I get

-- begin of stacktrace 
WicketMessage: Internal error cloning object. Make sure all dependent objects 
implement Serializable.
Class: wicket.examples.ajax.builtin.ClockPage

Root cause:

java.io.NotSerializableException: java.lang.ref.WeakReference
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1075)
at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1369)
at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1341)
at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1284)
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1073)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:291)
at java.util.ArrayList.writeObject(ArrayList.java:570)
at java.lang.reflect.Method.invoke(Method.java:585)
at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:890)
at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1333)
at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1284)
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1073)
at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1369)
at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1341)
at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1284)
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1073)
at java.io.ObjectOutputStream.writeArray(ObjectOutputStream.java:1245)
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1069)
at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1369)
at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1341)
at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1284)
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1073)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:291)
at wicket.protocol.http.HttpSessionStore.setAttribute(HttpSessionStore.java:56)
at wicket.Session.setAttribute(Session.java:878)
at wicket.PageMap.put(PageMap.java:519)
at wicket.Session.touch(Session.java:684)
at wicket.Page.renderPage(Page.java:418)
at 
wicket.request.target.component.BookmarkablePageRequestTarget.respond(BookmarkablePageRequestTarget.java:224)
at 
wicket.request.compound.DefaultResponseStrategy.respond(DefaultResponseStrategy.java:49)
at 
wicket.request.compound.AbstractCompoundRequestCycleProcessor.respond(AbstractCompoundRequestCycleProcessor.java:66)
at wicket.RequestCycle.doProcessEventsAndRespond(RequestCycle.java:852)
at wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:879)
at wicket.RequestCycle.step(RequestCycle.java:960)
at wicket.RequestCycle.steps(RequestCycle.java:1034)
at wicket.RequestCycle.request(RequestCycle.java:453)
at wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:215)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at 
org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:54)
at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:174)
at 
org.jboss.web.tomcat.tc5.session.ClusteredSessionValve.invoke(ClusteredSessionValve.java:95)
at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at 

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 I'll try.

JC where do you see that serialization exception?
JC 
http://wicket-library.com/wicket-examples/ajax?wicket:bookmarkablePage=:wicket.examples.ajax.builtin.ClockPage
JC seems to work fine
 On my machine (jboss-4.0.4RC1) with examples 1.2-rc3
 (
 http://localhost:8080/wicket-examples/ajax?wicket:bookmarkablePage=:wicket.examples.ajax.builtin.ClockPage
 )I get

 -- begin of stacktrace 
 WicketMessage: Internal error cloning object. Make sure all
 dependent objects implement Serializable.
 Class: wicket.examples.ajax.builtin.ClockPage

 Root cause:

 java.io.NotSerializableException: java.lang.ref.WeakReference
 at
 java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1075)
 at
 java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1369)
 at
 java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1341)
 at
 java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1284)
 at
 java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1073)
 at
 java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:291)
 at java.util.ArrayList.writeObject(ArrayList.java:570)
 at java.lang.reflect.Method.invoke(Method.java:585)
 at
 java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:890)
 at
 java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1333)
 at
 java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1284)
 at
 java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1073)
 at
 java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1369)
 at
 java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1341)
 at
 java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1284)
 at
 java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1073)
 at
 java.io.ObjectOutputStream.writeArray(ObjectOutputStream.java:1245)
 at
 java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1069)
 at
 java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1369)
 at
 java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1341)
 at
 java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1284)
 at
 java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1073)
 at
 java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:291)
 at
 wicket.protocol.http.HttpSessionStore.setAttribute(HttpSessionStore.java:56)
 at wicket.Session.setAttribute(Session.java:878)
 at wicket.PageMap.put(PageMap.java:519)
 at wicket.Session.touch(Session.java:684)
 at wicket.Page.renderPage(Page.java:418)
 at
 wicket.request.target.component.BookmarkablePageRequestTarget.respond(BookmarkablePageRequestTarget.java:224)
 at
 wicket.request.compound.DefaultResponseStrategy.respond(DefaultResponseStrategy.java:49)
 at
 wicket.request.compound.AbstractCompoundRequestCycleProcessor.respond(AbstractCompoundRequestCycleProcessor.java:66)
 at
 wicket.RequestCycle.doProcessEventsAndRespond(RequestCycle.java:852)
 at
 wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:879)
 at wicket.RequestCycle.step(RequestCycle.java:960)
 at wicket.RequestCycle.steps(RequestCycle.java:1034)
 at wicket.RequestCycle.request(RequestCycle.java:453)
 at wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:215)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
 at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
 at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
 at
 org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
 at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
 at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
 at
 org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
 at
 org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
 at
 org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:54)
 at
 org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:174)
 at
 org.jboss.web.tomcat.tc5.session.ClusteredSessionValve.invoke(ClusteredSessionValve.java:95)
 at
 org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
 at
 org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
 at
 org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
 at
 

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 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 
http://wicket-library.com/wicket-examples/ajax?wicket:bookmarkablePage=:wicket.examples.ajax.builtin.ClockPageJC seems to work fine On my machine (jboss-4.0.4RC1) with examples 1.2-rc3 (
 http://localhost:8080/wicket-examples/ajax?wicket:bookmarkablePage=:wicket.examples.ajax.builtin.ClockPage
 )I get -- begin of stacktrace  WicketMessage: Internal error cloning object. Make sure all dependent objects implement Serializable. Class: 
wicket.examples.ajax.builtin.ClockPage Root cause: java.io.NotSerializableException: java.lang.ref.WeakReference at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1075)
 at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1369) at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1341) at java.io.ObjectOutputStream.writeOrdinaryObject
(ObjectOutputStream.java:1284) at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1073) at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:291) at java.util.ArrayList.writeObject
(ArrayList.java:570) at java.lang.reflect.Method.invoke(Method.java:585) at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:890) at java.io.ObjectOutputStream.writeSerialData
(ObjectOutputStream.java:1333) at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1284) at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1073) at
 java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1369) at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1341) at java.io.ObjectOutputStream.writeOrdinaryObject
(ObjectOutputStream.java:1284) at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1073) at java.io.ObjectOutputStream.writeArray(ObjectOutputStream.java:1245) at
 java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1069) at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1369) at java.io.ObjectOutputStream.writeSerialData
(ObjectOutputStream.java:1341) at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1284) at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1073) at
 java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:291) at wicket.protocol.http.HttpSessionStore.setAttribute(HttpSessionStore.java:56) at wicket.Session.setAttribute(Session.java
:878) at wicket.PageMap.put(PageMap.java:519) at wicket.Session.touch(Session.java:684) at wicket.Page.renderPage(Page.java:418) at wicket.request.target.component.BookmarkablePageRequestTarget.respond
(BookmarkablePageRequestTarget.java:224) at wicket.request.compound.DefaultResponseStrategy.respond(DefaultResponseStrategy.java:49) at wicket.request.compound.AbstractCompoundRequestCycleProcessor.respond
(AbstractCompoundRequestCycleProcessor.java:66) at wicket.RequestCycle.doProcessEventsAndRespond(RequestCycle.java:852) at wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:879)
 at wicket.RequestCycle.step(RequestCycle.java:960) at wicket.RequestCycle.steps(RequestCycle.java:1034) at wicket.RequestCycle.request(RequestCycle.java:453) at wicket.protocol.http.WicketServlet.doGet
(WicketServlet.java:215) at javax.servlet.http.HttpServlet.service(HttpServlet.java:697) at javax.servlet.http.HttpServlet.service(HttpServlet.java:810) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter
(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java
:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java
:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) at
 org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:54) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:174) at
 org.jboss.web.tomcat.tc5.session.ClusteredSessionValve.invoke(ClusteredSessionValve.java:95) at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) at org.apache.catalina.core.StandardHostValve.invoke
(StandardHostValve.java:126) at 

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 SchulzMaciej 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 I'll try.JC where do you see that serialization exception?JC 

http://wicket-library.com/wicket-examples/ajax?wicket:bookmarkablePage=:wicket.examples.ajax.builtin.ClockPageJC seems to work fine On my machine (jboss-4.0.4RC1) with examples 1.2-rc3 (

 http://localhost:8080/wicket-examples/ajax?wicket:bookmarkablePage=:wicket.examples.ajax.builtin.ClockPage
 )I get -- begin of stacktrace  WicketMessage: Internal error cloning object. Make sure all dependent objects implement Serializable. Class: 
wicket.examples.ajax.builtin.ClockPage Root cause: java.io.NotSerializableException: java.lang.ref.WeakReference at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1075)
 at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1369) at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1341) at java.io.ObjectOutputStream.writeOrdinaryObject

(ObjectOutputStream.java:1284) at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1073) at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:291) at java.util.ArrayList.writeObject

(ArrayList.java:570) at java.lang.reflect.Method.invoke(Method.java:585) at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:890) at java.io.ObjectOutputStream.writeSerialData

(ObjectOutputStream.java:1333) at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1284) at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1073) at
 java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1369) at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1341) at java.io.ObjectOutputStream.writeOrdinaryObject

(ObjectOutputStream.java:1284) at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1073) at java.io.ObjectOutputStream.writeArray(ObjectOutputStream.java:1245) at

 java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1069) at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1369) at java.io.ObjectOutputStream.writeSerialData

(ObjectOutputStream.java:1341) at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1284) at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1073) at
 java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:291) at wicket.protocol.http.HttpSessionStore.setAttribute(HttpSessionStore.java:56) at wicket.Session.setAttribute(Session.java

:878) at wicket.PageMap.put(PageMap.java:519) at wicket.Session.touch(Session.java:684) at wicket.Page.renderPage(Page.java:418) at wicket.request.target.component.BookmarkablePageRequestTarget.respond

(BookmarkablePageRequestTarget.java:224) at wicket.request.compound.DefaultResponseStrategy.respond(DefaultResponseStrategy.java:49) at wicket.request.compound.AbstractCompoundRequestCycleProcessor.respond

(AbstractCompoundRequestCycleProcessor.java:66) at wicket.RequestCycle.doProcessEventsAndRespond(RequestCycle.java:852) at wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:879)
 at wicket.RequestCycle.step(RequestCycle.java:960) at wicket.RequestCycle.steps(RequestCycle.java:1034) at wicket.RequestCycle.request(RequestCycle.java:453) at wicket.protocol.http.WicketServlet.doGet

(WicketServlet.java:215) at javax.servlet.http.HttpServlet.service(HttpServlet.java:697) at javax.servlet.http.HttpServlet.service(HttpServlet.java:810) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter

(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java

:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java

:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) at
 org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:54) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:174) at
 org.jboss.web.tomcat.tc5.session.ClusteredSessionValve.invoke(ClusteredSessionValve.java:95) at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) at 

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 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 SchulzMaciej 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 I'll try.JC where do you see that serialization exception?JC 


http://wicket-library.com/wicket-examples/ajax?wicket:bookmarkablePage=:wicket.examples.ajax.builtin.ClockPageJC seems to work fine On my machine (jboss-4.0.4RC1) with examples 1.2-rc3 (


 http://localhost:8080/wicket-examples/ajax?wicket:bookmarkablePage=:wicket.examples.ajax.builtin.ClockPage
 )I get -- begin of stacktrace  WicketMessage: Internal error cloning object. Make sure all dependent objects implement Serializable. Class: 
wicket.examples.ajax.builtin.ClockPage Root cause: java.io.NotSerializableException: java.lang.ref.WeakReference at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1075)
 at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1369) at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1341) at java.io.ObjectOutputStream.writeOrdinaryObject


(ObjectOutputStream.java:1284) at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1073) at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:291) at java.util.ArrayList.writeObject


(ArrayList.java:570) at java.lang.reflect.Method.invoke(Method.java:585) at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:890) at java.io.ObjectOutputStream.writeSerialData


(ObjectOutputStream.java:1333) at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1284) at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1073) at
 java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1369) at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1341) at java.io.ObjectOutputStream.writeOrdinaryObject


(ObjectOutputStream.java:1284) at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1073) at java.io.ObjectOutputStream.writeArray(ObjectOutputStream.java:1245) at


 java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1069) at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1369) at java.io.ObjectOutputStream.writeSerialData


(ObjectOutputStream.java:1341) at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1284) at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1073) at
 java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:291) at wicket.protocol.http.HttpSessionStore.setAttribute(HttpSessionStore.java:56) at wicket.Session.setAttribute(Session.java


:878) at wicket.PageMap.put(PageMap.java:519) at wicket.Session.touch(Session.java:684) at wicket.Page.renderPage(Page.java:418) at wicket.request.target.component.BookmarkablePageRequestTarget.respond


(BookmarkablePageRequestTarget.java:224) at wicket.request.compound.DefaultResponseStrategy.respond(DefaultResponseStrategy.java:49) at wicket.request.compound.AbstractCompoundRequestCycleProcessor.respond


(AbstractCompoundRequestCycleProcessor.java:66) at wicket.RequestCycle.doProcessEventsAndRespond(RequestCycle.java:852) at wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:879)
 at wicket.RequestCycle.step(RequestCycle.java:960) at wicket.RequestCycle.steps(RequestCycle.java:1034) at wicket.RequestCycle.request(RequestCycle.java:453) at wicket.protocol.http.WicketServlet.doGet


(WicketServlet.java:215) at javax.servlet.http.HttpServlet.service(HttpServlet.java:697) at javax.servlet.http.HttpServlet.service(HttpServlet.java:810) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter


(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java


:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java


:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) at
 org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:54) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:174) at
 

[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 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 it at: http://wicketframework/maven2As a statistics maniac I would appreciate downloads to go through the 
sourceforge.net download service, but I understand the need for a maven repository.Major fixes include:o Deadlock fixed when trying to render a page that was expired the second time.
o body tag onLoads contributed by Panel are now removed when the the Panel gets removed.o Ajax ClassCast exception at AjaxFormSubmitBehavioro Made Tree better extensible. Added two more examples of customized tree to wicket examples, and display them in a table for better utilization of space.
o and of course the numerous contributed Application.properties. Thanks!I have updated our website, and removed some obsolete information.If anyone has a good idea to automatically upload the sources and javadoc jars to a remote repository using maven I'm all ears. Apparently they have some setting ${
pom.additionalArtifacts}, but no way of setting that.Martijn-- Wicket 1.2 is coming! Write Ajax applications without touching _javascript_!-- http://wicketframework.org