Should be fixed with the xwork change.  One of the big changes I made
while refactoring was to remove the autocreation of the ActionContext
on the thread.  Previously, you could call ActionContext.getContext()
and get a valid context tied to the thread, lazily created.  I removed
this behavior for two reasons:

 1. The creation of the context now requires the container and its
managed objects, which isn't available anywhere statically (allowing
mulitple containers in the same classloader)

 2. Automatically creating thread-local objects seems like a memory
leak to me. A developer should explicitly have to think about when to
create the context and how to clean it up.

This change I'm most worried about breaking things, so please keep the
testing coming.  One of my goals with the 2.1 refactoring was to get
rid of static and threadlocal state stored all over the place,
hopefully making it easier to understand what is going on in the core
easier and minimize hidden resource usage.

Don

On 9/25/07, Musachy Barroso <[EMAIL PROTECTED]> wrote:
> I took a look at it but had no idea what was going on. I have no rush tho.
>
> musachy
>
> On 9/24/07, Don Brown <[EMAIL PROTECTED]> wrote:
> > Yep, it is...I'll try to fix it tonite if no one beats me to it.
> >
> > Don
> >
> > On 9/25/07, Musachy Barroso <[EMAIL PROTECTED]> wrote:
> > > I looked at it to see if I could fix, but it is related to Don's 
> > > refactoring.
> > >
> > > musachy
> > >
> > > On 9/24/07, Wes Wannemacher <[EMAIL PROTECTED]> wrote:
> > > > The JIRA ticket is -
> > > >
> > > > https://issues.apache.org/struts/browse/WW-2203
> > > >
> > > > When I started the ticket, I just thought it affected
> > > > struts2-showcase, but it sounds like if you try to build from trunk,
> > > > you won't get a working struts2. :(
> > > >
> > > > -Wes
> > > >
> > > > On 9/24/07, Wes Wannemacher <[EMAIL PROTECTED]> wrote:
> > > > > I have a JIRA started, it's sitting in my browser window to submit if
> > > > > no one objects. I figured if there was a quick fix I would do it, but
> > > > > it appears to be a real problem :(
> > > > >
> > > > > -W
> > > > >
> > > > > On 9/24/07, Piero Sartini <[EMAIL PROTECTED]> wrote:
> > > > > > I got the same error some days ago when trying to build a new 
> > > > > > skeleton for my
> > > > > > projects.
> > > > > > (the m2 starter archetype did not work with 2.1 trunk)
> > > > > >
> > > > > > I did not know if trunk is broken because of bigger changes going 
> > > > > > on and
> > > > > > decided to try it again this week ...
> > > > > >
> > > > > > Piero
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Wesley Wannemacher
> > > > > President, Head Engineer/Consultant
> > > > > WanTii, Inc.
> > > > > http://www.wantii.com
> > > > >
> > > >
> > > >
> > > > --
> > > > Wesley Wannemacher
> > > > President, Head Engineer/Consultant
> > > > WanTii, Inc.
> > > > http://www.wantii.com
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > >
> > > >
> > >
> > >
> > > --
> > > "Hey you! Would you help me to carry the stone?" Pink Floyd
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> "Hey you! Would you help me to carry the stone?" Pink Floyd
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to