This content has been marked as final.
Show 3 replies
-
1. Re: javax.servlet.ServletException: java.lang.AbstractMethodErro
rasa Dec 31, 2009 12:16 AM (in response to rasa)Please let me know if any one knows about this issue. -
2. Re: javax.servlet.ServletException: java.lang.AbstractMethodErro
jfclere Jan 6, 2010 6:32 AM (in response to rasa)Already posted this issue... Don't do that please.
Probably you need to recompile your application and make sure you don't have a "servlet.jar" or "jsp.jar" in your bundle.
-
3. Re: javax.servlet.ServletException: java.lang.AbstractMethodErro
rasa Jan 7, 2010 8:33 AM (in response to jfclere)Solved this issue
http://community.jboss.org/thread/146296?tstart=0
None of the extra jar files are there, the issue were with my MVC which overrides the JspImplFactory which is using a diff spec (jsp 2.0). Handled it through a configuration and working fine.