Skip to content
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

Next-temp - Dovetail login fails #839

Open
brunovg opened this issue Jul 9, 2024 · 2 comments
Open

Next-temp - Dovetail login fails #839

brunovg opened this issue Jul 9, 2024 · 2 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@brunovg
Copy link
Collaborator

brunovg commented Jul 9, 2024

Problems on the frontend login (Dovetail).
The problem only occurs on Next-temp (temporary server deploy).

The error log on Assimbly:

Caused by: java.lang.NoSuchMethodError: 'org.hibernate.proxy.LazyInitializer org.hibernate.proxy.HibernateProxy.extractLazyInitializer(java.lang.Object)'
	at org.hibernate.jpa.internal.util.PersistenceUtilHelper.isLoadedWithoutReference(PersistenceUtilHelper.java:125)
	at org.hibernate.jpa.HibernatePersistenceProvider$1.isLoadedWithoutReference(HibernatePersistenceProvider.java:185)
	at jakarta.persistence.Persistence$PersistenceUtilImpl.isLoaded(Persistence.java:145)
@brunovg brunovg self-assigned this Jul 9, 2024
@brunovg brunovg added the bug Something isn't working label Jul 9, 2024
@brunovg
Copy link
Collaborator Author

brunovg commented Jul 9, 2024

It seems that smooksnoxml uses an old version of hibernate (4.3.8.Final),

milyn-smooks-all 1.7.1  >  milyn-scribe-hibernate 1.7.1  >  hibernate-core 4.3.8

and that old version was loaded instead of a more recent one (6.5.2.Final) added by the gateway.

@brunovg
Copy link
Collaborator Author

brunovg commented Jul 9, 2024

PR: assimbly/custom-components#102

@skin27 skin27 added this to the 5.0.0 milestone Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants