Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

OAuth 1.0 with CXF 2.7.5

$
0
0
I have working code written for CXF 2.6.2, which I'm now trying to run on
2.7.5. My client is a background service, hence the callback URL is oob. For
it to work on 2.6.2, I had written a custom OOBResponseWriter. Now in 2.7.5,
I'm getting this error:

WARNING: No message body writer has been found for response class
OAuthAuthorizationData.

Does this mean I need to write another Writer for OAuthAuthorizationData
types?

Viewing all articles
Browse latest Browse all 5648

Trending Articles