Hello all

i have more than one week tryign to figure out the problem, but i didn't
find it, googling, stackoverflow ..., but nothing.

The problem is that the web services work fine but when i add the jar for
OAuth support using Maven i get NullPointerException raised inside
OAuthRequestFilter :

this is the link of the line on GitHub :

https://github.com/apache/cxf/blob/7d1890510a85d4fd7e70faebc56d6685f103621d/rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth2/filters/OAuthRequestFilter.java#L82

That JAXRSUtils.getCurrentMessage() returns null reference so that null cuz
a NullPointerException latter in code.

i'm using CXF 3.1.5 and tried it on Glassfish 4.1.1 and TomEE 7.0.63 on
Oracle JDK 1.8.0_66

Thank you all.

Reply via email to