javaee / ejb-spec

See javax.ejb project for API. Contains legacy issues only.
https://github.com/javaee/javax.ejb
6 stars 1 forks source link

Explicitly allow Java 8 default methods as business methods #124

Open glassfishrobot opened 9 years ago

glassfishrobot commented 9 years ago

EJB 3.2 spec doesn't specify anything on how Java 8 default methods should be treated. http://docs.oracle.com/javase/tutorial/java/IandI/defaultmethods.html

Default methods on a business interface should be allowed. They should be executed in container.

Affected Versions

[3.2]

glassfishrobot commented 9 years ago

Reported by wolfc

glassfishrobot commented 9 years ago

Was assigned to mvatkina

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA EJB_SPEC-124