Re: Upgrade from struts 2.3.37 to struts 2.5.20 issue.

2019-06-12 Thread fanggdev
Hi, Sorry for the misunderstanding. Included Jar(s) files: struts2-core 2.5.20 struts2-json-plugin 2.5.20 struts2-jsf-plugin 2.3.37 (latest version) log4j-api-2.11.2 log4j-core-2.11.2 log4j-jcl-2.11.2 log4-1.2-api-2.11.2 commons-logging-1.2 commons-lang3-3.8.1 commons-lang-2.4 commons-io-2.6

Re: Upgrade from struts 2.3.37 to struts 2.5.20 issue.

2019-06-12 Thread Yasser Zamani
No I meant latest version of struts-jsf plugin jar. You have mentioned "The previous problem had been solved." i.e. you already have struts-core in classpath and already you have finished some migration; So I told trying to also include latest version of struts-jsf plugin jar and seeing if your

Re: Upgrade from struts 2.3.37 to struts 2.5.20 issue.

2019-06-12 Thread fanggdev
Hi, I have included the latest version jar (Struts2-core-2.5.20) and i got the following error: [2019 Jun 12 10:01:33] ERROR Dispatcher[] - Dispatcher initialization failed com.opensymphony.xwork2.config.ConfigurationException: Unable to load configuration. at

Re: Upgrade from struts 2.3.37 to struts 2.5.20 issue.

2019-06-11 Thread Yasser Zamani
Hi FANG, I am not familiar with that plugin but as a simplest solution, does your application compile when you simply put it's latest version jar in your classpath? If so, does it run correctly? If not then I will look at that plugin and think about any solution :) - and please also include the

Re: Upgrade from struts 2.3.37 to struts 2.5.20 issue.

2019-06-10 Thread FANG YAP
Hi, The previous problem had been solved. I have another new issue regarding to the Struts 2 JSF Plugin. I know that the "struts2-jsf-plugin.jar" was removed and not supporting from Struts 2.5 onwards, how do we rectify Struts-JSF-Plugin in our project as the project was extending jsf-default in

Re: Upgrade from struts 2.3.37 to struts 2.5.20 issue.

2019-06-10 Thread fanggdev
On 2019/05/21 15:49:26, "HuiFung@GMail" wrote: > encounter issue when .ear file deployed in Weblogic 12.1.3.0.0 server. > > Error: Struts Dispatcher cannot be found... > > Upgraded the necessary jar files such as struts core, json and updates the > necessary properties file. but still

Re: Upgrade from struts 2.3.37 to struts 2.5.20 issue.

2019-05-22 Thread Lukasz Lenart
Hi, Did you follow the migration guideline? https://cwiki.apache.org/confluence/display/WW/Struts+2.3+to+2.5+migration Regards Lukasz wt., 21 maj 2019 o 18:45 HuiFung@GMail napisaƂ(a): > > encounter issue when .ear file deployed in Weblogic 12.1.3.0.0 server. > > Error: Struts Dispatcher

Upgrade from struts 2.3.37 to struts 2.5.20 issue.

2019-05-21 Thread HuiFung@GMail
encounter issue when .ear file deployed in Weblogic 12.1.3.0.0 server. Error: Struts Dispatcher cannot be found... Upgraded the necessary jar files such as struts core, json and updates the necessary properties file. but still encounter the struts dispatcher error. any idea what did I missed

Re: Upgrade from struts 2.3.37 to struts 2.5.20 issue.

2019-05-21 Thread Dave Newton
There's a lot of missing information here, like the stack trace, the precise jar versions, your web and struts configs. On Tue, May 21, 2019 at 11:59 AM HuiFung@GMail wrote: > > hi there, > > > encounter issue when .ear file deployed in Weblogic 12.1.3.0.0 server. > > Error: Struts Dispatcher

Upgrade from struts 2.3.37 to struts 2.5.20 issue.

2019-05-21 Thread HuiFung@GMail
hi there, encounter issue when .ear file deployed in Weblogic 12.1.3.0.0 server. Error: Struts Dispatcher cannot be found... Upgraded the necessary jar files such as struts core, json and updates the necessary properties file. but still encounter the struts dispatcher error. any idea what did