forked from eclipse-ee4j/jersey
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed stacktraces caused by incorrect JNDI lookup (eclipse-ee4j#4373)
* Fixed processing default local interface - cause: - the stateless bean implemented some interface from library - the interface was annotated only with @path - neither interface nor class was annotated by @Local or @Remote (then @Local is implicit in ejb3.2) * Implemented support of Stateless.name attribute - it is used in JNDI names on Payara * Limited default local interfaces - partial impl of the ejb 3.2 spec 4.9.7, some interfaces are not allowed Signed-off-by: David Matejcek <[email protected]>
- Loading branch information
Showing
1 changed file
with
38 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters