forked from eclipse-ee4j/jersey
-
Notifications
You must be signed in to change notification settings - Fork 13
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
dmatej
merged 4 commits into
payara:jersey-2.29.payara-maintenance
from
dmatej:PAYARA-3922
Jul 18, 2019
Merged
Payara 3922 Fixed stacktraces caused by incorrect JNDI lookup #25
dmatej
merged 4 commits into
payara:jersey-2.29.payara-maintenance
from
dmatej:PAYARA-3922
Jul 18, 2019
Conversation
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
- it is used in JNDI names on Payara
jbee
reviewed
Jul 15, 2019
...h/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java
Show resolved
Hide resolved
pdudits
requested changes
Jul 15, 2019
...h/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java
Show resolved
Hide resolved
- partial impl of the ejb 3.2 spec 4.9.7
pdudits
approved these changes
Jul 17, 2019
jGauravGupta
requested changes
Jul 17, 2019
...h/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java
Outdated
Show resolved
Hide resolved
jbee
approved these changes
Jul 17, 2019
jGauravGupta
approved these changes
Jul 18, 2019
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Tests will be pushed into javaee7-samples repository.
See internal JIRA for more info.
See also: payara/patched-src-javaee7-samples#42