Hi to all, I try to deploy a struts2 application, using convention plug-in in JBoss 4.2.3.GA. All I get is a weird error (see below) and the weidest thing about it is that all i have to do to get this error is to drop de convention plug-in into a working struts2 application. I got the stack trace below just by deploying an unmodifided struts blank application (struts2-blank-2.1.6.war) in which i just dropped the convention plug-in... any ideas of what's going on ? Thank you in advance. (I apologize for my terrible english)
Jerome. 22:31:28,260 INFO [XmlConfigurationProvider] Parsing configuration file [struts-default.xml] 22:31:28,740 INFO [XmlConfigurationProvider] Parsing configuration file [struts-plugin.xml] 22:31:28,891 INFO [XmlConfigurationProvider] Parsing configuration file [struts.xml] 22:31:30,974 ERROR [STDERR] java.lang.Exception: Could not load jbossmq-httpil/war/WEB-INF/classes/o rg/jboss/mq/il/http/servlet/HTTPServerILServlet.class 22:31:30,984 ERROR [STDERR] at com.opensymphony.xwork2.util.finder.ClassFinder.readClassDef(Clas sFinder.java:745) 22:31:30,984 ERROR [STDERR] at com.opensymphony.xwork2.util.finder.ClassFinder.<init>(ClassFinde r.java:148) 22:31:30,984 ERROR [STDERR] at org.apache.struts2.convention.PackageBasedActionConfigBuilder.fin dActions(PackageBasedActionConfigBuilder.java:295) 22:31:30,994 ERROR [STDERR] at org.apache.struts2.convention.PackageBasedActionConfigBuilder.bui ldActionConfigs(PackageBasedActionConfigBuilder.java:277) 22:31:30,994 ERROR [STDERR] at org.apache.struts2.convention.ClasspathPackageProvider.loadPackag es(ClasspathPackageProvider.java:52) 22:31:30,994 ERROR [STDERR] at com.opensymphony.xwork2.config.impl.DefaultConfiguration.reloadCo ntainer(DefaultConfiguration.java:200) 22:31:31,004 ERROR [STDERR] at com.opensymphony.xwork2.config.ConfigurationManager.getConfigurat ion(ConfigurationManager.java:55) 22:31:31,004 ERROR [STDERR] at org.apache.struts2.dispatcher.Dispatcher.init_PreloadConfiguratio n(Dispatcher.java:360) 22:31:31,034 ERROR [STDERR] at org.apache.struts2.dispatcher.Dispatcher.init(Dispatcher.java:403 ) 22:31:31,034 ERROR [STDERR] at org.apache.struts2.dispatcher.ng.InitOperations.initDispatcher(In itOperations.java:69) 22:31:31,034 ERROR [STDERR] at org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFi lter.init(StrutsPrepareAndExecuteFilter.java:48)