struts2 - Up gradation issue while migrate the struts version 2.2.1 from struts 2.3.24.1 -
server: weblogic ide: intellej idea
hi, i'm trying migrate struts version 2.2.1 2.3.24.1
added required jars struts version 2.3.24.1 following below url's http://mvnrepository.com/artifact/org.apache.struts/struts2-core/2.3.24.1 http://mvnrepository.com/artifact/org.apache.struts.xwork/xwork-core/2.3.24.1
but getting following error:
could not load user defined filter in web.xml: org.apache.struts2.dispatcher.ng.filter.strutsprepareandexecutefilter. java.lang.noclassdeffounderror: org/apache/commons/lang3/stringutils @ com.opensymphony.xwork2.config.providers.xmlconfigurationprovider.register(xmlconfigurationprovider.java:213) @ org.apache.struts2.config.strutsxmlconfigurationprovider.register(strutsxmlconfigurationprovider.java:102) @ com.opensymphony.xwork2.config.impl.defaultconfiguration.reloadcontainer(defaultconfiguration.java:240) @ com.opensymphony.xwork2.config.configurationmanager.getconfiguration(configurationmanager.java:67) @ org.apache.struts2.dispatcher.dispatcher.getcontainer(dispatcher.java:967) truncated. see log file complete stacktrace
as error suggests "stringutils" class not found in commons-lang3 jar added commons-lang3-3.2 jar
but still i'm facing same error above mentioned.
added jars in pom.xml
struts2-core 2.3.24.1,commons-fileupload 1.3.1,commons-io 2.4,ognl 3.0.6,javassist 3.11.0.ga,freemarker 2.3.22,xwork-core 2.3.24.1,asm 3.3,asm-commons 3.3,commons-lang3 3.2,servlet-api 2.4,jsp-api 2.0,log4j 1.2.17
could suggest me how solve issue?
Comments
Post a Comment