XWorkMessages

2016-09-20 Thread Louis Smith
In upgrading to Struts 2.5.2 I find that com.opensymphony.xwork2.XWorkMessages has been removed from the struts2-core jar file. The legacy usage was for the formatted messages, such as: XWorkMessages.DEFAULT_INVALID_FIELDVALUE What is the recommended replacement? Thank you, Louis Smith

Re: XWorkMessages

2016-09-20 Thread Louis Smith
Thank you Sir!

Re: Struts 2.5.3 & 2.3.31 ready for test

2016-10-06 Thread Louis Smith
One of my clients will take a LOT of "convincing" as they have 70 major projects using Struts 2, and all use parameteraware. Louis Dr. Louis Smith, ThD Chief Technology Officer, Kyra Solutions, Inc. On Thu, Oct 6, 2016 at 4:27 AM, Lukasz Lenart wrote: > 2016-10-06 10:20 GMT

Re: long to s:date

2016-10-29 Thread Louis Smith
I would vote for direct support of Java Instant Dr. Louis Smith, ThD Chief Technology Officer, Kyra Solutions, Inc. On Sat, Oct 29, 2016 at 7:18 AM, Aleksandr Mashchenko < amashche...@apache.org> wrote: > Hello, > > Currently supports java.util.Date and java.util.Calendar. How

Re: Upgrading do Servlet API 2.5 and JSP API 2.1

2016-11-16 Thread Louis Smith
several of my clients are on JBoss EAP and Weblogic 12c - JEE 7, Servlet 3 (or 3.1), and Java 8. Move on up as far as you can. Louis On Wed, Nov 16, 2016 at 4:51 AM, Christoph Nenning < christoph.nenn...@lex-com.net> wrote: > > Hi, > > > > What do you think about this? Maybe it's time for Stru

Re: Referencing request parameters in struts tags.

2016-11-16 Thread Louis Smith
Compatibility is always an issue for large customers - my biggest client reports 2,788 JSP's across 137 production applications. They are currently upgrading 67 of them to Struts 2.5/Tiles 3.05 under Java 8. The rest will be done next year. Louis On Wed, Nov 16, 2016 at 12:21 PM, Lukasz Lenart

Re: S2 makes Hacker News :/

2017-03-14 Thread Louis Smith
Sad, but what should have been the story is how rapidly the fixes were made available, and how a properly setup server would not be vulnerable Louis On Tue, Mar 14, 2017 at 8:09 AM, Rene Gielen wrote: > More of that... > http://www.reuters.com/article/us-canada-cyber-idUSKBN16K2BC > > Am 09.03

New Documentation/Question on Site

2017-04-06 Thread Louis Smith
I very much like the new look of the site, and the 2 new pages from Christopher. I do have one question - where is the roadmap showing the future of Struts? Plans for Java 8, Struts 3, etc. Thanks again for all the great and hard work you all do on Struts. My clients have been using it for over

Re: Ready for Struts 2.6

2017-07-13 Thread Louis Smith
Any chance of surveying the user community to find out what servers are in use? My clients are all on Weblogic 12c, JBoss 6 or better, TomCat 7, and even wildfly 10. Most have been on Servlet 3 and Java 8 for nearly 2 years now. I hate having to use "adapter" code for struts support to get data

FILES MISSING - 404 ERRORS

