ninada / full-hibernate-plugin-for-struts2

Automatically exported from code.google.com/p/full-hibernate-plugin-for-struts2
1 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

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
sorry,my config problem. please delete this issue.

Original comment by GDA.H...@gmail.com on 16 Feb 2012 at 5:23