RE: Server configuration problem - outbound root not configured

2011-07-28 Thread John Wismar
ject: RE: Server configuration problem - outbound root not configured > > I dont think this is a problem with the OAuthExtension (you can verify this by > doing an arbitrary client request in a serverresource). The only thing I can > think of is > > 1. Do you really need to pass

RE: Server configuration problem - outbound root not configured

2011-07-27 Thread Martin Svensson
I dont think this is a problem with the OAuthExtension (you can verify this by doing an arbitrary client request in a serverresource). The only thing I can think of is 1. Do you really need to pass a context to your AdRestApplication in the first place? I typically dont do that in my apps (alth

RE: Server configuration problem - outbound root not configured

2011-07-27 Thread John Wismar
Hi, Martin. Thanks again for trying to help me out. Martin Svensson [mailto:msv...@gmail.com] said on Wednesday, July 27, 2011 8:58 AM > Difficult to say if one cannot see the rest of the code. A couple of things > that might cause the problem Here is the part of the code where I'm configuring

RE: Server configuration problem - outbound root not configured

2011-07-27 Thread Martin Svensson
Difficult to say if one cannot see the rest of the code. A couple of things that might cause the problem 1. I would first try this without creating a child context 2. Depending how you configured your OAuthServer it might need more client protocols (but you should see that as an error). I would

Server configuration problem - outbound root not configured

2011-07-26 Thread John Wismar
Hi, all- I'm running into a problem with a server app I'm modifying. After getting an OAuth Proof of Concept app working last week, I'm modifying an existing app to demonstrate that it's straightforward to use an OAuth authenticating filter. . (Full disclosure: I'm currently using very recent c