Re: [OS-webwork] Xwork and Webwork 2.0 Status

2003-03-15 Thread Patrick Lightbody
I'm hoping to promote them out of sandbox very soon (this week is extremely busy for me, and then I'm traveling for two weeks). As for roadmaps, Jira supports managing roadmaps, it's just a matter of adding more things to have a "fix for" of 2.0 or 2.0-beta, etc. -Pat - Original Message -

[OS-webwork] Xwork and Webwork 2.0 Status

2003-03-15 Thread Heng Sin Low
It seems like the current xwork and webwork 2.0 cvs code is already fairy stable ( at least for testing purpose ), may be it is time to promote from sandbox ? Btw, is there any release milestone being set ? May be something like http://hibernate.bluemars.net/44.html Regards, Low __

RE: [OS-webwork] ActionFactory - can't set factory more than once

2003-03-15 Thread Jason Carreira
At least have it log a warning since in production usage you probably wouldn't want to be changing ActionFactories at runtime. > -Original Message- > From: Patrick Lightbody [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 15, 2003 1:49 PM > To: [EMAIL PROTECTED] > Subject: Re: [OS-webw

Re: [OS-webwork] ActionFactory - can't set factory more than once

2003-03-15 Thread Patrick Lightbody
In idea, when you run all tests at once, the same classloader is used and so that's why you're having your trouble. Running the tests individually in ant, for example, wouldn't have this problem -- but it would take much longer. Anyone object to changing this? Seems like a reasonable request... -