Setting EntityManagerFactory into Neo4J config getting NotWritablePropertyException
Caused by: org.springframework.beans.NotWritablePropertyExcep tion: Invalid property 'entityManagerFactory' of bean class [org.springframework.data.neo4j.config.Neo4jConfigu ration$$EnhancerByCGLIB$$fef67448]: Bean property 'entityManagerFactory' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter?
Not sure how to solve this.
It might be related to the version I am using
SDN version: 2.1.0.RC3
Thanks
Mark