Re: Interceptors discovery

2018-06-13 Thread Romain Manni-Bucau
Hi https://github.com/apache/geronimo-metrics should run in tomee 8, we plan to release it pretty soon so it can be a good choice. For your particular issue, I think your issue is that the name of your artifact is excluded, try to rename it "foo-metrics.jar" and you will know. Romain

Re: Interceptors discovery

2018-06-13 Thread Matthew Broadhead
sorry i am not too sure about interceptors.  also there are a lot of conferences at the moment so the main people that can help you are probably busy for a few days.  i am sure you will get an answer when they return On 12/06/18 08:45, vranac wrote: Did I asked difficult questions or what? I

Re: Interceptors discovery

2018-06-12 Thread vranac
Did I asked difficult questions or what? I think few of them could be answer just with yes/no. -- Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Users-f979441.html

Re: Interceptors discovery

2018-06-01 Thread vranac
Still have issue with interceptors, and I have follow up question is TomEE CDI 1.2 compatible? Also, is there any library that implements microprofile metrics that is working on TomEE? -- Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Users-f979441.html

Interceptors discovery

2018-05-28 Thread vranac
I want to introduce some metrics in web project. First option is to use metrics from microprofile, but it seems that there is no support in TomEE for that. Next was to use dropwizard metrics and corresponding cdi library( metrics-cdi ).But there is