Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
531 views

I'm trying to work with Hibernate and I have tried all the solutions for similar problem, but still can't figure out what's wrong. I'm getting the below error WARNING: jakarta.persistence.spi::No ...
-1 votes
1 answer
71 views

Iam wrote an API in Spring Boot with Hibernate. It works fine, but when I start to write tests I got an error: Error starting ApplicationContext. To display the condition evaluation report re-run your ...
0 votes
1 answer
66 views

Title: "javax.persistence.PersistenceException: No Persistence provider for EntityManager 'student_pu_test' in StudentRepository and StudentRepositoryTest Classes" Body: I am encountering a ...
0 votes
2 answers
443 views

The migration of a Webapplication from Java EE8 to Jakarta EE10 based on Payara Fish 6.2023.6 failed during deployment. WARNUNG: Unsupported deployment descriptors element schemalocation value https:...
0 votes
1 answer
539 views

I have been trying to upgrade my project to spring 3.1.0 . It currently uses OpenJpa with java persistence schema 1.x. If I upgrade the javax.persistence packages to jakarta.persistence packages, with ...
3 votes
1 answer
491 views

I am currently exploring JakartaEE and have a very basic application with a few jax-rs endpoints, a service and a "repository". My repository uses the EntityManger to write to the database. ...
1 vote
1 answer
7k views

I am trying to build my (yet) simple Java Persistence Project with a MySql Database in the Background and try to access it via Rest over a Java Application. This all doesnt matter, because as soon as ...
0 votes
1 answer
246 views

Where I can define the timeout for queries within hibernate in WildFly environment, is it the persistence.xml? And what is the default value? <persistence> <persistence-unit name="my-...
1 vote
0 answers
495 views

I was going going to use some JPA Entities in various apps, so I placed them in a separate JAR and added dependencies in pom where needed. In order to allow persistence provider to "see" the ...
0 votes
0 answers
341 views

I'm working on a project that will use JPA to persist and retrieve objects from my SQL workbench database. Whenever i'm trying to utilise the EntityManager from JPA i get an error: Error: Exception in ...
0 votes
2 answers
1k views

I want do use JPA Batches in my code. I am using this Dependencies: <dependency> <groupId>org.eclipse.persistence</groupId> <artifactId>...
2 votes
1 answer
3k views

I try to connect my Maven app with my DB with GlassFisch server. I also tried MySql and Postgres, but I got the following error by deploy: Exception Occurred :Error occurred during deployment: ...
0 votes
1 answer
456 views

I want to set the values of my persistence.xml file with the values from my properties.config. Is there any way to do this? Like any buildin function? I think to a function like factory....
0 votes
1 answer
586 views

I'm new to Spring Framework and trying to create dynamic search queries for an sql database- similar to what is described in the below thread. Filtering database rows with spring-data-jpa and spring-...
1 vote
0 answers
2k views

**User Class** This is the user class which has the basic details of user, Id, email, fullname, password. @Entity public class Users { private Integer userId; private String email; ...

15 30 50 per page
1
2 3 4 5
...
35

AltStyle によって変換されたページ (->オリジナル) /