[OS-webwork] Unmodified collection

2004-01-12 Thread Samuel Mota
Hi, At a ValidationAware action I'm trying to addActionError(msg) but getting java.lang.UnsupportedOperationException The stack trace are this: at java.util.Collections$UnmodifiableCollection.add(Collections.java:1000) at

RE: [OS-webwork] Unmodified collection

2004-01-12 Thread Jason Carreira
This is after chaining, right? This was a bug because I had ValidationAwareSupport returning an Unmodifiable Collection, and when chaining it was being set into the next Action. Now it returns a new Collection so modifications won't change the internal state and can be set into the next Action

[OS-webwork] 2.0 final

2004-01-12 Thread Fred Lamuette
Any idea about the date of WW2 2.0 final release ? Thank you. Richard HALLIER. --- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and

RE: [OS-webwork] Unmodified collection

2004-01-12 Thread Samuel Mota
Hi Jason, Yeah yeah ... this is a chaining problem, so now I must update to CVS snapshot :( ...thanks a lot for the tip. + Samuel G. Mota + [EMAIL PROTECTED] + 55 (11) 4417 7093 + Business Application Dpt. + Netset Serviços em Tecnologia + a Hypercom Company + http://www.hypercom.com

RE: [OS-webwork] 2.0 final

2004-01-12 Thread Jason Carreira
If you've been watching jira.opensymphony.com you've noticed that the number of bugs against Xwork 1.0 and WW2 has been going way down... For XW right now we've got 2 that the Atlassian guys need to clear up, but I think are done. For WW2 we've got 10 (came down from 40+ last week to around 4,

RE: [OS-webwork] Unmodified collection

2004-01-12 Thread Jason Carreira
Sorry about that. A final release will be out soon with this fix in it. -Original Message- From: Samuel Mota [mailto:[EMAIL PROTECTED] Sent: Monday, January 12, 2004 11:58 AM To: [EMAIL PROTECTED] Subject: RE: [OS-webwork] Unmodified collection Hi Jason, Yeah yeah ...

[OS-webwork] A fix for JasperReportViewServlet

2004-01-12 Thread Manyuan Jin
I am not aware if the issue has been solved by others, but when I tried to use JasperReportViewServlet for displaying charts/images in html files, it didn't work. Then I checked the source code, there is a line marked // todo fixme... currently not working After exploring more on Jasper report

RE: [OS-webwork] A fix for JasperReportViewServlet

2004-01-12 Thread Jason Carreira
Please create a Jira issue... -Original Message- From: Manyuan Jin [mailto:[EMAIL PROTECTED] Sent: Monday, January 12, 2004 11:19 AM To: [EMAIL PROTECTED] Subject: [OS-webwork] A fix for JasperReportViewServlet I am not aware if the issue has been solved by others, but when I

RE: [OS-webwork] 2.0 final

2004-01-12 Thread Fred Lamuette
I'm on alert ! :-) -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] la part de Jason Carreira Envoye : lundi 12 janvier 2004 17:02 A : [EMAIL PROTECTED] Objet : RE: [OS-webwork] 2.0 final If you've been watching jira.opensymphony.com you've noticed that the number of

[OS-webwork] Webwork unfair comparison

2004-01-12 Thread Hani Suleiman
Can someone try to track down these people? The email address they provide doesn't seem to work. Original Message A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: [EMAIL PROTECTED]

RE: [OS-webwork] Webwork unfair comparison

2004-01-12 Thread Jason Carreira
Yeah, I saw that today... I was trying to decide whether to bother responding... Some of the items are just silly, or are only based on their new release: New model systems with the same tags New controller systems Full W3C compliance Is it worth the effort?

Re: [OS-webwork] Webwork unfair comparison

2004-01-12 Thread Hani Suleiman
I'd say do, people shouldn't get away with lying, they'll just be encouraged to do it more! Jason Carreira wrote: Yeah, I saw that today... I was trying to decide whether to bother responding... Some of the items are just silly, or are only based on their new release: New model systems with

RE: [OS-webwork] Webwork unfair comparison

2004-01-12 Thread Jason Carreira
I replied on here: http://www.theserverside.com/home/thread.jsp?thread_id=23245#106551 And I'll probably get pissy responses, but oh, well ;-) -Original Message- From: Hani Suleiman [mailto:[EMAIL PROTECTED] Sent: Monday, January 12, 2004 2:32 PM To: [EMAIL PROTECTED] Subject: Re:

Re: [OS-webwork] Webwork unfair comparison

2004-01-12 Thread Tracy Snell
On Jan 12, 2004, at 2:24 PM, Hani Suleiman wrote: [EMAIL PROTECTED] SMTP error from remote mailer after initial connection: host inversoft.com [209.197.248.180]: 554 SMTP service not available Try again, appears to be working now [tjs]/tmp/x2vnc-1.6$ telnet inversoft.com 25 Trying

[OS-webwork] XSLTServlet cannot find stylesheet

2004-01-12 Thread Eric Mckenna
Hello group, Using Webwork 1.4 with tomcat 4.1.29 and have run into a problem when the XSLTServlet tries to get the stylesheet for the action. Here's the first part of the exception: --- javax.servlet.ServletException: XSLT Transformation failed:

Re: [OS-webwork] XSLTServlet cannot find stylesheet

2004-01-12 Thread Hani Suleiman
You're right, it shouldn't use getRealPath, would anyone be upset if this is changed to use context.getResourceAsStream? Eric Mckenna wrote: Hello group, Using Webwork 1.4 with tomcat 4.1.29 and have run into a problem when the XSLTServlet tries to get the stylesheet for the action. Here's the

Re: [OS-webwork] Webwork unfair comparison

2004-01-12 Thread Mathias Bogaert
vita non est vivere sed valere vita est ;-) - Original Message - From: Jason Carreira [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 12, 2004 8:47 PM Subject: RE: [OS-webwork] Webwork unfair comparison I replied on here:

Re: [OS-webwork] XSLTServlet cannot find stylesheet

2004-01-12 Thread Hani Suleiman
Mmm, of course if you provide a patch for this it'll happen much faster ;) On Jan 12, 2004, at 6:19 PM, Fredrik Lindgren wrote: I agree that using a context based URL is the way to go. I would however suggest not going directly to the stream, but rather going through the step of getting the