Re: TomEE 8 M2 NoSuchMethodError

2019-02-06 Thread Ivan Junckes Filho
Thanks Ivan, I forgot about this change from M1 to M2. I will change that, it should work. On Wed, Feb 6, 2019 at 11:54 AM Ivan St. Ivanov wrote: > Hi Ivan, > > I suppose you are using that MPJWTConfigurationProvider to provide the > public key to verify the JWT signature? > > If that's the only

Re: TomEE 8 M2 NoSuchMethodError

2019-02-06 Thread Ivan St. Ivanov
Hi Ivan, I suppose you are using that MPJWTConfigurationProvider to provide the public key to verify the JWT signature? If that's the only reason for that class, you can get rid of it and put the public key value in microprofile-config.properties under the key mp.jwt.verify.publickey. Cheers, Iv

TomEE 8 M2 NoSuchMethodError

2019-02-06 Thread Ivan Junckes Filho
Hey guys, I just tried to update my app from M1 to M2 and I am getting the issue below: Anyone has seen this issue? java.lang.NoSuchMethodError: org.apache.tomee.microprofile.jwt.config.JWTAuthContextInfo: method ()V not found br.com.gbrsistemas.crvirtual.authentication.jwt.MPJWTConfigur