Skip to content

Added test for obtaining and invoking EJB and CDI beans from a SAM #329

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

Merged
merged 2 commits into from
Nov 10, 2015

Conversation

arjantijms
Copy link
Contributor

Test has been tested on WIldFly 10rc4 and GlassFish 4.1.1 (at the time of writing the latest versions).

GlassFish fails 4 of the 12 new tests:

protectedInvokeEJBFromSecureResponse(org.javaee7.jaspictest.invoke.InvokeEJBBeanProtectedTest): Response did not contain output from EJB bean for secureResponse for protected resource.

protectedInvokeEJBFromValidateRequest(org.javaee7.jaspictest.invoke.InvokeEJBBeanProtectedTest): Response did not contain output from EJB bean for validateRequest for protected resource.

publicInvokeEJBFromSecureResponse(org.javaee7.jaspictest.invoke.InvokeEJBBeanPublicTest): Response did not contain output from EJB bean for secureResponse for public resource.

publicInvokeEJBFromValidateRequest(org.javaee7.jaspictest.invoke.InvokeEJBBeanPublicTest): Response did not contain output from EJB bean for validateRequest for public resource.

This is not a problem with the tests, but a bug in GlassFish. See https://java.net/jira/browse/GLASSFISH-21447

arjantijms added a commit that referenced this pull request Nov 10, 2015
Added test for obtaining and invoking EJB and CDI beans from a SAM
@arjantijms arjantijms merged commit 5f53c52 into javaee-samples:master Nov 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant