Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EclipseLink » Could not load the method for the property name
Could not load the method for the property name [message #1065279] Tue, 25 June 2013 08:34
Hannes Kühtreiber is currently offline Hannes KühtreiberFriend
Messages: 21
Registered: June 2013
Junior Member
Hello Everybody,

after doing a successful test project (www.vogella.com/articles/JavaPersistenceAPI/article.html) I tried to move on to my DB, but Predeployment of the PersistenceUnit fails.

I am getting Exception [EclipseLink-28018] and [EclipseLink-7216]
Quote:
Could not load the method for the property name [guid] on the class [class core.lumo.biooffice.ContactImpl]
Ensure there is corresponding get method for that property name defined on the class.


I get this message for the first attribute in the orm.xml, it does not matter if it is the id or not.

The class has getters and setters for all properties.
In the orm.xml I tried
<orm:access>FIELD</orm:access>
as well as
<orm:access>PROPERTY</orm:access>



what else could be the reason? Or is this error code misleading and something else is amiss?

Hannes



Previous Topic:Unknown column hashcode, value, count, offset
Next Topic:How to use eclipselink.batch with em.find()?
Goto Forum:
  


Current Time: Fri Apr 19 22:52:53 GMT 2024

Powered by FUDForum. Page generated in 0.02392 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top