ninada / full-hibernate-plugin-for-struts2

Automatically exported from code.google.com/p/full-hibernate-plugin-for-struts2
1 stars 0 forks source link

Struts2 filter doesnt start #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When I try to run the application I get this exception:

SEVERE: Exception starting filter struts2
java.lang.Error: Unresolved compilation problems:
The type javax.servlet.http.HttpServletRequest cannot be resolved. It is
indirectly referenced from required .class files
The method getRequest() from the type ServletActionContext refers to the
missing type HttpServletRequest

at
com.googlecode.s2hibernate.struts2.plugin.interceptors.SessionTransactionInjecto
rInterceptor.<init>(SessionTransactionInjectorInterceptor.java:275)

Original issue reported on code.google.com by jyoshiriro on 17 Dec 2009 at 3:11

GoogleCodeExporter commented 8 years ago
Fixed with 2.1.2

Original comment by jyoshiriro on 17 Dec 2009 at 3:11