Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.

Fix #22156: Bug in annotation handling in case of container annotation handlers#22198

Closed
mskdeepak-oracle wants to merge 1 commit intojavaee:masterfrom
mskdeepak-oracle:null_ejb_provider
Closed

Fix #22156: Bug in annotation handling in case of container annotation handlers#22198
mskdeepak-oracle wants to merge 1 commit intojavaee:masterfrom
mskdeepak-oracle:null_ejb_provider

Conversation

@mskdeepak-oracle
Copy link
Copy Markdown
Member

Reopening PR #22164

Fix #22156 - Using a plural annotation such as AdministeredObjectDefinitionsHandler would lead to a call to the processAnnotation function of its singular version AdministeredObjectDefinitionHandler. During this, the ejbProvider is not passed properly leading to a bug in the handling of these annotations.

I have added an additional constructor to facilitate this. Changed the code in all plural annotation handlers.

@mskdeepak-oracle mskdeepak-oracle self-assigned this Aug 8, 2017
@mskdeepak-oracle
Copy link
Copy Markdown
Member Author

@glassfishrobot Run CI Tests please

@glassfishrobot
Copy link
Copy Markdown
Contributor

Starting CI tests run

@glassfishrobot
Copy link
Copy Markdown
Contributor

All CI tests successful

@mskdeepak-oracle mskdeepak-oracle changed the title Fix #22156: Bug in annotation handling in case of plural annotation handlers Fix #22156: Bug in annotation handling in case of container annotation handlers Aug 9, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants