I am trying to deploy the application SAP Netweaver 7.5 which uses JAVAEE5 runtime. I could see that my application refer the class from Servlet 3.0
Caused by: java.lang.NoClassDefFoundError: javax/servlet/DispatcherType
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2724)
at java.lang.Class.getDeclaredMethods(Class.java:1998)
at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:668)
... 59 more
Caused by: java.lang.ClassNotFoundException: javax.servlet.DispatcherType
I am trying to deploy the application SAP Netweaver 7.5 which uses JAVAEE5 runtime. I could see that my application refer the class from Servlet 3.0
Caused by: java.lang.NoClassDefFoundError: javax/servlet/DispatcherType
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2724)
at java.lang.Class.getDeclaredMethods(Class.java:1998)
at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:668)
... 59 more
Caused by: java.lang.ClassNotFoundException: javax.servlet.DispatcherType