RE: upgrade from struts 2.3.37 to 2.5.30

2023-04-03 Thread Rohan Patil7
iginal Message- From: Lukasz Lenart Sent: 28 March 2023 14:36 To: Struts Users Mailing List Subject: [EXTERNAL] Re: upgrade from struts 2.3.37 to 2.5.30 wt., 28 mar 2023 o 10:23 Rohan Patil7 napisał(a): > First, we added the essential JARs, but it was giving the same error, so > added

Re: upgrade from struts 2.3.37 to 2.5.30

2023-03-28 Thread Lukasz Lenart
wt., 28 mar 2023 o 10:23 Rohan Patil7 napisał(a): > First, we added the essential JARs, but it was giving the same error, so > added all other JAR that are sturts dependent but not required by the project > but it gives the same error. > After that, we made some changes in web.xml and struts.xml

RE: upgrade from struts 2.3.37 to 2.5.30

2023-03-28 Thread Rohan Patil7
kasz Lenart Sent: 22 March 2023 21:44 To: Struts Users Mailing List Subject: [EXTERNAL] Re: upgrade from struts 2.3.37 to 2.5.30 śr., 22 mar 2023 o 17:05 Rohan Patil7 napisał(a): > Error 500: javax.servlet.ServletException: Filter > [struts2]:org.apac

Re: upgrade from struts 2.3.37 to 2.5.30

2023-03-23 Thread Lukasz Lenart
czw., 23 mar 2023 o 09:26 Rohan Patil7 napisał(a): > > Can you bit explain about > > 1) How can we fork the old plugin(here old plugin is dojo, right ?) Yes, the plugin from the latest 2.3.x version, https://github.com/apache/struts/tree/STRUTS_2_3_37/plugins/dojo Either you can just copy it int

RE: upgrade from struts 2.3.37 to 2.5.30

2023-03-23 Thread Rohan Patil7
sion means 2.5.30 or 6. x. Thanks & Regards Rohan Patil -Original Message- From: Lukasz Lenart Sent: 23 March 2023 12:12 To: Struts Users Mailing List Subject: [EXTERNAL] Re: upgrade from struts 2.3.37 to 2.5.30 śr., 22 mar 2023 o 18:21 Rohan Patil7 napisał(a): > Currently, we are u

Re: upgrade from struts 2.3.37 to 2.5.30

2023-03-22 Thread Lukasz Lenart
śr., 22 mar 2023 o 18:21 Rohan Patil7 napisał(a): > Currently, we are using Dojo heavily in our project, so my query is After > upgrading all the dependent jars does there any way we can support dojo for > struts 2.5.30 bcoz the dojo plugin is dropped. The Struts Dojo plugin won't work with Str

RE: upgrade from struts 2.3.37 to 2.5.30

2023-03-22 Thread Rohan Patil7
Hi Srinivas, I am using WAS 9.0.0.7 Thanks & Regards Rohan Patil -Original Message- From: Srinivas Arava Sent: 22 March 2023 23:13 To: Struts Users Mailing List Subject: [EXTERNAL] Re: upgrade from struts 2.3.37 to 2.5.30 Hi Rohan, I am assuming your target server websp

Re: upgrade from struts 2.3.37 to 2.5.30

2023-03-22 Thread Srinivas Arava
; Regards > Rohan Patil > > > -Original Message- > From: Srinivas Arava > Sent: 22 March 2023 19:34 > To: Struts Users Mailing List > Subject: [EXTERNAL] Re: upgrade from struts 2.3.37 to 2.5.30 > > What java se and EE (java or jakart) version are

RE: upgrade from struts 2.3.37 to 2.5.30

2023-03-22 Thread Rohan Patil7
arch 2023 21:44 To: Struts Users Mailing List Subject: [EXTERNAL] Re: upgrade from struts 2.3.37 to 2.5.30 śr., 22 mar 2023 o 17:05 Rohan Patil7 napisał(a): > Error 500: javax.servlet.ServletException: Filter > [struts2]:org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter &

Re: upgrade from struts 2.3.37 to 2.5.30

2023-03-22 Thread Lukasz Lenart
śr., 22 mar 2023 o 17:05 Rohan Patil7 napisał(a): > Error 500: javax.servlet.ServletException: Filter > [struts2]:org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter > was found, but is missing another required class. Looks like you are missing some dependency, I would start with

RE: upgrade from struts 2.3.37 to 2.5.30

2023-03-22 Thread Rohan Patil7
issue with the Struts filter in your application. The filter is looking for a required class that is missing. Thanks & Regards Rohan Patil -Original Message- From: Srinivas Arava Sent: 22 March 2023 19:34 To: Struts Users Mailing List Subject: [EXTERNAL] Re: upgrade from struts 2.

Re: upgrade from struts 2.3.37 to 2.5.30

2023-03-22 Thread Lukasz Lenart
śr., 22 mar 2023 o 11:27 Rohan Patil7 napisał(a): > We are following the > "https://cwiki.apache.org/confluence/display/WW/Struts+2.3+to+2.5+migration"; > document to upgrade struts 2.3.37 to 2.5.30. > As of now, we are facing an error as below, but unable to figure out what > causing it. > > E

Re: upgrade from struts 2.3.37 to 2.5.30

2023-03-22 Thread Srinivas Arava
What java se and EE (java or jakart) version are you using? On Wed, Mar 22, 2023, 6:27 AM Rohan Patil7 wrote: > Hi, > > We are following the " > https://cwiki.apache.org/confluence/display/WW/Struts+2.3+to+2.5+migration"; > document to upgrade struts 2.3.37 to 2.5.30. > As of now, we are facing

Re: upgrade from struts 2.3.37 to 2.5.30

2023-03-22 Thread Lukasz Lenart
śr., 22 mar 2023 o 11:19 Rohan Patil7 napisał(a): > We are following the > migration > document to upgrade struts 2.3.37 to 2.5.30. > As of now, we are facing an error as below, but unable to figure out what > causing i

upgrade from struts 2.3.37 to 2.5.30

2023-03-22 Thread Rohan Patil7
Hi, We are following the "https://cwiki.apache.org/confluence/display/WW/Struts+2.3+to+2.5+migration"; document to upgrade struts 2.3.37 to 2.5.30. As of now, we are facing an error as below, but unable to figure out what causing it. ERROR: Error 500: javax.servlet.ServletException: Filter [s

upgrade from struts 2.3.37 to 2.5.30

2023-03-22 Thread Rohan Patil7
Hi, We are following the migration document to upgrade struts 2.3.37 to 2.5.30. As of now, we are facing an error as below, but unable to figure out what causing it. ERROR: Error 500: javax.servlet.ServletException: F