DO NOT REPLY [Bug 39074] New: - java.lang.NullPointerException

2006-03-23 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: Maven 2 repository containing Action 1.3?

2006-03-23 Thread Alexandre Poitras
+1, the groudId org.apache.struts.action should be reserved for the children modules and not the parent project. On 3/23/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote: > > Why use "org.apache.struts.action" and not just "org.apache.struts" ? > > AFAIK groupId is expected to gather artifacts from t

Re: Maven 2 repository containing Action 1.3?

2006-03-23 Thread Joe Germuska
At 8:37 AM +0100 3/23/06, Nicolas De Loof wrote: Why use "org.apache.struts.action" and not just "org.apache.struts" ? I'm inclined to agree with Nico. I assume Wendy's intention was to partition struts-action and struts-shale, which doesn't go as far as Nico's extrapolation, but in any case

DO NOT REPLY [Bug 39080] New: - XmlDefinitionsSet.extend does not clear "path" attribute

2006-03-23 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: r388173 - in /struts/sandbox/trunk/action2/apps/cookbook/src: java/cookbook2/ java/cookbook2/actiontag/ java/cookbook2/pojo/ webapp/pages/Buttons/

2006-03-23 Thread husted
Author: husted Date: Thu Mar 23 05:46:30 2006 New Revision: 388173 URL: http://svn.apache.org/viewcvs?rev=388173&view=rev Log: Action2 Apps * Cookbook ** Simplify Buttons example ** Correct paths to configuration files Modified: struts/sandbox/trunk/action2/apps/cookbook/src/java/cookboo

Re: Maven 2 repository containing Action 1.3?

2006-03-23 Thread Martin Cooper
On 3/22/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote: > > > Why use "org.apache.struts.action" and not just "org.apache.struts" ? Since I didn't create it, I can't give you a definitive answer, but my assumption is that it allows us to have different groups for our different "products". So the t

DO NOT REPLY [Bug 39082] New: - [Shale] Ant build: htmlunit issues

2006-03-23 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 39082] - [Shale] Ant build: htmlunit issues

2006-03-23 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 39083] New: - Explicitly set renderKitId on UIViewRoot in the test framework

2006-03-23 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 39083] - Explicitly set renderKitId on UIViewRoot in the test framework

2006-03-23 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: [shale-test] explicitly setting render kit id

2006-03-23 Thread Gary VanMatre
>From: "Dennis Byrne" <[EMAIL PROTECTED]> > > This passes w/ MyFaces, and fails w/ the RI . > > assertFalse(facesContext.getViewRoot().getRenderKitId() == null); > > It *should fail* for both. Can we please explicitly set renderKitId in > AbstractJsfTestCase.setUp() ? I am stuck on the follow

DO NOT REPLY [Bug 39084] New: - ImportAttribute does not import all attribute with ignore=true

2006-03-23 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: [shale-test] explicitly setting render kit id

2006-03-23 Thread Dennis Byrne
>I'm not sure why this behaves differently between myfaces and the RI but It behaves differently because MyFaces and the RI implement getRenderKitId differently. In JSF 1.0, UIViewRoot.getRenderKitId was supposed to return "HTML_BASIC" if it had never been set - in other words, it would never r

DO NOT REPLY [Bug 38627] - [shale] ${htmlunit.home} breaks build

2006-03-23 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 39082] - [Shale] Ant build: htmlunit issues

2006-03-23 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: [shale-test] explicitly setting render kit id

2006-03-23 Thread Gary VanMatre
>From: "Dennis Byrne" <[EMAIL PROTECTED]> > >I'm not sure why this behaves differently between myfaces and the RI but > > It behaves differently because MyFaces and the RI implement getRenderKitId > differently. In JSF 1.0, UIViewRoot.getRenderKitId was supposed to return > "HTML_BASIC" if it

Re: Maven 2 repository containing Action 1.3?

2006-03-23 Thread Alexandre Poitras
Well, I think it would be better to use a 3 levels project like this : groupdId : org.apache artifactId : struts | groupdId : org.apache.struts |artifactId : action | | | |--- all the sub projects share the groupId org.apache.struts.

svn commit: r388228 - /struts/shale/trunk/test-framework/src/java/org/apache/shale/test/base/AbstractJsfTestCase.java

2006-03-23 Thread gvanmatre
Author: gvanmatre Date: Thu Mar 23 10:25:33 2006 New Revision: 388228 URL: http://svn.apache.org/viewcvs?rev=388228&view=rev Log: Fix for Bug# 39083 reported by Dennis C. Byrne. Modified: struts/shale/trunk/test-framework/src/java/org/apache/shale/test/base/AbstractJsfTestCase.java Modifie