2017-07-27 Thread Louis Smith
Looks like /dtds/ was refreshed this morning, and the 2.4 and 2.5 dtd files are now missing. [image: [ ]] struts-2.0.dtd 2017-07-27 09:15 3.3K [image: [ ]] struts-2.1.7.dtd 2017-07-27 09:15 3.6K [image

Re: FILES MISSING - 404 ERRORS

2017-07-27 Thread Louis Smith
he.org host but they're > inside your local struts2-core-2.X.X.jar. > > On 7/27/2017 9:54 PM, Louis Smith wrote: > > Looks like /dtds/ was refreshed this morning, and the 2.4 and 2.5 dtd > files > > are now missing. > > > > > > [image: [ ]] struts-2.0.d

Re: FILES MISSING - 404 ERRORS

2017-07-27 Thread Louis Smith
Here is the sample from github: https://github.com/apache/struts-examples/blob/master/bean-validation/src/main/resources/struts.xml http://struts.apache.org/dtds/struts-2.5.dtd";> /index.jsp /edit.jsp /edit.jsp /thankyou.jsp Louis On Thu, Jul 27, 2017 at 3:37 PM, Lou

Re: FILES MISSING - 404 ERRORS

2017-07-27 Thread Louis Smith
vailable at > http://struts.apache.org/dtds/ but after opening that in browser, I > could download them by right click save as without any issue! maybe it > starts working. > > However, I also could not see struts-2.5.dtd. Something is wrong there > or we miss something. > > On

Re: Log4j2 configuration with struts 2.5.x

2017-10-24 Thread Louis Smith
1) Maven Dependencies: We do a lot of logging, and have a lot of libraries that bring their own requirements, so this is what we have: In the stanza: UTF-8 1.8 2.5.13 3.0.7 4.1.0.RELEASE 4.1.0.RELEASE 5.1.0.Final 2.6.2 3.2.0.Final 2.22.4 1.7.12

Re: Struts 2.6

2017-11-27 Thread Louis Smith
What Servlet API is 2.6 targeting? When will you start migrating to Java 9 structure and limitations? I have 60 apps up to spec on 2.5.10.1 or better, so should be ready for 2.6 ... Thank you again for all you do for Struts!! Louis Louis On Mon, Nov 27, 2017 at 5:52 AM, Lukasz Lenart wrote:

Re: Struts 2.6

2017-11-28 Thread Louis Smith
see what I can find. Louis On Tue, Nov 28, 2017 at 2:18 AM, Lukasz Lenart wrote: > 2017-11-27 20:20 GMT+01:00 Louis Smith : > > What Servlet API is 2.6 targeting? > > Servlet API 2.5 > > > When will you start migrating to Java 9 structure and limitations? > > Hm..

Re: Struts 2.4

2018-03-30 Thread Louis Smith
Considering that Java 8, 9, and 10 are all out - moving up to 7 seems like "not enough". How about a tech survey of Struts users to see what Java version they are on? I have my clients on Java 8, and doing research on 9. Louis Louis On Fri, Mar 30, 2018 at 8:10 AM, Lukasz Lenart wrote: > Hi

Re: Struts 2.5.18 test build is ready

2018-09-28 Thread Louis Smith
I noticed in the core pom.xml that there is still a profile for sun java tools at 1.5.0 Is this still viable? Louis On Thu, Sep 27, 2018 at 12:35 AM i...@flyingfischer.ch < i...@flyingfischer.ch> wrote: > Seems to run fine here. > > Thanks! > > Markus > > Am 26.09.2018 um 11:50 schrieb Lukasz

Java Versions

2018-10-03 Thread Louis Smith
With the new commercial pricing model from Oracle, will all suites need to be re-compiled and released using OpenJDK? Will there need to be 2 baselines - one "Oracle JDK" and one "Open JDK" so that users who do license java can use a version built with Oracle JDK, and for users who want only open

Testing Results

2018-12-27 Thread Louis Smith
Sirs: I have been testing moving my apps to Wildfly 15 running under OpenJDK11. I used 11 to re-build one of my legacy struts 2 applications, using 2.5.16 3.0.8 The application built, deployed - and the APIs ran, but no struts action would map. All threw the no mapping for namespace "/" and ac

Re: jdk8 in 2.6

2019-01-12 Thread Louis Smith
I vote for Java 8 as well. I already have clients moving to OpenJDK 11 and are looking at all suppliers to upgrade their products. Any of the underlying libraries (asm?) that have many versions ahead of the current ones in Struts could also be brought up as part of 2.6 Louis On Sat, Jan 12, 2

Re: Migrating from Struts 2.1.6 to 2.5

2020-07-16 Thread Louis Smith
Here are some notes I did for a client a LONG while ago 1. Overview 1.1 Purpose The purpose of this document is to introduce the reader to the process to upgrade a Struts 2 project to version 2.5.10.1 due to a vulnerability discovered in earlier versions of Struts. Although the like