python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
java.lang.IllegalArgumentException: Unknown Entity bean class with eclipselink in tomcat 10
Im trying to upgrade spring web app to tomcat 10 for the upgrade im using apache jakarta migration tool. the application got successfully migrated using this tool but when i run the application in tom...
Suhail Ahmed
Votes: 0
Answers: 1
Using Open Liberty with EclipseLink JPA provider - javax.persistence.sql-load-script-source not loading
Using Open Liberty version 21.0.0.12 with jpa-2.2 configured among features and Derby DS config:
server.xml
<featureManager>
<feature>jaxrs-2.1</feature>
<feature>jso...
Scott Kurz
Votes: 0
Answers: 1
JPQL Extract pk of an relation entity without a second query
I have these entities (is an example because i cant share real name entities):
@Entity
public class User { @Id private BigDecimal id; private String name, private Color favouriteColor }
@Entity
publi...
JuniorGuy
Votes: 0
Answers: 1
How can I avoid Stream<X> return type method in JpaRepository loading all data into memory with EclipseLink JPA?
We are using Spring data 2.4.4 + EclipseLink 2.7.0 (JPA 2.2) in our project.
Recently, we are developing a function allowing user downloading data by xlsx, and when I test interface with large dataset...
Antxl
Votes: 0
Answers: 1