-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot load fixture initial-data.yml #2
Comments
hi can u send me ur java model file? thx a lot |
Sent to your email, please check. |
This is due to Play's constraint on binding. The workaround is to pass entity id instead of entity between controller interface |
Can you give me your example about "to pass entity id instead of entity between controller interface" ? |
public static register(Object id) { public static anotherControllerMethod() { |
I'm sorry if i'm not understand your example. |
hi are you "[email protected]"? can we talk on email? |
Me is [email protected]. |
Sorry, I confuse this issue with another. The issue is still there, it's due to limitation of Play, check http://groups.google.com/group/play-framework/browse_thread/thread/14da04dcdfc495b8 for detail |
I can't load initial-data.yml, when in that document contain embedded document.
Can you please give me suggestion how to do this ?
I'm using MorphiaFixtures.load("initial-data.yml");
This is content of initial-data.yml :
Thanks for your help.
The text was updated successfully, but these errors were encountered: