Re: [Stripes-users] lifecycle stages being executed twice

2009-02-23 Thread Freddy Daoud
Just a logging error. The message was hardcoded to @Before. On Mon, 23 Feb 2009 14:34:39 +0200, zkn z...@abv.bg said: Was this just a logging error or the annotated methods were really being executed before the defined cycles? On 21.02.2009, at 18:38, Freddy Daoud wrote: I opened a

[Stripes-users] True RESTful Support

2009-02-23 Thread Gregg Bolinger
This past weekend I was working on a project where we needed true RESTful support. For those that don't know what that is, basically, I needed to be able to somehow map the HTTP methods GET/POST/PUT/DELETE to methods in my action bean. So I made a couple of annotations so I could mark which

Re: [Stripes-users] True RESTful Support

2009-02-23 Thread Oscar Westra van Holthe - Kind
On 23-02-2009 at 11:30, Gregg Bolinger wrote: If I needed to add support in stripes for handling PUT and DELETE where is the best place to do that? In the DispatcherServlet. IIRC, currently Stripes implement the doGet(...) and doPost(...) methods; one points to the other. You could to the same

Re: [Stripes-users] Weird behavior using Stripersist/Hibern ate or HSQL setup?

2009-02-23 Thread AK
Richard Hauswald richard.hausw...@... writes: I ran into this problem doing some hibernate testing a few years ago. In my case the problem was, that hsqldb by default, requires all I/U/D queries to be executed insode a transaction which also needs to be commited, otherwise the data is not

Re: [Stripes-users] True RESTful Support

2009-02-23 Thread Gregg Bolinger
So this might not be a stripes issue. I'm using jetty and I ran across this thinking maybe jetty wasn't configured to handle anything but GET and POST. I know on most app servers you can turn off/on verbs, http://jira.codehaus.org/browse/JETTY-669 What I don't get is why the fix was to not let

[Stripes-users] Stripes + Terracotta = No Go

2009-02-23 Thread Stephen Starkey
Hey folks, I know some discussion was under way that talked about creating an integration module for Stripes with Terracotta. I've got a little time this week to work on integration, and would love it if folks could chime in with some pointers on at least one issue I'm seeing. The following