Questions tagged as 'spring'

1
answer

Error when redirecting form with spring tags [closed]

When redirecting the form page the following error is occurring ... ERROR [org.springframework.web.servlet.tags.form.ErrorsTag] (default task-6) Invalid property 'cliente' of bean class [sistema.estoque.springmvc.model.Cliente]: Bean property...
asked by 24.12.2017 / 01:56
1
answer

Error creating an entityManagerFactory in spring MVC

This error is occurring when creating the entiyManagerFactory ERROR [org.springframework.web.servlet.DispatcherServlet] (ServerService Thread Pool -- 59) Context initialization failed: org.springframework.beans.factory.BeanCreationException: E...
asked by 16.12.2017 / 21:16
0
answers

Exception does not start application start

Below is my pom.xml and the exception that appears on the console. I've followed all the recommendations I've found, usually speaking to redo the steps to generate the project or to check the dependencies. I'm using java 8 and tomcat tbm 8. Any...
asked by 14.12.2017 / 15:59
1
answer

load select option with variable spring

I have a populated table with <c:foreach> and in one of the colums I have a 'ALTER' I click on it and I load the information I want to change on another page. Already on the other page, the information I wanted to popular my select...
asked by 01.12.2017 / 21:02
1
answer

Eureka + zuul + micro services + thymeleaf - Problem loading webjars

I am creating a system based on the micro services architecture with the following flow. eureka porta (8888) zuul porta (8080) stu_user (8081) / User / ** stu_veiculo (8082) / Vehicle / ** As I understand zuul is a gateway where w...
asked by 17.11.2017 / 21:23
1
answer

Manage or customize the user session in Spring-managed JavaSE application

I would like to know how to manage or customize the user session in the JavaSE application (GUI / Desktop / SWING / thinClient) managed by SpringSecurity ??! For example, how could I configure TimeOut in a JavaSE application ??! Here's the 'appl...
asked by 10.11.2017 / 03:40
1
answer

Working with tomcat + Eclipse + SublimeText (Frontend)

We are creating a web project using Eclipse (IDE) and SpringMVC. The development team has two people, separated in Front-end and Back-end (we are using GIT for versioning). For the Front-end we would like to use SublimeText instead of Eclipse. B...
asked by 26.10.2017 / 14:32
0
answers

Error in project configuration

What I'm missing, I could not find the error. dispatcher-servlet.xml <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/sch...
asked by 04.10.2017 / 01:49
1
answer

I can not display the Spring error message

I'm trying to validate some fields with annotations, but I can not bring the messages to the jsp page: User.java mport java.util.Calendar; import javax.validation.constraints.Email; import javax.validation.constraints.NotNull; import jav...
asked by 27.09.2017 / 16:50
0
answers

Error org.hibernate.dialect.FirebirdDialect does not support identity key generation

This error appears when I save an entity to the database. I've set up the Entity class and the Repository in several ways, but the error remains. I'm using Firebird 2.5. The table automatically increments the id column by Trigger. I ask fo...
asked by 15.09.2017 / 13:32