Guys, I have solved this problem!!! This is a naming issue! I have just renamed my GETter ant SETter, using Java beans naming convention and everything is OK now!
New correct naming: public Integer getNlink()... and public void setNlink(Integer nLink)... Capital letter right after "get/set". Why IDEA hasn't create correct naming?... So, it's a question for JetBrains team ;-) -- View this message in context: http://openjpa.208410.n2.nabble.com/MySQL-openjpa-MetaData-doesn-t-resolve-one-field-tp4939712p4959469.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