DO NOT REPLY [Bug 39083] - Explicitly set renderKitId on UIViewRoot in the test framework

2006-03-23 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: Maven 2 repository containing Action 1.3?

2006-03-23 Thread Martin Cooper
On 3/23/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote: > > Well, I think it would be better to use a 3 levels project like this : > > groupdId : org.apache > artifactId : struts > | > groupdId : org.apache.struts > |artifactId : action > | | > |

Re: [shale-test] explicitly setting render kit id

2006-03-23 Thread Dennis Byrne
>Oh, now it all makes sense. The AbstractJsfTestCase doesn't use a mock >UIViewRoot. I don't see why we wouldn't want to set the renderkit there. > >root.setRenderKitId(RenderKitFactory.HTML_BASIC_RENDER_KIT); Yes, I just put a patch in w/ a hard coded renderKitId, but the above would be better

Re: Maven 2 repository containing Action 1.3?

2006-03-23 Thread Wendy Smoak
On 3/23/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote: > Well, I think it would be better to use a 3 levels project like this : > > groupdId : org.apache > artifactId : struts > | > groupdId : org.apache.struts > |artifactId : action > | | > |

Re: Maven 2 repository containing Action 1.3?

2006-03-23 Thread Alexandre Poitras
I see, I thought you had a global struts pom project plus a specific pom project for every subprojects. Maven team usually suggests in a multi-modules project to append the parent artifactId to the children module's groupId (to conform to the directory structure). So everything looks fine then. O

DO NOT REPLY [Bug 39082] - [Shale] Ant build: htmlunit issues

2006-03-23 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: r388283 - in /incubator/webwork2: ./ conf/ config-browser/ config-browser/src/ config-browser/src/com/ config-browser/src/com/opensymphony/ config-browser/src/com/opensymphony/webwork/ con

2006-03-23 Thread mrdon
Author: mrdon Date: Thu Mar 23 14:10:58 2006 New Revision: 388283 URL: http://svn.apache.org/viewcvs?rev=388283&view=rev Log: Initial import of WebWork 2, version 2.2.2 [This commit notification would consist of 170 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

[Struts Wiki] Update of "ShaleRelease102" by WendySmoak

2006-03-23 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/ShaleRelease102 -- || Java

[ANNOUNCE] Struts 1.2.9 (General Availability)

2006-03-23 Thread Niall Pemberton
The Struts team is pleased to announce the release of Struts 1.2.9 for General Availability. This release is primarily to fix three security issues which have been identified and supersedes the earlier 1.2.8 version as the latest official release of Struts from The Apache Software Foundation. For m

[Struts Wiki] Update of "StrutsRelease129" by NiallPemberton

2006-03-23 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 NiallPemberton: http://wiki.apache.org/struts/StrutsRelease129 -- ||

Action 2 has begun!

2006-03-23 Thread Don Brown
The WebWork team has successfully completed WebWork 2.2.2, which was immediately imported into the WebWork 2 Incubator podling. Here is the current status: - The code is at https://svn.apache.org/repos/asf/incubator/webwork2 - All but Toby have Apache accounts and karma (Toby has sent in his CL

DO NOT REPLY [Bug 38627] - [shale] ${htmlunit.home} breaks build

2006-03-23 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: r388331 - in /incubator/webwork2/docs: Chaining Interceptor_attachments/CVS/ chinese/wikidocs/Chaining Interceptor_attachments/CVS/ wikidocs/Articles and press_attachments/CVS/ wikidocs/As

2006-03-23 Thread mrdon
Author: mrdon Date: Thu Mar 23 18:21:05 2006 New Revision: 388331 URL: http://svn.apache.org/viewcvs?rev=388331&view=rev Log: Removing old CVS directories Removed: incubator/webwork2/docs/Chaining Interceptor_attachments/CVS/ incubator/webwork2/docs/chinese/wikidocs/Chaining Interceptor_

svn commit: r388332 - in /incubator/webwork2: lib/ lib/build/ webapps/ webapps/portlet/ webapps/shopping-cart/ webapps/showcase/ webapps/showcase/src/webapp/WEB-INF/ webapps/showcase/src/webapp/jasper

2006-03-23 Thread mrdon
Author: mrdon Date: Thu Mar 23 18:24:26 2006 New Revision: 388332 URL: http://svn.apache.org/viewcvs?rev=388332&view=rev Log: Converting .cvsignore files to svn:ignore properties Removed: incubator/webwork2/lib/.cvsignore incubator/webwork2/lib/build/.cvsignore incubator/webwork2/weba

