Questions tagged as 'maven'

0
answers

Hibernate + Maven + Glassfish

I have a Maven Project, which uses Hibernate, and has all dependencies ok. I have already created connection pool in glassfish. The problem is that even the class mapped with the hibernate annotations tip giving error talking that must...
asked by 09.03.2015 / 13:38
0
answers

Correct way to import a project that is in GitHub

I have a college project hosted on GitHub, in this link , but in the project I just pushed the GitHub files of the entities that have been created so far, I did not push the entire project, configuration files etc. Now I want to import this pro...
asked by 23.11.2014 / 00:01
1
answer

Project Vaadin error in "pom.xml"

I created a Maven project and I was putting the dependencies, I got the error in the pom related to the servlet dependency . <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId>...
asked by 11.11.2014 / 18:11
1
answer

No qualifying bean of type found for dependency

I looked in Stackoverflow and Stackoverflow in Portuguese but nothing guaranteed the solution to the problem. I have passed several times for this problem but at the moment I can not find the solution, it follows:    Caused by: org.springfram...
asked by 26.02.2016 / 14:59
1
answer

How to import Maven project to Eclipse Luna

I'm trying to import a GitHub project into my eclipse, but I'm not having success. Would some kind of project conversion be needed? I'm using Eclipse Luna, apache-maven-3.3.9.     
asked by 27.04.2016 / 15:58
2
answers

Migration from Hibernate 4.3.x to 5.3.1

I'm doing a Sales System course, the teacher uses the 4.3.11 version of Hibernate (which works perfectly). But I would like migrar for the current version ( 5.3.1 ), but with the configuration of the last version, t...
asked by 03.06.2018 / 18:47
1
answer

Error in maven's POM.XML file

Error    cvc-complex-type.2.4.a: Invalid content was found starting with element 'dependency'. One of '{" link ": parent, " link    POM / 4.0.0 ": name," link ": description," link ": url, " link ": prerequisites,    " link ": issueMa...
asked by 25.07.2017 / 21:17
1
answer

How to create the docker file of a maven java SE program?

Actually I wrote a maven java SE application using netbeans and made a CRUD for some entities that are persisted in the bank through JPA. I would like to know if it is possible to run a textual interface of this program in DOCKER A web applicat...
asked by 12.08.2016 / 22:03
1
answer

Tomcat 8 does not start

I was doing a small application with Vraptor4, but the problem is the time to start the server. On the console it always brings me the following: GRAVE: A child container failed during start java.util.concurrent.ExecutionException: org.apache....
asked by 15.01.2016 / 21:06
1
answer

Error trying to run JSF application

I'm starting to study JBoss, Maven, etc. But when I run a page that I created for testing, this error appears: Could not find backup for factory javax.faces.context.FacesContextFactory In my project I have a directory called Maven Dependenc...
asked by 05.05.2015 / 19:14