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)
2.
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 the serverRuntime -- i
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
:
> >How did you deploy
>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 malform
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
> org.apache.struts2.dispatcher.Dispatcher.init(Dispatcher.java:491)
> 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
>
> --
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 f
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
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 successful
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 successful
Probably because of what the exception says; try removing the extra jar
file.
Dave
On Jul 19, 2011 12:12 PM, "Emi Lu" 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 + ognl3.0.2 +
> freemar
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 wrote:
> I'm try
12 matches
Mail list logo