svn commit: r388333 - in /incubator/webwork2: conf/ config-browser/ launcher/ misc/ plugin/idea/ src/config-browser/ src/example/ src/migration-test/ src/migration/ src/plugin/ src/webapp/ src/webflow

2006-03-23 Thread mrdon
Author: mrdon Date: Thu Mar 23 18:35:37 2006 New Revision: 388333 URL: http://svn.apache.org/viewcvs?rev=388333&view=rev Log: Removing apparently empty directories Removed: incubator/webwork2/conf/ incubator/webwork2/config-browser/ incubator/webwork2/launcher/ incubator/webwork2/

svn commit: r388343 - in /incubator/webwork2: plugin/ src/etc/example/ src/etc/security/ src/java/com/opensymphony/webwork/example/ src/java/com/opensymphony/webwork/hibernate/ src/java/com/opensympho

2006-03-23 Thread mrdon
Author: mrdon Date: Thu Mar 23 19:14:25 2006 New Revision: 388343 URL: http://svn.apache.org/viewcvs?rev=388343&view=rev Log: removing more empty directories Removed: incubator/webwork2/plugin/ incubator/webwork2/src/etc/example/ incubator/webwork2/src/etc/security/ incubator/webw

svn commit: r388347 - in /incubator/webwork2/src/java: com/ org/ org/opensymphony/

2006-03-23 Thread mrdon
Author: mrdon Date: Thu Mar 23 19:25:59 2006 New Revision: 388347 URL: http://svn.apache.org/viewcvs?rev=388347&view=rev Log: Starting renaming of packages, removing unused packages Added: incubator/webwork2/src/java/org/ - copied from r388341, incubator/webwork2/src/java/com/ incub

Re: [VOTE] Struts Shale v1.0.2 Quality

2006-03-23 Thread Gary VanMatre
+1 for Alpha as well. Outside of the one known issue with the sql-browser application, it looks good. Nice work Wendy. Gary -- Original message -- From: "Wendy Smoak" <[EMAIL PROTECTED]> > After correcting packaging problems with the Shale 1.0.1 test build, > and fo

svn commit: r388348 - /incubator/webwork2/src/java/org/opensymphony/struts/

2006-03-23 Thread mrdon
Author: mrdon Date: Thu Mar 23 19:34:20 2006 New Revision: 388348 URL: http://svn.apache.org/viewcvs?rev=388348&view=rev Log: adding struts package Added: incubator/webwork2/src/java/org/opensymphony/struts/ - To unsubscrib

svn commit: r388350 - in /incubator/webwork2/src/java/org/opensymphony: struts/action2/ webwork/

2006-03-23 Thread mrdon
Author: mrdon Date: Thu Mar 23 19:42:10 2006 New Revision: 388350 URL: http://svn.apache.org/viewcvs?rev=388350&view=rev Log: Creating action2 package Added: incubator/webwork2/src/java/org/opensymphony/struts/action2/ - copied from r388347, incubator/webwork2/src/java/org/opensymphony

svn commit: r388353 - in /incubator/webwork2/src/java/org: apache/ apache/struts/ apache/webwork/ opensymphony/

2006-03-23 Thread mrdon
Author: mrdon Date: Thu Mar 23 19:43:23 2006 New Revision: 388353 URL: http://svn.apache.org/viewcvs?rev=388353&view=rev Log: Moving to apache package Added: incubator/webwork2/src/java/org/apache/ - copied from r388347, incubator/webwork2/src/java/org/opensymphony/ incubator/webwor

Re: [ANNOUNCE] Struts 1.2.9 (General Availability)

2006-03-23 Thread Paul Benedict
Congratulations Struts teams. I suppose this is the EOL of the 1.2 branch. May 1.3 come out soon and live long!! --- Niall Pemberton <[EMAIL PROTECTED]> wrote: > The Struts team is pleased to announce the release of Struts 1.2.9 for > General Availability. This release is primarily to fix three s

Re: Action 2 has begun!

2006-03-23 Thread Paul Benedict
I am very excited about this. I have two questions: 1. What is the plan for the large amount of bugzilla tickets that are against the 1.x branch? Since Comitters are a Limited Resource, it will be impossible to complete them all and maintain the 1.x branch, if 1.x is still going to be enhanced. 2

Re: Action 2 has begun!

2006-03-23 Thread Don Brown
Paul Benedict wrote: I am very excited about this. I have two questions: 1. What is the plan for the large amount of bugzilla tickets that are against the 1.x branch? Since Comitters are a Limited Resource, it will be impossible to complete them all and maintain the 1.x branch, if 1.x is still g

