Hi All,

hope you are doing well. We've been using Tomee as our application server
lately (we have some basic JAX-RS APIs), and after several redeployments we
get a PermGen space error. I've been digging into the heap dump, and from
what I see our custom JAX-RS provider (JacksonJaxbJsonProvider) is being
referenced inside ExtensionManagerBus's properties and never unregistered.

I'm pretty sure it's Tomee's fault, because it should be doing due cleanup
on undeployment, but I was wondering whether the ExtensionManagerBus has
any way of removing the registered providers.

Any help would be appreaciated
Thanks in advance.

Reply via email to