No Stack trace throw by system, I am only getting this error, which posted to you.
Problem situation : * I am using JPARepository for CRUD functionality using @Transnational annotation. * When I requested data to send for add operation (eg. userRepository.save(user)) at that time this exception is encountered. * If I requested data which is already exists in Database, At that time its working fine throwing error Object already exists. * When I put @Indexed,@Field annotation to entity,then i am getting this error otherwise without @Indexed,@Field its working fine.
Please help me because i am stuck on this part.
|