python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
When I tried deploying my java application in jboss 7.2 I am getting below Linkage error
The module that I am deploying in jboss has a dependency with org.springframework:spring-orm:4.3.16.Release. I don't see any duplicate dependency added into the classpath. Based on the exception what ...
Haneesh O K
Votes: 0
Answers: 1
Enabling exception translation for JPA in plain Spring
I was setting up a basic CRUD web app with JPA in plain Spring (no Spring Boot or Spring Data JPA) for educational purposes and faced a strange problem: Spring doesn't translate exceptions for my repo...
Alexey Veleshko
Votes: 0
Answers: 1