Questions tagged as 'maven'

0
answers

Problem when uploading image to server with Spring java

It's been 2 days without being able to solve this and I see no other recourse here, the problem is that I try to upload the image to server with the java spring framework and place the path of its location in the database, but when sending it I...
asked by 27.09.2018 / 16:01
0
answers

Tomcat does not process my xhtml

I'm doing a project with sprig-boot, jsf, tomcat and maven, when I run the app with the command mvn-spring-boot:run works perfectly with my embedded tomcat, but when I go to my tomcat on the server, I charge my war and it I give in deploy...
asked by 30.08.2018 / 22:06
1
answer

Spring boot, 1 problem was encountered while building the effective model

I'm new to spring boot and I have a question. When I start a new maven project, in "Spring tool suite", I find this error in my POM.xml    "1 problem was encountered while building the effective model [FATAL]   Non-parseable POM   C: \...
asked by 17.07.2018 / 02:16
1
answer

PasswordEncoder mapped for the id "null"

I'm doing the CORS in SpringBoot and I've had a series of problems that I solved by importing 1 dependency. The pom.xml: <!-- Spring Boot --> <dependency> <groupId>org.springframework.boot</groupId...
asked by 04.07.2018 / 06:59
0
answers

Problem with the plugin org.apache.maven.plugins

I am running a mavenized java project, and when I run it as maven build I get an error related to a plugin. The error is: --- maven-compiler-plugin:3.7.0:compile (default-compile) @ Sesion05jmr779 [INFO] Changes detected - recompiling the modu...
asked by 02.06.2018 / 11:10
1
answer

maven - proxy - Could not transfer artifact. (Corporate proxy)

Maven does not download the link libraries I'm trying to download the maven repository to create a Java application. If I do it from home it works because I do not have a proxy, if I do it from the company it does not download even if I con...
asked by 26.04.2018 / 23:39
0
answers

How can I deploy a war file in jboss with jenkins?

I am trying to automate the deployment to a Jboss AS 7.4 server with the mavens jboss-as plugin, my situation is that I am given the application's war file in a specific directory and I need jenkins to take that war and I deploy it on the jboss...
asked by 04.01.2018 / 23:41
1
answer

Tomcat - JSF 2.2 - NullPointerException when starting the server

I am trying to deploy a web application ( war ) in Tomcat 8.5 . The application is made in Java 8 with Maven , Mojarra 2.3.2 . Additional I'm using Primefaces 6.1 , Richfaces 4.3.7 (that union of prime and rich was already made from...
asked by 15.09.2017 / 20:38
0
answers

IntelliJ, Maven and Spring to try to generate a Runnable jar

First of all, thank you very much for the help. I comment, I'm starting to use this programming environment, but I have problems to generate the Jar and run my program out of the environment. I explain, the program works when I run the class wit...
asked by 27.01.2017 / 11:14
1
answer

Invalid action class configuration that references an unknown class named

I have an application in Struts2 and Spring with Maven, but when trying to perform an action, the following error occurs: Invalid action class configuration that references an unknown class named Exception: java.lang.RuntimeException:...
asked by 10.01.2017 / 19:18