-
**Describe the bug**
The JPQL query `SELECT o FROM Account o WHERE (o.accountId=?1)` fails when supplied with an `AccountId` that is an embeddable id for the entity.
EclipseLink converts this …
-
# Description #
Would be great if this fix released in Eclipselink 2.7.10 can be applied also on payara's version of Eclipselink: Fix https://github.com/eclipse-ee4j/eclipselink/issues/1161: Clone ap…
wbss1 updated
2 years ago
-
Getting below exception while doing build though eclipselink dependencies are there. am executing in OSGi environment. am using eclipselink 2.5.2.
[ERROR] Failed to execute goal de.empulse.eclipselink…
-
**Describe the bug**
A clear and concise description of what the bug is.
If there is a stack trace, please include the FULL stack trace (without any `[internal classes]` lines in it). To find t…
-
I'm using the exact configuration from the front page (and the eclipselink Wiki[1], for that matter) and my entities seem to get woven properly, but I see no log messages indicating what was woven.
M…
-
I'm am using org.eclipse.persistence:eclipselink:2.6.4 with com.oracle.jdbc:ojdbc7:12.1.0.2 and this is my `TIMESTAMP WITH TIMEZONE` entity field:
```java
@Temporal(TemporalType.TIMESTAMP)
@Colum…
-
### Feature description
Jakarta Data 1.0 has been released, and I beg to add Jakarta Data support.
* JPA/Relational Database, add EclipseLink or Hibernate 6.6.0.Alpha1 or 7.0.0 Alpha2 support
* N…
-
EclipseLink is returning an empty result list intermittently when running on DB2.
For example, the JPQL Query:
`SELECT this.numFullTimeWorkers FROM DemographicInfo WHERE this.collectedOn=:when`
…
-
**Describe the bug**
I tried to port my [Jakarta Data example project](https://github.com/hantsy/quarkus-sandbox/tree/master/jakarta-data) from Hibernate to Jakarta EE/EclipseLink. But it failed when…
-
` Execution default of goal de.empulse.eclipselink:staticweave-maven-plugin:1.0.0:weave failed: Exception [EclipseLink-28018] (Eclipse Persistence Services - 2.7.1.v20171221-bd47e8f): org.eclipse.pers…