Questions tagged as 'maven'

0
answers

Property file size influences perfomance?

I have 1 project with 3 sub-projects (maven) each with a .properties file used to store titles of labels, buttons, etc ... The idea is that in the future each of them has several of these .properties files in different languages, so we would hav...
asked by 23.10.2018 / 21:19
0
answers

Hibernate 3 does not work with maven and glassfish 4.1.2

I have an application created with maven (jsf 2.2, hibernate 3.3.0) and deployed in glassfish 4.1.2. when I change a record it gives the following error: javax.faces.el.EvaluationException: java.lang.NoSuchMethodError: org.hibernate.event.PreU...
asked by 03.10.2018 / 20:13
0
answers

Error when using maven-ear-plugin - Does not match the war on the ear

I'm adding the maven-ear-plugin plugin to customize the context, but when deploying, Jboss does not find the war inside the ear. I've got this setting: link But it does not run with the addition of the plugin. I'm using Jboss 7.0 EAP...
asked by 30.09.2018 / 01:02
0
answers

AdminFaces - Failed to read artifact descriptor

Good morning, I'm starting with Admin-Faces . By including dependency on the project (eclipse), I'm getting the error below:    org.eclipse.aether.resolution.ArtifactDescriptorException: Failed to   read artifact descriptor for org.o...
asked by 26.09.2018 / 10:53
0
answers

Project maven with JSF 1.2 does not publish in glassfish 4.1.2

I have a maven application that uses JSF 1.2, RichFaces 3.3.3, Hibernate 3.2.0, Glassfish 4.1.2, generated in eclipse mars. However when trying to upload the application to the server it gives the following error: com.sun.faces.config.Configur...
asked by 01.10.2018 / 19:38
1
answer

404 - Java EE Project Maven with Spring returns 404

I'm having problems with the Spring configuration of my Maven project, in which to test if everything was working, a simple hello world did not work and apparently there are no explicit errors, someone please save me there! web.xml <?xml...
asked by 02.10.2018 / 18:50
0
answers

How to update an attribute of a class that is related to another? Java web with Maven

I have the following method: @RequestMapping (path="/", method=RequestMethod.POST) public ResponseEntity<?> inserir (@RequestBody Reserva reserva){ reservaRepository.save(reserva); return new ResponseEntity<>(Ht...
asked by 30.08.2018 / 02:25
0
answers

@DataJpaTest can not be resolved to a type

I'm doing a unit test, but the annotation @DataJpaTest is not being recognized, my pom.xml contains the following dependencies for JUnit: <dependency> <groupId>org.springframework</groupId>...
asked by 23.08.2018 / 17:55
0
answers

TOMCAT - HTTP Status 404 - Not Found

I know there are already other questions about this but their solution did not help at all, so I would like you to help me with my problem here. This is a project that uses Maven (normal) and Tomcat for server. What happens is that when I do...
asked by 22.08.2018 / 20:04
0
answers

Configuring local Nexus server

I've set up a Nexus server locally on my computer. And I configured several proxy for the company repositories and for the maven-central. If I type the url for an artifact in the browser such as http://localhost:2312/repository/my_repo/junit/...
asked by 13.08.2018 / 20:59