kaliber-scala / play-s3

S3 module for Play
MIT License
119 stars 49 forks source link

Including Rhinofly S3 results in my Global.onStart being executed twice. #10

Closed gavares closed 11 years ago

gavares commented 11 years ago

My Global is in a non-standard package (we have our reasons) and including Rhinofly play-s3 results in my Global.onstart being executed twice. There are a host of issues that this causes in my application.

Happy to provide more detailed info if you decide to fix this.

EECOLOR commented 11 years ago

Could you provide an example application showing the problem? Maybe on an open source Github project. It would be best if you could provide a simplified example.

Make sure you do not put any API keys in the public repository.

gavares commented 11 years ago

Sample project here:

https://github.com/gavares/rhinofly-onstart-example

git@github.com:gavares/rhinofly-onstart-example.git

EECOLOR commented 11 years ago

You are using the version for Play 2.2. You can either upgrade to Play 2.2 or use the 3.1.1 version.