-
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
Using Morphia with POJO-mapping or CRUD gives Nullpointer #64
Comments
which play version are you using? There are known binding issue with Play On Tue, Jan 31, 2012 at 8:32 PM, Anders Blockmar <
|
I am using Play 1.2.4. I did not make the connection between the issues until now. Probably the same reason. |
Can you try on Play 1.2.3 ? On Wed, Feb 1, 2012 at 12:36 AM, Anders Blockmar <
|
I tried using 1.2.3 same problem. This is what I did.
|
If you have any tips on how to run play using a custom version of the play-morphia plugin (say in Eclipse for example) I can try to help you with the issue. So far I have forked the repo but haven't figured out how to start play with "my" plugin code. Do I need to build a plugin jar for each try or can I run it from within my dev env somehow? |
Hi can you try the latest 1.2.7 version? |
Can you send your project package to me? I need to understand how you invoke |
Hi! Sorry about my mack of answers. I will try to test the tastest version redards Anders On Sun, Jun 10, 2012 at 6:39 AM, Green Luo <
|
hi any update here? |
Hi! Just tested my old code with play 1.2.5 and the 1.2.10 plugin. Same problem. I have retired my code (ande the project) in favour of Play 2 a few months ago so this bug is not a problem to me any longer. Please close it since I am unable to dig any further into this. |
When I try to use Morphia-based model objects with the Controller pojo-mapping I get a NullpointerException when navigating to the page. See below.
Oops: NullPointerException
Model object:
Controller method:
The text was updated successfully, but these errors were encountered: