svn commit: r393398 - in /struts/action/trunk: apps/blank/ apps/examples/ apps/faces-example1/ apps/faces-example2/ apps/mailreader/ apps/scripting-mailreader/ faces/ mailreader-dao/ scripting/

2006-04-11 Thread wsmoak
Author: wsmoak Date: Tue Apr 11 23:36:06 2006 New Revision: 393398 URL: http://svn.apache.org/viewcvs?rev=393398&view=rev Log: Add missing svn eol-style and keywords to poms. Modified: struts/action/trunk/apps/blank/pom.xml (contents, props changed) struts/action/trunk/apps/examples/pom

Re: Maven 2 build working, more to come

2006-04-11 Thread James Mitchell
Oh, speaking of nightlies, can we restart the nightly builds? I was only waiting for things to settle down. Is there anything else I can help with? -- James Mitchell On Apr 12, 2006, at 1:23 AM, Wendy Smoak wrote: On 4/11/06, Don Brown <[EMAIL PROTECTED]> wrote: Does it still do the ta

Re: [action2] Unit tests with ant/maven

2006-04-11 Thread Eric Molitor
Its not pretty but look at WW-1283 for the patch On 4/11/06, Eric Molitor <[EMAIL PROTECTED]> wrote: > Well, I have them working but probably not in the way you want them > too. I'll send the patch to both you and Rainer. > > Cheers, >Eric > > On 4/11/06, Rene Gielen <[EMAIL PROTECTED]> wrote:

Re: Maven 2 build working, more to come

2006-04-11 Thread Wendy Smoak
On 4/11/06, Don Brown <[EMAIL PROTECTED]> wrote: > Does it still do the tagging and version changing for you? I'm not sure if > I'm trust maven enough to do SVN commands quite yet. Yes. I wasn't sure yet, either. :) That's why I was the test repo finding out *exactly* what it planned to do. W

[Struts Wiki] Update of "StrutsMavenRelease" by WendySmoak

2006-04-11 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification. The following page has been changed by WendySmoak: http://wiki.apache.org/struts/StrutsMavenRelease The comment on the change is: Notes on releasing Struts Action -

[action2] Problem reports for configuration errors

2006-04-11 Thread Don Brown
I just added a feature to Action 2, which when in devMode, displays a helpful problem report whenever a configuration error occurs. This report includes the error message, the location information (resource uri, line and column numbers), the stacktraces, and a snippet of the offending file with

svn commit: r393367 - in /incubator/webwork2/action/src/main: java/org/apache/struts/action2/ java/org/apache/struts/action2/dispatcher/ java/org/apache/struts/action2/interceptor/debugging/ resources

2006-04-11 Thread mrdon
Author: mrdon Date: Tue Apr 11 19:11:40 2006 New Revision: 393367 URL: http://svn.apache.org/viewcvs?rev=393367&view=rev Log: Adding an error page that will show a "problem report" whenever a configuration error has occurred. This implementation needs to be refactored so other areas, like valid

Re: [Shale] unit test failures

2006-04-11 Thread Gary VanMatre
>From: "Craig McClanahan" <[EMAIL PROTECTED]> > > On 4/11/06, Gary VanMatre wrote: > > > > >It looks like the changes for the validator broke the core-library unit > > >tests. Gary, can you take a look please? > > >[EMAIL PROTECTED] core-library]$ ant test > > >Buildfile: build.xml > > > >

Re: [Shale] unit test failures

2006-04-11 Thread Craig McClanahan
On 4/11/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: > > >It looks like the changes for the validator broke the core-library unit > >tests. Gary, can you take a look please? > >[EMAIL PROTECTED] core-library]$ ant test > >Buildfile: build.xml > > > > We are now locked into validator 1.3. I think

[Shale] unit test failures

2006-04-11 Thread Gary VanMatre
>It looks like the changes for the validator broke the core-library unit >tests. Gary, can you take a look please? >[EMAIL PROTECTED] core-library]$ ant test >Buildfile: build.xml > We are now locked into validator 1.3. I think you need to run the download-dependencies. I changed the ant and m

