Is there a way to use Eclipselink JPA inside a BitBucket plugin and connect to the BitBucket Database? I'm trying to connect to the BitBucket database using EclipseLink and retrieve the users. I created a User entity class and tried retrieving the users using a native query. It shows the following error:
java.lang.ClassNotFoundException: net.bull.javamelody.JpaPersistence
Is there any way to connect to the database using any JPA framework?