[Resteasy-users] resteasy-jaxrs-3.0-beta-5 oauth2 example deploy to domain fail?

2013-06-05 Thread Doug Toppin
I'm using resteasy-jaxrs-3.0-beta-5 and want to deploy the oauth2 skeleton code examples into a JBoss EAP 6.0.1 domain and getting this error on the deploy (deploying via the cli and getting a rollback): 11:17:00,567 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC01: Failed

Re: [Resteasy-users] resteasy-jaxrs-3.0-beta-5 oauth2 example deploy to domain fail?

2013-06-07 Thread Doug Toppin
boss/resteasy directory is in EAP 6.0.1 or > not, if there is a modules/system/layers/base/ directory, instead unzip > there) > > > > On 6/5/2013 1:46 PM, Bill Burke wrote: > > I'll check it out. JBoss Modules was a bit quirky. Probably user error > > though. > > &

[Resteasy-users] OAuth 2 skeleton key roles generated externally?

2013-07-25 Thread Doug Toppin
I'm using the Resteasy OAuth 2 skeleton key and would like to add my own custom roles from an external source to the principal after the authentication and managed resource valves have finished. I am trying a ValveBase class to be stacked along with the auth valves but because GenericPrincipal

[Resteasy-users] RestEasy and refresh tokens?

2013-08-19 Thread Doug Toppin
As I understand it, refresh tokens can be requested along with a token after authentication and can be used to automatically continue a session when the token expires. I see a few references in the RestEasy 3.0.2.Final code to them (getters and setters) but I don't see them actually be used. Are r