Automatically exported from code.google.com/p/full-hibernate-plugin-for-struts2
0
stars
0
forks
source link
Action class "com.opensymphony.xwork2.ActionSupport" from mapping "/typeList" does not extends "com.opensymphony.xwork2.ActionSupport". Hibernate Session and Transaction will not be injected! #35
What steps will reproduce the problem?
1. public class TypeListAction extends ActionSupport
2. @SessionTarget private org.hibernate.Session hSession;
3. run this action.
What is the expected output? What do you see instead?
log shows:
Action class "com.opensymphony.xwork2.ActionSupport" from mapping "/typeList"
does not extends "com.opensymphony.xwork2.ActionSupport". Hibernate Session and
Transaction will not be injected!
What version of the product are you using? On what operating system?
2.2.2GA
Please provide any additional information below.
do not know why it is class "com.opensymphony.xwork2.ActionSupport", should be
TypeListAction.
Original issue reported on code.google.com by GDA.H...@gmail.com on 16 Feb 2012 at 5:12
Original issue reported on code.google.com by
GDA.H...@gmail.com
on 16 Feb 2012 at 5:12