Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Using java-14: Target Invocation Exception: java.lang.NoSuchMethodError

Eclipselink 2.7.6 shipped with ASM 7.2, for JDK 14 support.  Can you provide more information about the failure (or even better, a sample that reproduces it)?

On Tue, Apr 28, 2020 at 2:16 AM Andreas Joseph Krogh <andreas@xxxxxxxxxx> wrote:
Hi all, starting EL with Java-14 results in this:
 
Exception [EclipseLink-168] (Eclipse Persistence Services - 2.7.6.v20200131-b7c997804f): org.eclipse.persistence.exceptions.DescriptorException
Exception Description: Problem in creating new instance using the default constructor.  The default constructor triggered an exception.
Internal Exception: java.lang.reflect.InvocationTargetException
Target Invocation Exception: java.lang.NoSuchMethodError: 'void no.officenet.origo.core.domain.model.milestone.Milestone._persistence_checkFetched(java.lang.String)'
Descriptor: RelationalDescriptor(no.officenet.origo.core.domain.model.milestone.Milestone --> [DatabaseTable(onp_crm_entity), DatabaseTable(origo_project_milestone)])

 
 
Is the any activity around releasing a new version of EL with updated ASM-support for Java-14?
 
--
Andreas Joseph Krogh
CTO / Partner - Visena AS
Mobile: +47 909 56 963
_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/eclipselink-users

Back to the top