Re: Unable to load configuration

2016-06-08 Thread José Antonio Delgado Trujillo
BIZARRE :C I changed my POM for some simple build section only: - maven-war-plugin - maven-compiler-plugin Way 1 - FAIL Run AS / Run on Server Way 2 - CORRECT 1. Run AS / Maven Install 2. Run AS / Run on Server Way 3 - CORRECT 1. mvn install (from console batch)

Re: Unable to load configuration

2016-06-08 Thread Lukasz Lenart
2016-06-08 18:40 GMT+02:00 José Antonio Delgado Trujillo : >>How did you deploy your app to Wildfly? Looks like there is no such >>class in WAR/EAR > I usually choose between two things: > > run on the server -- in the Eclipse IDE Mars2 > maven/install and then add the war in

Re: Unable to load configuration

2016-06-08 Thread José Antonio Delgado Trujillo
Upss if i created first the war (maven install) and then add in the server maybe run correctly. if i use Run on server failed. Is it the problem the missing of wildfly-maven-plugin in the POM in the build section? 2016-06-08 17:40 GMT+01:00 José Antonio Delgado Trujillo : >

Re: Unable to load configuration

2016-06-08 Thread José Antonio Delgado Trujillo
>How did you deploy your app to Wildfly? Looks like there is no such >class in WAR/EAR I usually choose between two things: - run on the server -- in the Eclipse IDE Mars2 - maven/install and then add the war in the serverRuntime -- in the IDE Sure the war is deployed but i think is

Re: Unable to load configuration

2016-06-07 Thread Lukasz Lenart
2016-06-07 23:10 GMT+02:00 José Antonio Delgado Trujillo : > *Stack Trace* > Unable to load configuration. - action - > vfs:/Users/jdeltru/PFC/wildfly-10.0.0.Final/standalone/deployments/example.war/WEB-INF/classes/struts.xml:9:74 >

RE: Unable to load configuration

2016-06-07 Thread Martin Gainty
> From: jadt...@gmail.com > Date: Tue, 7 Jun 2016 22:10:26 +0100 > Subject: Unable to load configuration > To: user@struts.apache.org > > I have been wasted all this afternoon with a strange error. > > My app only have an action called VerySimpleAction. > I configured in the struts.xml > >

Re: Unable to load configuration. - bean - jar:file:/WEB-INF/lib/struts2-jquery-plugin-3.1.0.jar!/struts-plugin.xml:27:125 Exception

2011-07-19 Thread Dave Newton
Probably because of what the exception says; try removing the extra jar file. Dave On Jul 19, 2011 12:12 PM, Emi Lu em...@encs.concordia.ca wrote: Hello List, I got the following exception, could someone tell me what cause it? I am using struts2.2.3 + tiles2.2.2 + springframework3.05 +

Re: Unable to load configuration. - bean - jar:file:/WEB-INF/lib/struts2-jquery-plugin-3.1.0.jar!/struts-plugin.xml:27:125 Exception

2011-07-19 Thread Emi Lu
Probably because of what the exception says; try removing the extra jar file. You are Right Dave! I loaded both struts2-jquery-plugin-3.1.0.jar and struts2-jquery-plugin-3.1.0-source.jar into the project. The system complained about this. After I remove the source jar. Compiled

Re: Unable to load configuration. - bean - jar:file:/WEB-INF/lib/struts2-jquery-plugin-3.1.0.jar!/struts-plugin.xml:27:125 Exception

2011-07-19 Thread Emi Lu
Probably because of what the exception says; try removing the extra jar file. You are Right Dave! I loaded both struts2-jquery-plugin-3.1.0.jar and struts2-jquery-plugin-3.1.0-source.jar into the project. The system complained about this. After I remove the source jar. Compiled

Re: Unable to load configuration. - bean - jar:file:/WEB-INF/lib/struts2-jquery-plugin-3.1.0.jar!/struts-plugin.xml:27:125 Exception

2011-07-19 Thread Chris Pratt
Depends whether the source jar contains just the source, or the source and binaries. Why do you feel the need to put the source files in the run-time directory? It just takes up more time and memory for the JVM to parse the indexes of useless jar files. (*Chris*) On Tue, Jul 19, 2011 at 10:57

Re: Unable to load configuration. - bean - jar:file:/WEB-INF/lib/struts2-jquery-plugin-3.1.0.jar!/struts-plugin.xml:27:125 Exception

2011-07-19 Thread Emi Lu
Hi Chris, Depends whether the source jar contains just the source, or the source and binaries. Why do you feel the need to put the source files in the run-time directory? It just takes up more time and memory for the JVM to parse the indexes of useless jar files. To browse source codes and

Re: Unable to Load Configuration

2011-03-12 Thread Dave Newton
Under what server? I usually suspect conflicting Xerces libs, but it's hard to say not knowing *anything* about your app, your libs, your environment, etc. Doesn't look like anything related to Struts 2, though, at this point. Dave On Sat, Mar 12, 2011 at 1:11 PM, Jason Ferguson