[Shale] unit test failures

2006-04-11 Thread Craig McClanahan
It looks like the changes for the validator broke the core-library unit tests. Gary, can you take a look please? [EMAIL PROTECTED] core-library]$ ant test Buildfile: build.xml init: [echo] -- Shale Core Library 1.0.3-SNAPSHOT --- [echo] jsf-api.jar = /home/craigmcc/Apac

svn commit: r393313 - /incubator/webwork2/build.xml

2006-04-11 Thread rgielen
Author: rgielen Date: Tue Apr 11 14:31:00 2006 New Revision: 393313 URL: http://svn.apache.org/viewcvs?rev=393313&view=rev Log: First works on fixing ant build: - fixed xdoclet targets TBD: - check/fix other targets too - introduce more modular build as suggested by Jason, including restructuring

DO NOT REPLY [Bug 39264] - Validation allows java script injection

2006-04-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r393306 - in /incubator/webwork2: build.xml osbuild.xml

2006-04-11 Thread rgielen
Author: rgielen Date: Tue Apr 11 13:51:49 2006 New Revision: 393306 URL: http://svn.apache.org/viewcvs?rev=393306&view=rev Log: First works on fixing ant build: - Quick-fixed compile/jar target TBD: - check/fix other targets too - introduce more modular build as suggested by Jason, including res

Re: [action2] Unit tests with ant/maven

2006-04-11 Thread Eric Molitor
Well, I have them working but probably not in the way you want them too. I'll send the patch to both you and Rainer. Cheers, Eric On 4/11/06, Rene Gielen <[EMAIL PROTECTED]> wrote: > Hey guys, > > I was about to work on the ant build now. So if I got you rigth, Eric, > you already got things w

Re: [action2] Unit tests with ant/maven

2006-04-11 Thread Rene Gielen
Hey guys, I was about to work on the ant build now. So if I got you rigth, Eric, you already got things working? Then I'll wait for your patch... Regards, Rene Eric Molitor schrieb: It will have to be this evening (I'm -5 hours against UTC) as I dont have them on my work laptop. Cheers,

Re: Maven 2 build working, more to come

2006-04-11 Thread Don Brown
Does it still do the tagging and version changing for you? I'm not sure if I'm trust maven enough to do SVN commands quite yet. Would there be a way to use this build, but not have it do tagging, version number changing, etc? Thanks for all the hard work, btw! Don Wendy Smoak wrote: On 4/6/

DO NOT REPLY [Bug 39264] - Validation allows java script injection

2006-04-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 39264] - Validation allows java script injection

2006-04-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: [action2] Unit tests with ant/maven

