Closed
Description
Spring native app issue with PersistenceContext annotation
we have application with spring boot 3.0.4 which connect to oracle DB.
application build fine normally but for native application is failling if we have more than one PersistenceContext annotation
error: [ERROR] variable field is already defined in method apply(org.springframework.beans.factory.support.RegisteredBean,com.codingknownsense.oraclespringboot.dao.DBSyncDAOImpl)
Sample app location:
https://drive.google.com/file/d/1d373KxaTa73IHkN6rU_NerhXvTBToM04/view?usp=share_link
Kindly help in the same.