-
We are using Feign & Hystrix implementing a service that calls other services both using @FeignClient with and without url property. I..e some of our dependencies are accessed without client load bala…
-
Exception
nested exception is org.springframework.dao.InvalidDataAccessApiUsageException: org.hibernate.TransientPropertyValueException: object references an unsaved transient instance - save the t…
-
This issue occurs in Spring Boot 1.1.12, 1.2.0, and 1.2.5. There are a few related answers on StackOverflow but none of them seem to work.
I'm trying to override the error handling behaviour to retur…
-
As of now Spring MVC supports concept of GlobalExceptionHandler, which allows to create custom handler for any exception (and Exception class itself). In opposite spring AMQP project doesn't allow to …
-
**Bug**
I have a `GlobalExceptionHandler` that catches exceptions and returns a HTTP Error codes.
```
@ControllerAdvice
@Component
public class GlobalExceptionHandler {
private static final Log…
ghost updated
8 years ago
-
I'm having an issue trying to properly catch an 4xx error when executing a query.
I've created [a sample](https://plnkr.co/edit/TNvDdqWFfsFrdKxfi6g3) to illustrate my problem.
What's happening is th…
-
Hi,
I'm using spring boot 1.3.3 and what I want to do is to catch all the exceptions in the controllers by using a @ControllerAdvice and throw a new custom exception in order to override the origina…
-
Hello,
I use Simple Injector for my Web Api projects and I love it. Thanks for all the work on the project.
I wanted to make a recommendation for the docs (which I would be happy to create a PR for)…
-
I think this line
https://github.com/OpenMS/OpenMS/commit/71021da733fd666fde5376a7adf31b225d019fdc#diff-42933894e745ddadd65d78cea30d378bR92
introduced an error on MVSC10 on the build machines. Unreco…
-
Hi
I deploy lavagna.war on Apache tomcat 8.5
I set configuration for mysql database,
but i see this error after deploying..
`
04-Dec-2016 13:35:26.033 INFO [localhost-startStop-1] org.apache.ca…