Does anyone know what this is all about:
component class not found
with Hibernate?
I got this error How can i solve this issue..?
Initial SessionFactory creation failed.org.hibernate.MappingException: component class not found: EventGeofenceId
Does anyone know what this is all about:
component class not found
with Hibernate?
I got this error How can i solve this issue..?
Initial SessionFactory creation failed.org.hibernate.MappingException: component class not found: EventGeofenceId
Looks like you've referenced a class named EventGeofenceId somewhere in your configuration but didn't create the Java source.