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?
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?