RE: TOMEE-2770

2020-02-11 Thread COURTAULT Francois
Hello Richard, It's really easy to reproduce. Just this class to be deploy in a war: @Stateless @Path("v1/notifications") public class NotificationResource { public static final String QUEUE_NAME = "jms/myQueue"; @Resource(name = QUEUE_NAME) private Queue messageQueue;

RE: TomEE microprofile memory consumption

2020-02-11 Thread COURTAULT Francois
Hello Jonathan, As I have mentioned, we see the issue in TomEE MP but not in TomEE Plus ! So I did a comparison of the 2 flavors: lib + conf The only difference I have seen is in the system.properties where I have the line below in TomEE MP and not this one in TomEE Plus ! This could explain.

Re: TomEE microprofile memory consumption

2020-02-11 Thread Jonathan Gallimore
Awesome, thanks for the feedback. We'd still want to fix the actual issue. If you get time, if you can file a JIRA, that would be great. Jon On Tue, Feb 11, 2020 at 6:01 PM COURTAULT Francois < francois.courta...@thalesgroup.com> wrote: > Hello Jonathan, > > We did the test (remove

RE: TomEE microprofile memory consumption

2020-02-11 Thread COURTAULT Francois
Hello Jonathan, We did the test (remove tomee.mp.scan = all entry in system.properties) with TomEE MP and it solves the issue we have: a lot of opentracing objects created. We don't have this issue (a lot of opentracing objects created) in TomEE Plus because this entry doesn't exist in

TomEE 7.0.6 + Primefaces 7.0 + Omnifaces 2.7.3

2020-02-11 Thread Shultz, Dmitry
Hi All, I'm running service that is using Deltaspike + Primefaces in TomEE (7.0.6) quite successfully, but experiencing some issue when trying to add Omnifaces components to the page (full stacktrace below). Note, adding Omnifaces websocket (o:socket) works pretty good, but I had to register