Re: Confluence WW space & change/comment notification

2008-05-21 Thread Philip Luppens
On 5/21/08, Chase <[EMAIL PROTECTED]> wrote: > From: > http://struts.apache.org/2.x/docs/editing-the-documentation.html > "Confluence sends to the developers mailing list a daily summary of > changes, including new comments." > > Does this actually happen? I've made a couple of changes and didn't

Re: [VOTE] Bring Convention plugin into trunk and deprecate Zero Config

2008-05-21 Thread dusty
I have a largish app that I wrote with RESTful design. It doesn't use the REST plugin because I didn't like the codebehind results default. Having all my views in a flat directory with action-result.ext on a large project doesn't work. Instead I organized my views action/results (i.e. PatientC

convention plugin questions

2008-05-21 Thread Jeromy Evans
Apologies I still haven't had a change to look at the convention plugin/rest changes yet. I've got three quick questions about the convention plugin that I can't answer without digging deep into the source so I thought I'd put them out to others. 1. Can the convention plugin discover new acti

Re: Confluence WW space & change/comment notification

2008-05-21 Thread Martin Cooper
On Wed, May 21, 2008 at 12:21 PM, Chase <[EMAIL PROTECTED]> wrote: > From: http://struts.apache.org/2.x/docs/editing-the-documentation.html > "Confluence sends to the developers mailing list a daily summary of > changes, including new comments." > > Does this actually happen? I've made a couple of

Re: Confluence WW space & change/comment notification

2008-05-21 Thread Dave Newton
I mentioned this sometime a week or a few ago but never got an answer. I no longer receive the daily wiki change notifications. Dave --- Chase <[EMAIL PROTECTED]> wrote: > I'm on that alias. All I see are continuum and jira messages. > > James Holmes wrote: > > They get mailed to: [EMAIL PROTEC

parameters copy in Dipatcher

2008-05-21 Thread Musachy Barroso
Looking at Dispatcher.java: public HashMap createContextMap(Map requestMap, Map parameterMap, Map sessionMap, Map applicationMap, HttpServletRequest r

Re: Confluence WW space & change/comment notification

2008-05-21 Thread Chase
I'm on that alias. All I see are continuum and jira messages. James Holmes wrote: They get mailed to: [EMAIL PROTECTED] On Wed, May 21, 2008 at 3:21 PM, Chase <[EMAIL PROTECTED]> wrote: From: http://struts.apache.org/2.x/docs/editing-the-documentation.html "Confluence sends to the develope

Re: Confluence WW space & change/comment notification

2008-05-21 Thread James Holmes
They get mailed to: [EMAIL PROTECTED] On Wed, May 21, 2008 at 3:21 PM, Chase <[EMAIL PROTECTED]> wrote: > From: http://struts.apache.org/2.x/docs/editing-the-documentation.html > "Confluence sends to the developers mailing list a daily summary of > changes, including new comments." > > Does thi

Confluence WW space & change/comment notification

2008-05-21 Thread Chase
From: http://struts.apache.org/2.x/docs/editing-the-documentation.html "Confluence sends to the developers mailing list a daily summary of changes, including new comments." Does this actually happen? I've made a couple of changes and didn't see anything. I'd like to be able to see when people

Re: [struts-dev] S2 2.1.1 race condition passing request params: bug?

2008-05-21 Thread Dale Newfield
Giovanni Azua wrote: Hah!! I wish these restrictions would pop up on my face rather than having to discover them in the hard way :) http://struts.apache.org/2.x/docs/execute-and-wait-interceptor.html sez: This interceptor works on a per-session basis. That means that the same action name (myLo

Re: [struts-dev] S2 2.1.1 race condition passing request params: bug?

2008-05-21 Thread Giovanni Azua
Hah!! I wish these restrictions would pop up on my face rather than having to discover them in the hard way :) Dale many thanks for the clarification! Could this restriction be overcome? maybe finding a way to pair the requests, maybe using a request id in the Session ... can I make an improve

Re: [struts-dev] S2 2.1.1 race condition passing request params: bug?

2008-05-21 Thread Dale Newfield
Giovanni Azua wrote: The race-condition happens only because my simulation process uses the execAndWait interceptor The execAndWait interceptor has a restriction that it can only support a single long running task per action name per session. It is this restriction that allows follow-up requ

Re: S2 2.1.1 race condition passing request params: bug?

2008-05-21 Thread Giovanni Azua
hi, The race-condition happens only because my simulation process uses the execAndWait interceptor: class="com.sag.optimizer.ui.web.action.simulation.SimulationRunAction"> 1000 1000 webui.simulationWait webui.simulationReport ${ type.equals('COVARIANT') ? 'webui.formCovSimulation' : '

Re: S2 2.1.1 race condition passing request params: bug?

2008-05-21 Thread Giovanni Azua
hi, I found XWorkBasicConverter.java is making thread-unsafe use of the mutable Calendar and SimpleDateFormat singletons, this could explain the race-condition issue. I am trying to debug it now ... regards, Giovanni Giovanni Azua wrote: hi, I found in the S2 2.1.1 test build the followin

S2 2.1.1 race condition passing request params: bug?

2008-05-21 Thread Giovanni Azua
hi, I found in the S2 2.1.1 test build the following scenario that seems to be a bug, please confirm and I will enter a new ticket for it. I have a JSP page that allows the user to run simulations. This page includes among others two datetimepicker fields "beginDate" and "endDate". It is a