-
EclipseLink is not accepting the id(this) operation, which is new in Jakarta Persistence 3.2, when it is placed within a JPQL ORDER BY clause.
`SELECT ID(THIS) FROM Prime WHERE ID(THIS) < ?1 ORDER …
-
EclipseLink is not accepting the id(this) operation, which is new in Jakarta Persistence 3.2, when it is placed within a JPQL ORDER BY clause.
```
SELECT ID(THIS) FROM Prime WHERE ID(THIS) < ?1 OR…
-
When running a Jakarta Data test against Oracle there is an issue with sorting not always being honored. To recreate, remove the @SkipIfSysProp(DB_Oracle) in JakartaDataRecreateServlet.java (open-libe…
-
EclipseLink is not accepting the ID(THIS) operation when supplied as an argument to another JPQL function, such as LOWER,
```
FROM Vehicle WHERE LOWER(ID(THIS)) = ?1
```
The error raised is:
…
-
-- ADD TO pom.xml --
org.springframework.boot
spring-boot-starter-data-jpa
mysql
mysql-connector-java
-
https://avni.freshdesk.com/a/tickets/4984
**Describe the bug**
On editing catchment of the user, we get a toast saying "Sever communication error" and it doesn't all the user to edit and save.
**Ste…
-
Is there a likely deployment descriptor problem or class not found exception that is responsible for the following? Could we include the cause exception or at least log it?
Exception call stack fr…
-
-
### Before reporting an issue
- [X] I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
### Area
c…
-
set up our pom.xml file with all required:
-parent_artifact
-properties
-dependencies: including
1. springboot starter for jpa
2. springboot starter for web
3. MySQL connector
4. springboot for testi…