Re: Wicket Example on GAE (Google App Engine) - Form post back

2010-09-08 Thread Dominik Drzewiecki
You have overriden newSessionStore() in your application in order to use HttpSessionStore rather than the default SecondLevelCacheSessionStore, haven't you? Take a look at Dan's blog entry : http://www.danwalmsley.com/2009/04/08/apache-wicket-on-google-app-engine-for-java/ cheers, /dd -- /* Spel

Wicket Example on GAE (Google App Engine) - Form post back

2010-09-08 Thread Clint Checketts
Further update regarding Wicket Examples on GAE: I've enabled the GuestBook example: http://wicketexamples.appspot.com/guestbook/ . However I'm stumped. When submitting the form in the example the usual Wicket behavior would be a POST (submitting the form) then a GET, and when running locally on m

Re: wicketstuff.org not available

2010-09-08 Thread Pat Ludwig
Confirmed. Thanks Martijn! - Pat On Sep 8, 2010, at 12:19 PM, Martijn Dashorst wrote: > should be starting up again. > > I've copied the tomcat.sh and startup_tomcat.sh scripts from the old > installation. Those were not copied, so the server would not > healthcheck itself and not start tomcat

Re: svn commit: r993571 - in /wicket/trunk/wicket/src/main/java/org/apache/wicket: ajax/AbstractDefaultAjaxBehavior.java ajax/AjaxRequestTarget.java request/handler/ListenerInterfaceRequestHandler.jav

2010-09-08 Thread Peter Ertl
Hi Martin, static methods can not be final as you can not overload them. The keyword is without any effect on static methods. It's similar to 'private final'. If you mind I can leave them but I find it confusing. I will split my commits into functional and non-functional changes in future, yo

Re: svn commit: r993571 - in /wicket/trunk/wicket/src/main/java/org/apache/wicket: ajax/AbstractDefaultAjaxBehavior.java ajax/AjaxRequestTarget.java request/handler/ListenerInterfaceRequestHandler.jav

2010-09-08 Thread Martin Grigorov
Hi Peter, Is there a reason to remove "final" from - public static final CharSequence throttleScript(CharSequence script, String throttleId, + public static CharSequence throttleScript(CharSequence script, String throttleId, Duration throttleDelay) ? I don't see a reason

Re: wicketstuff.org not available

2010-09-08 Thread Martijn Dashorst
should be starting up again. I've copied the tomcat.sh and startup_tomcat.sh scripts from the old installation. Those were not copied, so the server would not healthcheck itself and not start tomcat upon reboot. This should be fixed now. Martijn On Wed, Sep 8, 2010 at 5:49 PM, Pat Ludwig wrote:

wicketstuff.org not available

2010-09-08 Thread Pat Ludwig
hi, With a clear cache, I can't access wicketstuff.org (503 error) at present. Is this an expected outage? If not, would someone be so kind as to forward this to the appropriate webadmin? Thanks! regards, - Pat

Re: Wicket Hibernate Integration

2010-09-08 Thread Martijn Dashorst
Why is this sent to the dev@ list? This is a user@ question. Martijn On Wed, Sep 8, 2010 at 3:09 PM, chitrabhanu.das wrote: > > How do we integrate Wicket and Hibernate without any service layer in > between Is it even possible??? I have tried to but in vein Whenever > i try to call Hibe

Re: Wicket Hibernate Integration

2010-09-08 Thread Rodolfo Hansen
I agree with trying out using a service layer, But Databinder is the name of what you are looking for.. On Wed, Sep 8, 2010 at 7:50 AM, Arnout Engelen wrote: > On Wed, Sep 08, 2010 at 06:09:56AM -0700, chitrabhanu.das wrote: > > Caused by: org.dom4j.DocumentException: org.dom4j.DocumentFactory

Re: Wicket Hibernate Integration

2010-09-08 Thread Arnout Engelen
On Wed, Sep 08, 2010 at 06:09:56AM -0700, chitrabhanu.das wrote: > Caused by: org.dom4j.DocumentException: org.dom4j.DocumentFactory cannot be > cast to org.dom4j.DocumentFactory > Nested exception: > org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory > at org.dom4j

Re: Wicket Hibernate Integration

2010-09-08 Thread James Carman
A better question is why are you so averse to a service layer in between? On Wed, Sep 8, 2010 at 9:09 AM, chitrabhanu.das wrote: > > How do we integrate Wicket and Hibernate without any service layer in > between Is it even possible??? I have tried to but in vein Whenever > i try to call

Wicket Hibernate Integration

2010-09-08 Thread chitrabhanu.das
How do we integrate Wicket and Hibernate without any service layer in between Is it even possible??? I have tried to but in vein Whenever i try to call HibernateUtil to configure it fails saying... Sep 8, 2010 6:34:03 PM org.apache.wicket.RequestListenerInterface registerRequestListener

Re: [vote] release wicket 1.4.11

2010-09-08 Thread Igor Vaynberg
the vote has passed with 7 +1 binding, 3 +1 nonbinding, and no others. thank you -igor On Sat, Sep 4, 2010 at 8:12 PM, Igor Vaynberg wrote: > This vote is to release wicket 1.4.11 > > Branch: http://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.11/ > Artifacts: > http://people.apache.org/