Re: Fwd: Build failed in Jenkins: Struts2-JDK7 #3

2012-11-22 Thread Lukasz Lenart
2012/11/22 Lukasz Lenart : > 2012/11/21 Lukasz Lenart : >> I removed dev@struts.a.o from these builds, only committer will get >> the error message. Right now I'm working on that > > Just one failing test left to run properly on JDK7: > > Tests in error: > testWebFlow(org.apache.struts2.sitegraph

Re: Encoding problem in Struts 2.3.7 in JSPs, selects and submit buttons using i18n

2012-11-22 Thread Łukasz Lenart
2012/11/22 i...@flyingfischer.ch : > I experience some problems with umlauts after upgrading from Struts 2.3.4.1 > to 2.3.7: > > Text with umlauts like 'ä' from properties files get scrambled in the JSPs, > selects and submit buttons. > > file -i shows that properties file are encoded as as iso-885

Re: Encoding problem in Struts 2.3.7 in JSPs, selects and submit buttons using i18n

2012-11-22 Thread Łukasz Lenart
2012/11/22 i...@flyingfischer.ch : > Hi Lenart > > thanks for replying and the input about encoding the properties files! > > Unfortunately encoding the properties file will only solve the problem > partially: > > Some texts in selects do come from a database and will still get > scrambled... You

Re: Encoding problem in Struts 2.3.7 in JSPs, selects and submit buttons using i18n

2012-11-22 Thread Łukasz Lenart
Ok, please register a bug then Regards -- Łukasz mobile +48 606 323 122 http://www.lenart.org.pl/ Warszawa JUG conference - Confitura http://confitura.pl/ 2012/11/22 i...@flyingfischer.ch : > I use pooled connections (c3p0) and do already specify the encoding: > > jdbcUrl="jdbc:mysql://127.0.0.

Re: Using fluido once available

2012-11-22 Thread Lukasz Lenart
2012/11/22 Lukasz Lenart : > 2012/11/22 Christian Grobmeier : >> eh couldnt wait and have started.. but one question. The folders >> "legacy" and "forms", are they part of the site and need to be moved >> to trunk or can they remain where they currently are? > > I think they can stay where they are

Re: Using fluido once available

2012-11-22 Thread Lukasz Lenart
2012/11/22 Christian Grobmeier : > eh couldnt wait and have started.. but one question. The folders > "legacy" and "forms", are they part of the site and need to be moved > to trunk or can they remain where they currently are? I think they can stay where they are now. At some point we should clean

Re: Using fluido once available

2012-11-22 Thread Christian Grobmeier
On Thu, Nov 22, 2012 at 1:06 PM, Christian Grobmeier wrote: > On Thu, Nov 22, 2012 at 12:58 PM, Lukasz Lenart > wrote: >> 2012/11/22 Christian Grobmeier : >>> I have it on my disk, currently pointing to: >>> https://svn.apache.org/repos/asf/struts/site >>> >>> it has not been updated with the re

Re: Using fluido once available

2012-11-22 Thread Christian Grobmeier
On Thu, Nov 22, 2012 at 12:58 PM, Lukasz Lenart wrote: > 2012/11/22 Christian Grobmeier : >> I have it on my disk, currently pointing to: >> https://svn.apache.org/repos/asf/struts/site >> >> it has not been updated with the recent developments. I am willing to help. >> In order to do so, would it

Re: Encoding problem in Struts 2.3.7 in JSPs, selects and submit buttons using i18n

2012-11-22 Thread i...@flyingfischer.ch
I use pooled connections (c3p0) and do already specify the encoding: jdbcUrl="jdbc:mysql://127.0.0.1/mydatabase?useUnicode=true&characterEncoding=UTF-8 I experience an inconsistent behaviour: Texts from the database only gets scrambled in selects. Umlauts are fine when usinga simple The prob

Re: Using fluido once available

2012-11-22 Thread Lukasz Lenart
2012/11/22 Christian Grobmeier : > I have it on my disk, currently pointing to: > https://svn.apache.org/repos/asf/struts/site > > it has not been updated with the recent developments. I am willing to help. > In order to do so, would it be better to make a new site-branch? i > could then try to mer

Re: Using fluido once available

2012-11-22 Thread Christian Grobmeier
Hi, oh i almost forgot about that. I have it on my disk, currently pointing to: https://svn.apache.org/repos/asf/struts/site it has not been updated with the recent developments. I am willing to help. In order to do so, would it be better to make a new site-branch? i could then try to merge my s

Re: Encoding problem in Struts 2.3.7 in JSPs, selects and submit buttons using i18n

2012-11-22 Thread i...@flyingfischer.ch
Hi Lenart thanks for replying and the input about encoding the properties files! Unfortunately encoding the properties file will only solve the problem partially: Some texts in selects do come from a database and will still get scrambled... ...but you are probably already aware of that ;-)

