Questions tagged as 'spring'

0
answers

How to fix encoding problems in a web application page?

I'm developing a JAVA application with the Spring framework v3.1.0, but when trying to access a page it has an encoding error:    Evolution How to solve this problem? I found several paths, but none worked: <servlet-container name="...
asked by 15.09.2015 / 19:04
0
answers

Wildfly in production does not retrieve property values and SQL scripts

I'm using a development environment and another production environment, in the development environment using the concept of i18N (internationalization) is correctly retrieved for example the value of label.carro which is Carro , how...
asked by 12.11.2015 / 14:58
1
answer

Is it possible to have multiple form-login with Spring Security in the same application?

Well the start question may seem a bit confusing, but basically I'd like to know if it's possible to have more than one validation form of spring security:form-login , since I have two things in my system where validation will be different,...
asked by 05.10.2015 / 16:20
1
answer

Customize error page to connect timed out in Spring

I'm trying to create a friendly error page in case LDAP is off the air, but unfortunately the only answer I get is j_spring_security_check . I tried to map the exception in web.xml , but I was not successful. <error-page>...
asked by 03.11.2015 / 15:18
0
answers

Changing the Spring Security Core and Groovy Grails login form

Good afternoon, I made a change in my application to use my login form instead of the standard Spring Security Core, the redirection is occurring normally, however when clicking the button to enter nothing happens. Here is the code for my form:...
asked by 13.05.2015 / 18:12
0
answers

How to Run the Pivotal TC Server with Eclipse Luna?

I'm studying the use of Spring Security, and according to the tutorial in this link, you need to use the STS - Spring Tool Suite , but as I already have my Eclipse installation for daily use, I installed the Spring plugins and also the Connecto...
asked by 07.07.2015 / 18:25
1
answer

BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext

I'm having this error when running my application: 05-Oct-2016 21:18:25.586 SEVERE [localhost-startStop-26] org.apache.catalina.core.StandardContext.listenerStop Exception sending context destroyed event to listener instance of class org.spri...
asked by 06.10.2016 / 02:48
1
answer

What is left to configure with Spring boot?

The settings I usually use with spring are based on the Java class, as in this example link . If this project used spring boot , what settings would still be required to configure in classes? I looked at an example in which to set up...
asked by 08.02.2016 / 01:55
1
answer

orphanRemoval JPA

How does orphanRemoval work? Why when I put it in a list does not work ex: @OneToMany(mappedBy = "simulationMedia", cascade = CascadeType.ALL, orphanRemoval = true) @JsonIgnore private List<SimulationChemicalMedia> simulat...
asked by 05.10.2015 / 22:19
1
answer

Special character error in Java

I have a problem here and I did not find anything to solve on the internet, if you could help me, I would be extremely grateful. Well, come on, I have a web application in java that I use Spring Boot + JSP. The problem is this: I have two app...
asked by 31.07.2017 / 19:18