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
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
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
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
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
Looking at Dispatcher.java:
public HashMap createContextMap(Map requestMap,
Map parameterMap,
Map sessionMap,
Map applicationMap,
HttpServletRequest r
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
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
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
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
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
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
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' : '
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
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
15 matches
Mail list logo