]
RH Bugzilla Integration commented on WFLY-4354:
-----------------------------------------------
Jan Martiska <jmartisk(a)redhat.com> changed the Status of [bug
EJBs can't inherit a JDK8 default method
----------------------------------------
Key: WFLY-4354
URL:
https://issues.jboss.org/browse/WFLY-4354
Project: WildFly
Issue Type: Bug
Components: EJB
Affects Versions: 9.0.0.Alpha1
Reporter: Jan Martiska
Assignee: David Lloyd
Fix For: 9.0.0.Alpha1
Attachments: defaultmethodejb.jar
If an EJB bean inherits a default method from an interface and doesn't override it,
attempt to call this method fails with:
{noformat}
org.jboss.invocation.CannotProceedException: INV000002: Invocation cannot proceed (end of
interceptor chain has been hit)
{noformat}