Questions tagged as 'spring'

1
answer

Data autocompletion with Booststrap Typeahead + Spring MVC and JavaScript from the database

I am trying to autocomplete data using the bootstrap typeahead. The idea is that, when you write a code in the input, do a search from the database. When selecting one of them, I automatically fill in the code and the name. I tried to do i...
asked by 08.03.2017 / 16:06
0
answers

How can I disable CSRF only for my api with spring security? [closed]

I'm creating a project with spring using spring security but I'm having problem only with my api (all controllers are working correctly with csrf). But it seems like the csrf is causing problems to my api, because when I make a request to my api...
asked by 12.03.2017 / 16:11
0
answers

IntelliJ, Maven and Spring to try to generate a Runnable jar

First of all, thank you very much for the help. I comment, I'm starting to use this programming environment, but I have problems to generate the Jar and run my program out of the environment. I explain, the program works when I run the class wit...
asked by 27.01.2017 / 12:14
1
answer

Invalid action class configuration that references an unknown class named

I have an application in Struts2 and Spring with Maven, but when trying to perform an action, the following error occurs: Invalid action class configuration that references an unknown class named Exception: java.lang.RuntimeException:...
asked by 10.01.2017 / 20:18
1
answer

How did I catch a session-timeout with java?

It's only been 3 months since I've been investigating little by little about Java. My problem is that I implemented a session-timeout (1 minute to test) in a Java / mvc application mounted on an Oracle WebLogic g11 server, the question is tha...
asked by 04.01.2017 / 16:04
1
answer

error when deploying WAR in weblogic server 12c

I have problems when displaying war to weblogic , it is an application developed with java ee , framework spring when I compile in netbeans and generates the .war when I deploy it, it launches this error    ja...
asked by 24.11.2016 / 21:02
1
answer

I can not inject BCryptEncoder in linux but in windows

my spring mvc / security project can not initialize because there is a problem with the BCryptEncoder: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.springframework.security.crypto.bcrypt.BCry...
asked by 24.11.2016 / 12:22
1
answer

Error logging in after login and logout Spring Security

What about friends, I have a problem but I have not identified the problem. I have configured a filter for the concurrency of sessions, but if I perform the following actions in order as shown, it is impossible for me to re-enter the application...
asked by 10.06.2016 / 21:16
0
answers

spring data jpa Pageable Sort Error

I have asked in stackoverflow the following question: link spring boot (1.3.5), spring-data, spring-data-jpa, JPA (hibernate / hsqldb). POM: <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-start...
asked by 30.05.2016 / 09:53
1
answer

JPA / MySQL define Time zone for type TIME?

I have a front-end application in AngularJS and a back-end in Java, using Spring. Technically I have the model of the application made with JPA, my conflicting attribute is the following: @Column(name = "hora_inicio") @Temporal(TemporalType...
asked by 20.05.2016 / 23:51