-
I have created a InterceptorBinding annotation
@Inherited
@InterceptorBinding
@Target(
{ TYPE, METHOD }
)
@Retention(RUNTIME)
public @interface BusinessMethod { }
And the following interceptor
@B…
-
Currently i'm using Redisson 2.7.4 as JCache Provider, and some cache operations are taking a long time to execute, as can be seen in the log below:
```
2017-06-05 11:44:18.103 WARN [com.contaazul…
-
The delete request for a patient doesn't include the Patient ID Issuer, so it fails (500) when multiple patients with same ID but different issuer exist.
Full trace
```
2017-08-30 11:59:18,13…
-
When I try to deploy a maven EAR application with CDI enabled in both EJB and WAR application I have a java.lang.ClassNotFoundException:
Caused by: java.lang.ClassNotFoundException: com.alniks.test.c…
-
When I setup interceptor my authorization header was removed
-
**Scénario** :
* Créer un collaborateur
**Résultat obtenu** :
`17:59:53,107 ERROR [io.undertow.request] (default task-2) UT005023: Exception handling request to /sgp-etienne/collaborateurs/ajou…
-
Affects Liima version 1.12.x. This bugs seams to exist for a while but was never discovered.
The role app_developer has the permission DELETE_RES_TEMPLATE but still can't delete templates on applic…
-
Hi,
Just thought I'd let you know, on my project when I bump LoggingInterceptor from 1.0.4 to 2.0.0 my gradle compiles successfully but warns about these lines:
`Warning:WARNING: Dependency …
-
Hi, I'm using RESTMock and I'm loving it. But I was trying to mock GET request with path matchers but I always got MOCK ERRORS. When I'm doing a simple request to `http://test-server.org/get/true` and…
-
My library and project gradle plugin version is `/gradle-3.3-all.zip`
```
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':app'.
> Could …