Re: TomEE-7.0.5 work

2018-06-06 Thread Mark Struberg
Just started a vote for openjpa-2.4.3. And 3.0 will follow soon. LieGrue, strub > Am 05.06.2018 um 17:45 schrieb Jonathan Gallimore > : > > I think we're still looking for an OpenJPA release (unless I missed it). > > Jon > > On Tue, 5 Jun 2018, 14:03 Alex The Rocker, wrote: > >> Hello, >>

FINAL REMINDER: Apache EU Roadshow 2018 in Berlin next week!

2018-06-06 Thread sharan
Hello Apache Supporters and Enthusiasts This is a final reminder that our Apache EU Roadshow will be held in Berlin next week on 13th and 14th June 2018. We will have 28 different sessions running over 2 days that cover some great topics. So if you are interested in Microservices, Internet of

Re: Linkage Error

2018-06-06 Thread Romain Manni-Bucau
if jackson changed something about its lifecycle@classloader usage then it can lead to that if part of the app overlapp between the lib part of the ear and the webapps. In TomEE the webapp tries to load from the parent first. Romain Manni-Bucau @rmannibucau |

Re: Linkage Error

2018-06-06 Thread Dignesh
Hello Romain, I have deployed an ear , which in turn contains multiple wars. I have jackson libraries in my webapp. I have recently upgraded the jackson to jackson 2.9.5 libraries and with that change I am seeing this issue. When I revert back to the older version jackson 2.6.6 libraries , i

Re: Linkage Error

2018-06-06 Thread Romain Manni-Bucau
Hi Dignesh, can you check 7.0.5 out before digging further? Also do you deploy an ear or war? If an ear maybe ensure there is no jackson in the webapps. Romain Manni-Bucau @rmannibucau | Blog | Old Blog

Linkage Error

2018-06-06 Thread Dignesh
Any Ideas on below error Caused by: java.lang.LinkageError: loader constraint violation: loader (instance of org/apache/openejb/util/classloader/URLClassLoaderFirst) previously initiated loading for a different type with name "com/fasterxml/jackson/databind/ObjectMapper" at