Hello,
I am having problems upgrading to Hiberante 3.1 (for 3.05):
1) It seems like all listeners mechanism was modified:
a) Listeners registration no longer the same.
b) Listener default classes (like: DefaultPostUpdateEventListener) no longer exists.
Does anyone know what happened to those classes and what are the changes ?
2) This is a higher priority problem, since I can do nothing with this problem:
I started getting the following exception whenever loading web application:
Code:
org.hibernate.PropertyAccessException: IllegalArgumentException occurred calling getter of com.amadesa.admin.model.bo.Project.projectId
at org.hibernate.property.BasicPropertyAccessor$BasicGetter.get(BasicPropertyAccessor.java:171)
at org.hibernate.tuple.AbstractEntityTuplizer.getIdentifier(AbstractEntityTuplizer.java:176)
Before switching to Hibernate 3.1 everything worked great. I just changed the Jar file and everything seems to stop working ...
Has anyone else encountered this exception ?
Thanks in advance,
Guy.