Re: Plan for Struts 3

2012-11-22 Thread Lukasz Lenart
2012/11/22 Dave Newton : > How useful is the Struts 1 plugin? It's mentioned as a migration way for S1 projects, but we can drop support for S1 in S3 Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ - To unsubscrib

Re: Plan for Struts 3

2012-11-22 Thread Dave Newton
How useful is the Struts 1 plugin? I'm not a big fan of the package name versioning. Dave (pardon brevity, typos, and top-quoting; on cell) On Nov 22, 2012 4:45 AM, "Lukasz Lenart" wrote: > 2012/11/22 Christian Grobmeier : > > Plugins would probably break. But they could break even when we sti

Re: Using fluido once available

2012-11-22 Thread Lukasz Lenart
Christian could you prepare a patch for what have you done so far ? I would like update the main webpage with the new look :-) Even if not everything is perfect it would nice to show people a movement and expect theirs feedback. Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ -

Re: Encoding problem in Struts 2.3.7 in JSPs, selects and submit buttons using i18n

2012-11-22 Thread Rene Gielen
Could you please file a bug in JIRA? https://issues.apache.org/jira/browse/WW - René 2012/11/22 i...@flyingfischer.ch > I experience some problems with umlauts after upgrading from Struts > 2.3.4.1 to 2.3.7: > > Text with umlauts like 'ä' from properties files get scrambled in the > JSPs, sele

Re: Plan for Struts 3

2012-11-22 Thread Lukasz Lenart
2012/11/22 Christian Grobmeier : > Plugins would probably break. But they could break even when we stick > with o.a.struts, at runtime (more worse). > That said I would prefer a.o.struts3, even when it is more work. Yeah, o.a.struts probably will disallow to use the Struts 1 plugin as packages and

Re: Plan for Struts 3

2012-11-22 Thread Christian Grobmeier
On Thu, Nov 22, 2012 at 10:36 AM, Lukasz Lenart wrote: > 2012/11/22 Lukasz Lenart : >> Rename Struts 2 packages to org.apache.struts ? > > I have only one concern - how to name packages :\ > > Right now there is org.apache.struts2, org.apache.struts is used by > Struts 1 - so the right direction w

Re: Plan for Struts 3

2012-11-22 Thread Lukasz Lenart
2012/11/22 Lukasz Lenart : > Rename Struts 2 packages to org.apache.struts ? I have only one concern - how to name packages :\ Right now there is org.apache.struts2, org.apache.struts is used by Struts 1 - so the right direction would be named them org.apache.struts3 but is it the good one ? Re

Re: Build failed in Jenkins: Struts2-JDK5 » Struts 2 GXP Plugin #4

2012-11-22 Thread Lukasz Lenart
2012/11/22 Lukasz Lenart : > Or I can comment them out in plugins pom.xml. After commenting out, build is stable. Is it the right solution ? Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ - To unsubscribe, e-mail

Re: The Master Plan

2012-11-22 Thread Łukasz Lenart
2012/11/22 Paul Benedict : > Don't all master plans need to end with an evil laugh? Right :D :D :D Regards -- Łukasz mobile +48 606 323 122 http://www.lenart.org.pl/ Warszawa JUG conference - Confitura http://confitura.pl/ - T

Re: Plan for Struts 3

2012-11-22 Thread Christian Grobmeier
+1 Reads very cool! On Thu, Nov 22, 2012 at 9:11 AM, Lukasz Lenart wrote: > Hi, > > I've prepared a simple plan to start working on Struts 3 which is > available here [1] > > Request Git repo from INFRA > Import project > Remove deprecated plugins > Remove deprecated APIs > Switch to Java 1.6 >

Re: Plan for Struts 3

2012-11-22 Thread Johannes Geppert
+1 Great Plan! Johannes # web: http://www.jgeppert.com twitter: http://twitter.com/jogep 2012/11/22 Lukasz Lenart > st

Plan for Struts 3

2012-11-22 Thread Lukasz Lenart
Hi, I've prepared a simple plan to start working on Struts 3 which is available here [1] Request Git repo from INFRA Import project Remove deprecated plugins Remove deprecated APIs Switch to Java 1.6 Rename XWork packages to org.apache.struts.xwork Rename Struts 2 packages to org.apache.struts ?

Re: Build failed in Jenkins: Struts2-JDK5 » Struts 2 GXP Plugin #4

2012-11-22 Thread Lukasz Lenart
2012/11/22 Lukasz Lenart : > There are two problems to build Struts 2 on JDK5, first is the GXP > which was build on JDK6 and classes aren't compliant and the second is > the embeddedjsp plugin which uses classes introduced with Java 1.6 > > My idea to solve these problems is to move them out to sa