Re: Action 2 has begun!

2006-03-23 Thread Paul Benedict
>> The Action 1 migration is probably the >> most important part of Action 2, at least in the beginning. We need to >> make it easy and obvious for developers to move. Don, is Action2 going to include ALL the classes from Struts 1.3 (same package name) so that I can run action2 and action1 in

svn commit: r388357 [7/7] - in /incubator/webwork2/src/java/org/apache/struts/action2: ./ components/ components/table/ components/table/renderer/ components/template/ config/ config_browser/ dispatch

2006-03-23 Thread mrdon
Modified: incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/LabelDirective.java URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/LabelDirective.java?rev=388357&r1=388356&r2=388357&view=diff ===

Re: Action 2 has begun!

2006-03-23 Thread Don Brown
My plan is to bundle Action 1 with Action 2 for distribution, and in fact, the Action 2 build will depend on Action 1 already for the migration library. The Action 2 classes are in a different package, which should help them run side by side. I'm hoping to take it further than make it possibl

svn commit: r388369 [5/5] - in /incubator/webwork2: ./ src/java/ src/java/META-INF/ src/java/template/archive/simple/ src/test/ src/test/com/opensymphony/webwork/ src/test/com/opensymphony/webwork/com

2006-03-23 Thread mrdon
Modified: incubator/webwork2/webapps/showcase/src/webapp/WEB-INF/dwr.xml URL: http://svn.apache.org/viewcvs/incubator/webwork2/webapps/showcase/src/webapp/WEB-INF/dwr.xml?rev=388369&r1=388368&r2=388369&view=diff == --- inc

svn commit: r388370 - in /incubator/webwork2/src/test: com/ org/ org/opensymphony/

2006-03-23 Thread mrdon
Author: mrdon Date: Thu Mar 23 20:59:53 2006 New Revision: 388370 URL: http://svn.apache.org/viewcvs?rev=388370&view=rev Log: moving com to org test package Added: incubator/webwork2/src/test/org/ - copied from r388341, incubator/webwork2/src/test/com/ incubator/webwork2/src/test/or

svn commit: r388371 - in /incubator/webwork2/src/test/org: apache/ opensymphony/

2006-03-23 Thread mrdon
Author: mrdon Date: Thu Mar 23 21:00:42 2006 New Revision: 388371 URL: http://svn.apache.org/viewcvs?rev=388371&view=rev Log: moving opensymphony to apache test package Added: incubator/webwork2/src/test/org/apache/ - copied from r388370, incubator/webwork2/src/test/org/opensymphony/ Re

svn commit: r388372 - /incubator/webwork2/src/test/org/apache/struts/

2006-03-23 Thread mrdon
Author: mrdon Date: Thu Mar 23 21:01:05 2006 New Revision: 388372 URL: http://svn.apache.org/viewcvs?rev=388372&view=rev Log: Adding struts test package Added: incubator/webwork2/src/test/org/apache/struts/ - To unsubscribe

svn commit: r388373 - in /incubator/webwork2/src/test/org/apache: struts/action2/ webwork/

2006-03-23 Thread mrdon
Author: mrdon Date: Thu Mar 23 21:01:30 2006 New Revision: 388373 URL: http://svn.apache.org/viewcvs?rev=388373&view=rev Log: Moving action2 struts test package Added: incubator/webwork2/src/test/org/apache/struts/action2/ - copied from r388371, incubator/webwork2/src/test/org/apache/we

svn commit: r388375 - in /struts/sandbox/trunk/action2/apps/mailreader/src: java/mailreader2/ webapp/pages/

2006-03-23 Thread husted
Author: husted Date: Thu Mar 23 21:07:20 2006 New Revision: 388375 URL: http://svn.apache.org/viewcvs?rev=388375&view=rev Log: Action2 Apps * Mailreader - Work in progress ** Add Subscription grid to Registration.jsp ** Draft Subscription page. Added: struts/sandbox/trunk/action2/apps/mailr

svn commit: r388388 - in /incubator/webwork2: ./ docs/ docs/chinese/wikidocs/ docs/wikidocs/ docs/wikidocs/Tiles Use_attachments/ src/java/org/apache/struts/action2/components/ src/java/org/apache/str

2006-03-23 Thread mrdon
Author: mrdon Date: Thu Mar 23 21:50:22 2006 New Revision: 388388 URL: http://svn.apache.org/viewcvs?rev=388388&view=rev Log: Changing the code paths Modified: incubator/webwork2/build.xml incubator/webwork2/docs/chinese/wikidocs/Resources Available to Velocity Views.html incubator/w