Questions tagged as 'maven'

0
answers

Access an attribute of a HashMap for a .ftl view with Java

I'm trying to access an attribute of a Java object but I can not get it. I have the controller where I create the object and add the data: Email emailModel = new Email(); buildMailModel(emailModel); Map<String, Object&g...
asked by 31.10.2018 / 14:32
0
answers

Configure log4j 2 and write to .log file

You will see, I have a web app that runs on tomcat 8.5.34, I have configured log4j as follows:  log4j.xml <?xml version="1.0" encoding="UTF-8"?> <Configuration status="info"> <Properties> <Property nam...
asked by 19.10.2018 / 22:57
0
answers

Generate a client in a web service from a pom.xml file with maven, axis 2 and elcipse Juno

My problem is as follows. I am trying to generate a client of a web service (something that I have just explained a bit above what is) through the file pom.xml. For this I use eclipse juno, axis 2 and maven. I have been put to work on a project...
asked by 18.10.2018 / 08:14
1
answer

(Error Dependencies) Missing artifact pentaho-kettle: kettle-engine: jar: 4.2.0-stable

It gives me several errors with the dependencies of pentaho, I have no idea what is happening, I have copied the project and everything from a partner and only gives me that error. In all the pom I have I get the same error, all in these line...
asked by 10.10.2018 / 13:24
1
answer

Role permit when editing an entity in jhipster

Cordial Greeting I'm new to Jhipster and I'm creating a new role to give you permissions . The steps I am taking are the following: 1. I create the role and include it in master.xml then I give you mvn liquibase:updat...
asked by 27.09.2018 / 20:38
0
answers

I have problems finishing a Maven Java exercise

I need to make a kind of final page where all the data that I collected and created at the beginning through 2 forms is detailed. One form is data collection to create a work order in a workshop and the other form creates an owner. The owner for...
asked by 08.08.2018 / 22:16
0
answers

Error 404 not found - when loading project jsf with wildfly - developer studio - ubuntu

I have a small problem that I have not been able to solve, I'm starting wildfly 10 and jsf maven, etc ... When creating the first JSF project, at the time of deploying the app I get it in the localhost: 8080 / proyectoWeb / index.jsf 404 erro...
asked by 06.08.2018 / 17:49
0
answers

certificates to integrate applications

I present the current situation: I have two web projects (Maven) within a Tomcat 7 server and my intention is to integrate one within another, I have configured the button to send the request, and it is seen trying to access the second applicati...
asked by 01.08.2018 / 14:24
0
answers

nfc reader with java

Hello colleagues I have a question, I'm doing a project with NFC usb but I have to do it with java and I can not find an example or a library that is suitable for IOS operating system.     
asked by 16.07.2018 / 02:40
0
answers

hello, I used spring boot generating maven project with java and spring boot 2.0.3

I have used spring boot generating maven project with java and spring boot 2.0.3    Failed to execute goal   org.apache.maven.plugins: maven-surefire-plugin: 2.21.0: test   (default-test) on project Does anyone know this error? My pom.xml...
asked by 27.06.2018 / 13:14