hi.
i have annother problem!
i have a web-app project!
spring 2.5.3
(spring-web, spring-jdbc, spring-tx, spring-mock, spring-orm, spring-beans,
spring-core, spring-context), struts2 2.1.6, jboss-5.0.1.
applicationContext.xml
Code:
<?xml version="1.0" encoding="UTF-8"?>
struts.xml
Code:
/WEB_INF/jsp/error.jsp
/WEB-INF/jsp/login.jsp
/WEB-INF/jsp/home.jsp
/WEB-INF/jsp/login.jsp
/WEB-INF/jsp/acceptAGB.jsp
web.xml
Code:
<?xml version="1.0" encoding="UTF-8"?>
GamigoWebStore
contextConfigLocation
classpath*:applicationContext*.xml
org.springframework.web.context.request.RequestContextListener
org.springframework.web.context.ContextLoaderListener
struts
org.apache.struts2.dispatcher.FilterDispatcher
struts
/*
LoginAction.java
Code:
public class LoginAction extends ActionSupport {
.
.
.
public String execute() {
my problem:
Code:
Unable to instantiate Action, loginAction, defined for 'index' in namespace
'/'loginAction from
baseclassloa...@147f75{vfsclassloaderpolicy@1bc12c9{name=vfszip:/usr/local/jboss-5.0.1/server/default/deploy/GamigoWebStore.ear/GamigoWebStore.war/
domain=classloaderdom...@4148d4{name=vfszip:/usr/local/jboss-5.0.1/server/default/deploy/GamigoWebStore.ear/GamigoWebStore.war/
parentPolicy=AFTER_BUT_JAVA_BEFORE
please help me
--
View this message in context:
http://www.nabble.com/how-to-integrate-struts2-%2B-convention-plugin-%2Bspring-tp23525241p23558491.html
Sent from the Struts - User mailing list archive at Nabble.com.