[Resteasy-users] Duplicate client_id query parameter in redirect url to OAuth SSO server.

2013-05-25 Thread Charles
Hi, When the browser is redirected to the SSO server for authentication of my jax-rs api, the url contains a duplicate of the client_id query parameter as shown below: https://sso.foobar.com/login.jsp?client_id=chickenfoo&client_id=chickenfoo&redirect_uri=https%3A%2F%2Fapi.foobar.com%2Fv1%2Fsearc

Re: [Resteasy-users] Warning messages during server startup

2013-05-25 Thread Charles
Hi, In my jboss server boot logs, I keep seeing the following warning: 00:07:13,618 WARNING [org.jboss.resteasy.plugins.providers.RegisterBuiltin] (ServerService Thread Pool -- 60) NoClassDefFoundError: Unable to load builtin provider: org.jboss.resteasy.security.smime.MultipartSignedReader I do

[Resteasy-users] Warning messages during server startup

2013-05-25 Thread Charles
Hi, In my server logs, I keep seeing the following warning: -- Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full sta

[Resteasy-users] ObjectMapper problems with Resteasy 3.0 beta5

2013-05-25 Thread Charles
Hi, I am using Resteasy 3.0-beta5 Skeleton Key in my project. I have setup the whole thing...SSL certs, skeleton key config and so on. I am using the OAuthManagedResourceValve to secure a jax-rs API. After authentication from the sso server, I get the following exception. 00:07:15,581 INFO [org.