-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using new eclipselink version 4.0.2 #6568
Comments
Hi @DirkMunder , Could you please conduct a test using the most recent version of Payara, specifically version 6.2024.2? Best Regards, |
Sorry, I'm not experienced in that. |
Hi @DirkMunder, Unfortunately, our support efforts are primarily focused on the most current version of our software. This means we might not be able to provide the detailed assistance you're seeking for version 6.2023.3. If you upgrade to 6.2024.2, we would be more than happy to assist you. However, for comprehensive support and solutions tailored to 6.2023.3, you may consider acquiring a Payara Enterprise subscription. Thank you, |
Greetings, |
Greetings, |
Brief Summary
The migration of a Webapplication from 6.2023.3 to 6.2023.4 failed during deployment due to eclipselink version 4.0.1.
New eclipselink version 4.0.2 is available. Upgrade component.
Expected Outcome
No deployment error.
Current Outcome
WARNUNG: Unsupported deployment descriptors element schemalocation value https://jakarta.ee/xml/ns/persistence https://jakarta.ee/xml/ns/persistence/persistence_3_0.xsd.
SCHWERWIEGEND: Exception while invoking class org.glassfish.persistence.jpa.JPADeployer prepare method
SCHWERWIEGEND: Exception while preparing the app
SCHWERWIEGEND: Exception during lifecycle processing
jakarta.persistence.PersistenceException: Exception [EclipseLink-28018] (Eclipse Persistence Services - 4.0.1.payara-p1.v202304041433): org.eclipse.persistence.exceptions.EntityManagerSetupException
Exception Description: Predeployment of PersistenceUnit [com.eisenbahntechnik.tosPU] failed.
Internal Exception: java.lang.StackOverflowError
at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.createPredeployFailedPersistenceException(EntityManagerSetupImpl.java:2150)
at org.eclipse.persistence.internal.jpa.E
Alternatives
Use 6.2023.3 until component upgrade to version eclipselink version 4.0.2.
Context
No response
The text was updated successfully, but these errors were encountered: