Re: Issue with local lookups between 2 different ears deployed in same TomEE instance

2018-04-22 Thread Dignesh
Hi Romain, Unfortunately , I have local interface (local bean) defined in my application . -- Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html

Re: Issue with local lookups between 2 different ears deployed in same TomEE instance

2018-04-22 Thread Romain Manni-Bucau
Hi Dignesh Normally if you dont have a local (or local bean) interface we automatically do a "classloader copy" which means if the same api classes are in both ears it should work. Le 23 avr. 2018 06:44, "Dignesh" a écrit : Hi, I am using 7.0.2 TomEE. I have 2 ears

Issue with local lookups between 2 different ears deployed in same TomEE instance

2018-04-22 Thread Dignesh
Hi, I am using 7.0.2 TomEE. I have 2 ears (A.ear and B.ear) .As both apps share the same jvm, I am doing a local look up of bean deployed in EAR B from Ear A .I am seeing the class cast exceptions. Remote look ups work fine. Just to avoid the RMI overhead , I dont want to use Remote lookup. Is

Re: [RESULTS] Merge Pull Request 123 - MicroProfile JWT support

2018-04-22 Thread Romain Manni-Bucau
Hi guys, We didn't discuss much the PR technically because there were more important topic to discuss and we therefore never hit the technical point but since it has been merged 7 days ago there is no activity at all on that code and it has a few blockers/downsides: 1. we don't build anymore