RE: Server configuration problem - outbound root not configured

2011-07-28 Thread John Wismar
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 a context to your AdRestApplication in the first place? I

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

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