erwan / playoauthclient

OAuth Client for the Play Framework
22 stars 16 forks source link

Incompatible with Play Framework GAE Module #1

Open zetxek opened 14 years ago

zetxek commented 14 years ago

When used in a project where the Google Application Engine module for Play Framework is used (http://www.playframework.org/modules/gae), the application will raise an exception on loading any page (it starts correctly from command line, but won't work).

waxzce commented 14 years ago

I work on it : http://github.com/waxzce/playoauthclient-gae

it's a fork of this project, a little bit dirty ATM but the example will be release soon

incompatibility is :

nkmrshn commented 14 years ago

Since play.libs.WS is used in this module, it will not work on GAE, because GAE does not allow org.apache.commons.httpclient.

waxzce commented 14 years ago

in fact, two problems for GAE in this module : play.libs.WS and persistence by hibernate. I will resolve all of this in a few days (I have to test the example yet in my own fork)