-
Hi,
I'm using Google Juice and I'm trying to integrate Hotswapagent.
It works when I change the body of a method, but when I try to add a method to a class I have this issue :
`HOTSWAP AGENT…
-
Cloned glassfish this week and ran into the following error during mvn install
HK2 configuration module - FAILURE
hk2-inhabitant-generator:2.5.0-b57:generate-inhabitants
Could not delete existing…
-
_From [cowwoc@bbs.darktech.org](https://code.google.com/u/105332154010292421344/) on October 28, 2013 06:11:49_
Use-case: Jersey 2.0 depends on HK2 (an implementation of JSR330). In order to integrat…
-
### Description
Given [the major breaking change around Jersey DI](https://jersey.github.io/documentation/latest/migration.html#mig-2.26), I have spent some time today in the attempt to migrate a s…
-
Container.reload(rc) at ContainerRequestFilter or MessageBodyWriter
19:23:53.964 [Grizzly-worker(10)] WARN o.g.grizzly.http.server.HttpHandler - GRIZZLY0200: Service exception
org.glassfish.hk2.api.M…
-
Currently I am developing a jersey based RESTful application and would like to use DPI in my resources. (Note: Version of jersey is 2.23.1 and the servlet container is tomcat 8.5.3.)
Therefore I foll…
-
GlassFish uses HK2.
HK2 uses bean validation.
As GlassFish starts supporting Java EE 8 and Bean Validation 2.0 API, HK2's usage of bean validation should be compatible with the bean validation API &…
-
`SpringComponentProvider` does not seem to honour application context hierarchies. Say we have a parent context with common filters and other Jersey components defined and then we have a child context…
-
( With maven i use
```
org.glassfish.jersey.containers.glassfish
jersey-gf-cdi
2.14
```
)
If i register a concrete resource class, injection works correct e.g.:
```
ResourceCon…
-
I managed to reproduce this with a simple [gist](https://gist.github.com/fabriziocucci/5660af43ebeb7ec04f20ed293cd5676f).
The code is really self-explanatory but basically I'm binding a service with …