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

Detect names of servlets from web.xml #74

Closed
kathrynkodama opened this issue Oct 28, 2020 · 1 comment
Closed

Detect names of servlets from web.xml #74

kathrynkodama opened this issue Oct 28, 2020 · 1 comment

Comments

@kathrynkodama
Copy link
Contributor

With the j2eemangement feature no longer being supported for Jakarta EE 9, we need a new way to detect the names of servlets when multiple applications are deployed and we must inject multiple servlets.

See these tests for example uses: https://github.com/OpenLiberty/liberty-arquillian/tree/master/liberty-managed/src/test/java/io/openliberty/arquillian/managed/needsmanagementmbeans

We should get the web.xml file from the WebArchive and use that to determine the servlet names.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants