Re: CI for Struts and the Struts Zone

2009-01-01 Thread Martin Cooper
On Thu, Jan 1, 2009 at 6:33 PM, Wes Wannemacher wrote: Another consideration is whether or not to publish the builds to > people.a.o. I mean, it's nice that the download is available to the > public, but if we're setting this up, there may be no need. We could > simply point people to > http://

Re: CI for Struts and the Struts Zone

2009-01-01 Thread Wes Wannemacher
On Thu, 2009-01-01 at 20:28 -0700, Wendy Smoak wrote: > On Thu, Jan 1, 2009 at 7:33 PM, Wes Wannemacher wrote: > > > So, I'd like to know what people think and if they have suggestions for > > how they'd like to see this done. I'm not steadfastly sticking to Hudson > > at this point, it just seem

Re: CI for Struts and the Struts Zone

2009-01-01 Thread Wendy Smoak
On Thu, Jan 1, 2009 at 7:33 PM, Wes Wannemacher wrote: > So, I'd like to know what people think and if they have suggestions for > how they'd like to see this done. I'm not steadfastly sticking to Hudson > at this point, it just seemed easy, so if someone thinks cruisecontrol, > continuum or what

Re: CI for Struts and the Struts Zone

2009-01-01 Thread Wes Wannemacher
Well, it's not a requirement, but I was sort of thinking that the second instance, that hosts our reference apps might need restarted frequently. Imagine that it's open to the public and we get offensive names added in the various people managers. I plan to use it to test. Each time we do a release

Re: CI for Struts and the Struts Zone

2009-01-01 Thread Musachy Barroso
why do we need 2 tomcat instances? musachy On Thu, Jan 1, 2009 at 9:33 PM, Wes Wannemacher wrote: > So, Martin and I took the discussion off-list briefly about the > nightlies and I learned a bunch about what we have and a few more things > about what Apache can help us with. > > First off, I le

CI for Struts and the Struts Zone

2009-01-01 Thread Wes Wannemacher
So, Martin and I took the discussion off-list briefly about the nightlies and I learned a bunch about what we have and a few more things about what Apache can help us with. First off, I learned about Solaris Zones... It is a virtual machine, like VMWare, but a bit different in the implementation.

Re: Spam from the OpenSymphony forum

2009-01-01 Thread James Holmes
+1 to shut down. On Thu, Jan 1, 2009 at 12:52 PM, Martin Cooper wrote: > I'd be fine with shutting it down. > > -- > Martin Cooper > > > On Thu, Jan 1, 2009 at 7:16 AM, Wendy Smoak wrote: > > > Is anyone still using the Jive forum interface to the mailing lists? > > We're getting spam posted th

Re: Spam from the OpenSymphony forum

2009-01-01 Thread Martin Cooper
I'd be fine with shutting it down. -- Martin Cooper On Thu, Jan 1, 2009 at 7:16 AM, Wendy Smoak wrote: > Is anyone still using the Jive forum interface to the mailing lists? > We're getting spam posted there coming through to the list. A quick > look at my archives shows 2 legitimate posts to

Re: 2.1.4 release quality

2009-01-01 Thread Musachy Barroso
Happy new year to you too :). I changed example.jsp in showcase to this: and the output html is (right): Could you set a breakpoint in ServletUrlRenderer.renderFormUrl() and debug? The action name and method are parsed, depending on whether "allowDynamicMethodCalls" is true, and there is so

Re: Spam from the OpenSymphony forum

2009-01-01 Thread Musachy Barroso
If so much spam is coming through it, +1 for shutting it down. musach On Thu, Jan 1, 2009 at 10:16 AM, Wendy Smoak wrote: > Is anyone still using the Jive forum interface to the mailing lists? > We're getting spam posted there coming through to the list. A quick > look at my archives shows 2 le

Spam from the OpenSymphony forum

2009-01-01 Thread Wendy Smoak
Is anyone still using the Jive forum interface to the mailing lists? We're getting spam posted there coming through to the list. A quick look at my archives shows 2 legitimate posts to 20+ spam ones. Should we shut it down? -Wendy

Re: Struts 2.1.3 on Struts 2.x homepage

2009-01-01 Thread GF
> How did you get to http://struts.apache.org/2.x/ ? www.google.com -> struts2 First search result is http://struts.apache.org/2.x/ :-) - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail:

2.1.4 release quality

2009-01-01 Thread Al Sutton
Happy new year all. I think I've found a couple of problems, one form based, and one rest plugin based (and these are reproducable :)). 1) In the JSP I have a form which uploads a file, the s:form tag is; onsubmit="document.getElementById('submit_button').disabled = 1;"