java - Getting error while accessing webservices through apache axis2 -
the following error, can me in fixing error. package missing error?
org.apache.jasper.jasperexception: unable compile class jsp: error occurred @ line: 47 in jsp file: /axis2-web/include/httpbase.jsp type java.lang.charsequence cannot resolved. indirectly referenced required .class files 44: public string calculatehttpbase(httpservletrequest arequest) { 45: stringbuffer stringbuffer = new stringbuffer(); 46: if (frontendhosturl != null) { 47: stringbuffer.append(frontendhosturl); 48: } else { 49: string scheme = arequest.getscheme(); 50: stringbuffer.append(scheme);
any help?
Comments
Post a Comment