BlackLabs / play-morphia

Provide mongodb access service to play.db.Model via Morphia
Apache License 2.0
130 stars 49 forks source link

Conflict with Eclipse JUnit Runner & Play 1.2? #20

Open danieltwagner opened 13 years ago

danieltwagner commented 13 years ago

There is some weirdness happening with the built-in Eclipse JUnit runner and play 1.2 with the most recent Morphia package. Even though I think it is play's fault I would love to get your feedback on this issue, as it seems to be at least related to something that play-morphia does. I am referring to the first issue described in my topic on the play-framework Google Group:

https://groups.google.com/d/topic/play-framework/el4L3xnPw0A/discussion

Any input on why my test won't run in a separate file would be greatly appreciated! Daniel

danieltwagner commented 13 years ago

I posted a minimal project that produces this error in the Google Group discussion above. Maybe you can check if the same happens when your run that project? :)

Thanks, Daniel

danieltwagner commented 13 years ago

Hi,

just following up on this... were you able to reproduce the error?

Daniel