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

Payara 3922 Fixed stacktraces caused by incorrect JNDI lookup #25

Merged
merged 4 commits into from
Jul 18, 2019
Merged

Conversation

dmatej
Copy link

@dmatej dmatej commented Jul 15, 2019

Tests will be pushed into javaee7-samples repository.
See internal JIRA for more info.
See also: payara/patched-src-javaee7-samples#42

David Matejcek added 2 commits July 12, 2019 14:39
- cause:
  - the stateless bean implemented some interface
  - interface was annotated only with @path
  - interface nor class was annotated by @Local or @Remote (then @Local is
    implicit in ejb3.2)
- it is used in JNDI names on Payara
@dmatej dmatej requested review from pdudits and jGauravGupta July 15, 2019 09:29
@dmatej dmatej self-assigned this Jul 15, 2019
- partial impl of the ejb 3.2 spec 4.9.7
@dmatej dmatej marked this pull request as ready for review July 17, 2019 07:20
@dmatej dmatej requested a review from pdudits July 17, 2019 07:21
@dmatej dmatej requested a review from jGauravGupta July 17, 2019 15:35
@dmatej dmatej merged commit ef04f91 into payara:jersey-2.29.payara-maintenance Jul 18, 2019
@dmatej dmatej added the bug Something isn't working label Jul 18, 2019
@dmatej dmatej deleted the PAYARA-3922 branch July 18, 2019 16:51
pdudits pushed a commit that referenced this pull request Oct 14, 2019
* 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
dmatej pushed a commit that referenced this pull request Jan 24, 2020
* 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
kalinchan pushed a commit to kalinchan/patched-src-jersey that referenced this pull request Aug 10, 2021
)

* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants