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

Fixed stacktraces caused by incorrect JNDI lookup #4373

Merged
merged 1 commit into from
Feb 19, 2020
Merged

Fixed stacktraces caused by incorrect JNDI lookup #4373

merged 1 commit into from
Feb 19, 2020

Commits on Jan 27, 2020

  1. Fixed stacktraces caused by incorrect JNDI lookup

    * 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]>
    dmatej committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    13d1465 View commit details
    Browse the repository at this point in the history