Radek Felcman

Results 101 comments of Radek Felcman

About: Regarding your unit test case: Can you hint me how to set up a working eclipselink development environment to run your (and the other existing test cases)? I tried...

About Eclipse IDE. Sorry in this case I can't help You as I don't use it. We are using IntelliJ IDEA or pure command line. Sometimes we used NetBeans.

Sorry I created my test case based on provided Foo.zip with separated `Foo.java` entity and test class `TestBug.java` and `@XmlAccessMethods(getMethodName = "getFormattedBar", setMethodName = "formatAndSetBar")` works OK to me. [moxy-bug-1798-MoxyUnmarshallingOfListsIgnoresDefinedSetterMethod.tar.gz](https://github.com/eclipse-ee4j/eclipselink/files/10548688/moxy-bug-1798-MoxyUnmarshallingOfListsIgnoresDefinedSetterMethod.tar.gz)

Sorry but what about for: MS-SQL Procedure ``` CREATE PROCEDURE bug_test_1730 @Parameter1 int, @Parameter2 int OUTPUT AS SET @Parameter2 = @Parameter1 * 10; GO ``` Java code: ``` import org.eclipse.persistence.jpa.JpaEntityManager;...

About NPE primaryKey ``` public CacheKey(Object primaryKey) { this.key = primaryKey; // make sure we trace the primary key for which the cache key was created in an immutable field...

Hello on the beginning You mentioned `oucode.entity.SomeBusinessEntity.getSomeWhateverOneToManyRelationship()`. My question is. How is value of the `@Id` field(s) filled? Directly by assignment e.g. from constructor or `@GeneratedValue` is used https://jakarta.ee/specifications/persistence/2.2/apidocs/javax/persistence/generatedvalue ?...

I'm asking itself how this change helps `for (int i = 0; i < this.argumentIndices.length; i++) {` -> `for (final int index : this.argumentIndices) {` with NPE because in case...

As others mentioned NPE under stress it looks like concurrency issue not simple NPE.

Maybe something based on https://github.com/eclipse-ee4j/eclipselink/blob/master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/sequence/model/Tea.java https://github.com/eclipse-ee4j/eclipselink/blob/master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/sequence/TestIdentityGeneration.java#L88 add there some operation (like JPQL SELECT - `em.createQuery(...).getSingleResult()`) which leads into mentioned issue.

Sorry I don't think, that 2.7.x build is broken. Please check Your environment and follow the guide https://github.com/eclipse-ee4j/eclipselink/wiki/Building-EclipseLink#eclipselink-27x