2006-04-11 Thread Eric Molitor
It will have to be this evening (I'm -5 hours against UTC) as I dont have them on my work laptop. Cheers, Eric On 4/11/06, Rainer Hermanns <[EMAIL PROTECTED]> wrote: > Eric, > can you send your build patches over? > Would get me started sooner. > > tia, > Rainer > > On Apr 11, 2006, at 19:07 ,

Re: [action2] JIRA milestones

2006-04-11 Thread Don Brown
Agreed, go ahead and make the changes. I made you an admin in JIRA. Also, remove the other OS projects, including XWork, since we won't be migrating that over any time soon, and if/when we do, all the tickets will be out of date. Don Rainer Hermanns wrote: Don, I would prefix the old releas

Re: [action2] JIRA milestones

2006-04-11 Thread Rainer Hermanns
Don, I would prefix the old releases with WW and start the new releases with a numbering scheme only. So old releases will be archived properly and we do not loose the history. Rainer On Apr 11, 2006, at 19:38 , Don Brown wrote: With our tickets migrated to the new Apache JIRA, we need t

Re: [action2] Unit tests with ant/maven

2006-04-11 Thread Rainer Hermanns
Eric, can you send your build patches over? Would get me started sooner. tia, Rainer On Apr 11, 2006, at 19:07 , Eric Molitor wrote: I hacked away at them last night to get them to work via ant and intellij. Wasn't pretty but only took an hour or so. Probably take two hours to do it "right".

[action2] JIRA milestones

2006-04-11 Thread Don Brown
With our tickets migrated to the new Apache JIRA, we need to determine the best approach to change the versions to match Action 2. For example, what is milestone 2.3 should be version 1.0. How should we deal with old milestones? The only solution I can see is to remove all tickets and mileston

Re: [action2] Unit tests with ant/maven

2006-04-11 Thread Eric Molitor
I hacked away at them last night to get them to work via ant and intellij. Wasn't pretty but only took an hour or so. Probably take two hours to do it "right". On 4/11/06, Rainer Hermanns <[EMAIL PROTECTED]> wrote: > Is anyone currently working on the build process with ant and maven? > It looks l

[action2] Unit tests with ant/maven

2006-04-11 Thread Rainer Hermanns
Is anyone currently working on the build process with ant and maven? It looks like the test targets/goals are broken for now... Any update on this would be helpful to make the refactorings easier, thanks, Rainer - To unsubsc

Re: Stripes-like RequestProcessor

2006-04-11 Thread Craig McClanahan
On 4/11/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote: > > > Creating an alternative RequestProcessor may drop those limitations. To > make Struts work similar to Stripes, it would require : > > 1. use model beans as form-beans > Struts now can use form-bean not beeing ActionForm using > "BeanValid

Re: [Action2] StreamResult Patch

2006-04-11 Thread Eric Molitor
WW-1281 created Once I get a chance to look at why the unit tests aren't running tI'll add a bit more. I've also been looking at an alternate approach that would allow any Result (anything that extends StrutsResultSupport) to recieve its parameters from the stack. Cheers, Eric On 4/10/06, Ja

Re: JIRA

2006-04-11 Thread Martin Cooper
On 4/11/06, Alexandru Popescu <[EMAIL PROTECTED]> wrote: > > Hi guys! > > I keep receiving notifications from the JIRA. But once I try the links in > the emails, I am > redirected to https://issues.apache.org/struts/browse/WW which display a > Service Temporary Unavailable. > > What's going on? T

JIRA

2006-04-11 Thread Alexandru Popescu
Hi guys! I keep receiving notifications from the JIRA. But once I try the links in the emails, I am redirected to https://issues.apache.org/struts/browse/WW which display a Service Temporary Unavailable. What's going on? ./alex -- .w( the_mindstorm )p. ---

SV: Shale & Persistence Framework

2006-04-11 Thread Hermod Opstvedt
Hi First of all: This is not a Shale specific issue. Second: It all comes down to taste and experience of you and your co-workers. There was a recent thread here about it, so go ahead and read the arguments. Hermod -Opprinnelig melding- Fra: peoplesrepublican [mailto:[EMAIL PROTECTED]

Re: [Action2] ant new target failed missing intellij and eclipse configuration files

2006-04-11 Thread tm jee
Okie dokie thx for the information Pat. I'll try to read up about maven and try to get in running on my box. Cheers. - Original Message From: Patrick Lightbody <[EMAIL PROTECTED]> To: dev@struts.apache.org Sent: Tuesday, 11 April, 2006 2:39:13 PM Subject: Re: [Action2] ant new target fai

svn commit: r393222 - /incubator/webwork2/webapps/build.xml

2006-04-11 Thread tmjee
Author: tmjee Date: Tue Apr 11 07:01:15 2006 New Revision: 393222 URL: http://svn.apache.org/viewcvs?rev=393222&view=rev Log: allow a web app location to indicate the location for the web app to be created when using "ant new" and "ant build" Modified: incubator/webwork2/webapps/build.xml M

Re: Stripes-like RequestProcessor

2006-04-11 Thread James Mitchell
Struts has had the items you listed below (and many others) on our todo list [1] for a long time, but we haven't been able to get there as fast as we need to (or would have liked to) and are also just a few of the reasons driving the decision to go with WW2 as the basis for the Struts Actio

Stripes-like RequestProcessor

2006-04-11 Thread Nicolas De Loof
Hello all, First, please notice I'm glad with Struts and don't want to start a new "Is struts dead ?" thread. I've read Matt Raible's Java web framework sweet spot [1] and I noticed two points : - "modern" web framework use conventions to make new developer use the framework quickly and w

svn commit: r393193 - in /incubator/webwork2/webapps/blank/src/main/webapp/WEB-INF: classes/struts.properties classes/webwork.properties classes/xwork.xml web.xml

2006-04-11 Thread hermanns
Author: hermanns Date: Tue Apr 11 04:41:39 2006 New Revision: 393193 URL: http://svn.apache.org/viewcvs?rev=393193&view=rev Log: Refactoring webwork-> action2 names for starter sample app o adjusting configurations Added: incubator/webwork2/webapps/blank/src/main/webapp/WEB-INF/classes/strut

svn commit: r393192 - /incubator/webwork2/webapps/starter/src/main/webapp/WEB-INF/web.xml

2006-04-11 Thread hermanns
Author: hermanns Date: Tue Apr 11 04:41:14 2006 New Revision: 393192 URL: http://svn.apache.org/viewcvs?rev=393192&view=rev Log: Refactoring webwork-> action2 names for starter sample app o adjusting configurations Modified: incubator/webwork2/webapps/starter/src/main/webapp/WEB-INF/web.xml

svn commit: r393191 - /incubator/webwork2/webapps/portlet/src/main/etc/jbossportal2.0/webwork-portlet-pages.xml

2006-04-11 Thread hermanns
Author: hermanns Date: Tue Apr 11 04:37:06 2006 New Revision: 393191 URL: http://svn.apache.org/viewcvs?rev=393191&view=rev Log: Refactoring webwork-> struts names for portlet sample app o adjusting configurations Removed: incubator/webwork2/webapps/portlet/src/main/etc/jbossportal2.0/webwor

svn commit: r393190 - in /incubator/webwork2/webapps/portlet/src/main: etc/exo/ etc/gridsphere/ etc/jbossportal2.0/ etc/jbossportal2.2/ etc/jetspeed2/ etc/liferay3.6.1/ java/ java/template/xhtml/compo

2006-04-11 Thread hermanns
Author: hermanns Date: Tue Apr 11 04:34:25 2006 New Revision: 393190 URL: http://svn.apache.org/viewcvs?rev=393190&view=rev Log: Refactoring webwork-> struts names for portlet sample app o adjusting configurations Added: incubator/webwork2/webapps/portlet/src/main/etc/gridsphere/struts-portle

svn commit: r393188 - /incubator/webwork2/action/src/test/resources/org/apache/struts/action2/sitegraph/out.txt

2006-04-11 Thread hermanns
Author: hermanns Date: Tue Apr 11 04:17:27 2006 New Revision: 393188 URL: http://svn.apache.org/viewcvs?rev=393188&view=rev Log: Refactoring struts-default.xml o changing test output to reflect the refactoring Modified: incubator/webwork2/action/src/test/resources/org/apache/struts/action2/s

DO NOT REPLY [Bug 39270] New: - error in nested:options web-documentation

2006-04-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r393185 - /incubator/webwork2/webapps/portlet/src/main/java/xwork.xml

2006-04-11 Thread hermanns
Author: hermanns Date: Tue Apr 11 04:08:50 2006 New Revision: 393185 URL: http://svn.apache.org/viewcvs?rev=393185&view=rev Log: Refactoring struts-default.xml o moving portlet related action configs to struts-portlet-default.xml Modified: incubator/webwork2/webapps/portlet/src/main/java/xwor

svn commit: r393184 - in /incubator/webwork2/action/src/main/resources: struts-default.xml struts-portlet-default.xml

2006-04-11 Thread hermanns
Author: hermanns Date: Tue Apr 11 04:06:50 2006 New Revision: 393184 URL: http://svn.apache.org/viewcvs?rev=393184&view=rev Log: Refactoring struts-default.xml o moving portlet related action configs to struts-portlet-default.xml Added: incubator/webwork2/action/src/main/resources/struts-port

svn commit: r393182 - /incubator/webwork2/action/src/main/resources/struts.vm

2006-04-11 Thread hermanns
Author: hermanns Date: Tue Apr 11 04:03:59 2006 New Revision: 393182 URL: http://svn.apache.org/viewcvs?rev=393182&view=rev Log: Fixing bean name for velocity templates Modified: incubator/webwork2/action/src/main/resources/struts.vm Modified: incubator/webwork2/action/src/main/resources/str

svn commit: r393181 - /incubator/webwork2/action/src/main/resources/overview.html

2006-04-11 Thread hermanns
Author: hermanns Date: Tue Apr 11 03:56:22 2006 New Revision: 393181 URL: http://svn.apache.org/viewcvs?rev=393181&view=rev Log: Fixing javadocs Modified: incubator/webwork2/action/src/main/resources/overview.html Modified: incubator/webwork2/action/src/main/resources/overview.html URL: htt

svn commit: r393177 - /incubator/webwork2/action/src/main/java/org/apache/struts/action2/Main.java

2006-04-11 Thread hermanns
Author: hermanns Date: Tue Apr 11 03:46:21 2006 New Revision: 393177 URL: http://svn.apache.org/viewcvs?rev=393177&view=rev Log: Fixing javadocs Modified: incubator/webwork2/action/src/main/java/org/apache/struts/action2/Main.java Modified: incubator/webwork2/action/src/main/java/org/apache

svn commit: r393176 - /incubator/webwork2/action/src/main/java/org/apache/struts/action2/util/MergeIteratorFilter.java

2006-04-11 Thread hermanns
Author: hermanns Date: Tue Apr 11 03:45:49 2006 New Revision: 393176 URL: http://svn.apache.org/viewcvs?rev=393176&view=rev Log: Fixing javadocs Modified: incubator/webwork2/action/src/main/java/org/apache/struts/action2/util/MergeIteratorFilter.java Modified: incubator/webwork2/action/src

Shale & Persistence Framework

2006-04-11 Thread peoplesrepublican
I am about to start work on a new development, using Shale with WebLogic and I am trying to decide upon a persistence framework to use. Hibernate certainly looks favourite so far, but I cannot justify it's use on "Lots of people say it's good" or "MyEclipse has built in support for it". So can

svn commit: r393165 - /incubator/webwork2/action/src/main/resources/config-browser/error.ftl

2006-04-11 Thread tmjee
Author: tmjee Date: Tue Apr 11 02:12:45 2006 New Revision: 393165 URL: http://svn.apache.org/viewcvs?rev=393165&view=rev Log: terminate endPage freemarker tag properly, using <@endPage /> instead of <@endPage> Modified: incubator/webwork2/action/src/main/resources/config-browser/error.ftl M

svn commit: r393160 - in /incubator/webwork2/action/src/main: java/org/apache/struts/action2/views/freemarker/ java/org/apache/struts/action2/views/velocity/components/ resources/config-browser/ resou

2006-04-11 Thread tmjee
Author: tmjee Date: Tue Apr 11 01:52:13 2006 New Revision: 393160 URL: http://svn.apache.org/viewcvs?rev=393160&view=rev Log: changed velocity and freemarker prefix from ww to saf freemarker:- @ww.url -> @saf.url velocity wwurl -> safurl Modified: incubator/webwork2/ac

svn commit: r393162 - in /incubator/webwork2/webapps: ./ portlet/src/main/webapp/WEB-INF/view/ showcase/src/main/webapp/WEB-INF/classes/ showcase/src/main/webapp/continuations/ showcase/src/main/webap

2006-04-11 Thread tmjee
Author: tmjee Date: Tue Apr 11 01:55:26 2006 New Revision: 393162 URL: http://svn.apache.org/viewcvs?rev=393162&view=rev Log: changed velocity and freemarker prefix from ww to saf freemarker @ww.url -> @saf.url velocity wwurl -> safurl Modified: incubator/webwork