-
Notifications
You must be signed in to change notification settings - Fork 3
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
Model attribute beginning with "_" leads to a NULL value #23
Comments
Hi, I can reproduce it on the snapshot version. It seems that it's a limitation of orientdb itself (or possibly javassist). We should consider opening the issue on their tracker https://github.com/orientechnologies/orientdb/issues |
Hi, thanks for your answer. What do you think? |
Hi, It may come from the proxy generation that orientDB is doing. 2015-03-26 13:38 GMT+01:00 Joachim Segala [email protected]:
|
Indeed, I am pretty sure it's related to the JPA layer of orientdb. I will check with them and open an issue if that's the case. |
After further investigation it seems that it is because the field name does not match the getter/setter. |
I open an issue at orientdb orientechnologies/orientdb#3822 |
Thanks a lot for your investigation. |
It seems it will be fix for orientdb 2.2 |
Problem
Get the value of an element attribute named _ return always NULL
How to reproduce
Create a model like:
Try to access to an element in a controller:
Return:
Environment
Java 8, wisdom 0.7.0, wisdom-orientdb 0.2.4, orientdb 2.0.2
The text was updated successfully, but these errors were encountered: