I'm having trouble generating a Jar file for my application from Maven, I followed the following tutorial.
Mkyoung.com
It even generates the Jar but with a super reduced size and at the time of executing by the CMD it presents the follow...
Hello.
I bought the theme + spark layout of primefaces.
In the community I wrote that to use the layout. I would have to import the spark-theme.1.0.war file. Once it was imported, the full set of spark primeface would appear.
I d...
I am not able to use the interfaces of an EJB-client generated by Maven.
I have basically 2 separate projects with different functions.
An EAR that contains EJB's and a WAR that uses EJB's interfaces to the EAR package.
Following structure...
In my web java application, I needed to add a connection to a sql server database, so I put it as maven dependency as described below:
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>...
In a Maven, JPA, with Hibernate and vRaptor integrated project, how to implement the Flyway easily and effectively?
Implementing this, my bank will upgrade as it was in the development
<property name="hibernate.hbm2ddl.auto" value="upd...
I'm migrating an application that used Jetty 7.4.5.v20110725 to Jetty 9.3.0.M2 , using Maven . I've already updated javax.servlet-api to versão 3.1.0 .
But, I'm using FakeHttpServer version 0.3.0 for testing,...
I'm trying to follow a workbook but when I do the procedure Access the project properties and find the side menu Project Facets the window appears in the attachment and then I mark the altenative as shown in the figure JavaServer Faces
ec...
I created a maven project in the Spring-Tools Suite when I started to see this error:
Exception in thread "main" java.lang.IllegalStateException: Failed to read Class-Path attribute from manifest of jar file:/C:/Users/Manoel/.m2/repository/xml...