Re: [S2] [VOTE] Struts 2.0.7 Quality

2007-03-27 Thread Ted Husted
The build is final, and people following this thread can use it if they choose. The grade is a matter of votes. Mine's +1 for a test-build, since I don't believe the changes made here warrant explaining why it's only a beta, or explaining that the i18n tag doesn't work. But, other PMC members mig

Re: [S2] [VOTE] Struts 2.0.7 Quality

2007-03-27 Thread David H. DeWolf
Agreed, but that doesn't prevent us from finalizing 2.0.7 as beta though does it? Since most of the work is already done, it seems worth putting out there for those that prefer the other 2.0.7 fixes to the i18n tag? Ted Husted wrote: I doubt that there will be enough binding GA votes for the

Re: [S2] [VOTE] Struts 2.0.7 Quality

2007-03-27 Thread Ted Husted
I doubt that there will be enough binding GA votes for the release when the i18n tag is broken. We'll just have to go on to 2.0.8 as soon as a new XW release is available. -Ted. On 3/27/07, Rene Gielen <[EMAIL PROTECTED]> wrote: I should have fixed the according XWork issue [1] for XW 2.0.2-SNA

Re: [S2] [VOTE] Struts 2.0.7 Quality

2007-03-27 Thread Rene Gielen
I should have fixed the according XWork issue [1] for XW 2.0.2-SNAPSHOT. To fix WW-1856, we have to upgrade XWork dependency. Unfortunately, the conditions under which this issue shows up are far from rare. Any use of the i18n tag is likely to cause troubles. I can reproduce various cases wh

Re: [s1] Tiles 2 support situation

2007-03-27 Thread David H. DeWolf
Both of these are temporary solutions. . . Why not push another tiles release? Aren't we at (or at least nearing) another milestone anyways? David Antonio Petrelli wrote: Hi all As you may have noticed, I added recently Tiles 2 support to Struts 1. Currently it relies on an unpublished snap

Re: [S2] [VOTE] Struts 2.0.7 Quality

2007-03-27 Thread Rene Gielen
I seem to have the same issue here in a customer project, but since it is portlet environment, I was not sure yet whether it was a porlet related issue... - Rene On Tue, 27 Mar 2007 10:55:27 +0200 (CEST), "Rainer Hermanns" <[EMAIL PROTECTED]> wrote: > James, > > there is a blocking error for x

Re: [S2] [VOTE] Struts 2.0.7 Quality

2007-03-27 Thread Ted Husted
Confirmed. https://issues.apache.org/struts/browse/WW-1856 On 3/26/07, James Mitchell <[EMAIL PROTECTED]> wrote: In trying to fix a few insignificant items in the the mailreader, and Feel free to fix the significant items too. :) The data access layers uses several anti-patterns, like using

Re: [S2] [VOTE] Struts 2.0.7 Quality

2007-03-27 Thread Rainer Hermanns
James, there is a blocking error for xwork 2.0.2 [1] that seems to be related. I am trying to work on this the coming weekend and release xw 2.0.2 ASAP with this and other fixes. +1 for beta cheers, Rainer [1] http://jira.opensymphony.com/browse/XW-487 > In trying to fix a few insignificant it

Re: proble in configuring hibernate with struts 2

2007-03-27 Thread Philip Luppens
Please use the Struts user mailing list for asking questions like this. Since you seem to be posting from Nabble, use the following link: http://www.nabble.com/Struts---User-f206.html Phil On 3/27/07, struts2 <[EMAIL PROTECTED]> wrote: hi all, i am trying to configure a same application with

proble in configuring hibernate with struts 2

2007-03-27 Thread struts2
hi all, i am trying to configure a same application with hibernate. I have a login.jsp and login.java(action) class. right now i am using my action class to check user name and password values entered by user against the one hard coded in the clas. Now i want database connectivity with hibernate,