Hi,
This program used to work fine in eclipse, but having this error in weblogic server. I read some articles about change setting in weblogic server. Is there any way that I can fix this without changing setting?
Error 500--Internal Server Error
java.lang.NoSuchMethodError: StudentInfo.setUserId(Ljava/lang/String;)V
at RegistrationServlet.doGet(RegistrationServlet.java:94)
at RegistrationServlet.doPost(RegistrationServlet.java:208)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
BTW, StudentInfo is just simple java bean.
thanks in advance.