-
Notifications
You must be signed in to change notification settings - Fork 112
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
Refactor signaturetest module tests #1483
Comments
Before running the OpenRewrite recipe, rename the Signature test client source name to match the filter. |
The current EE 10 Platform TCK Signature tests run in Web container, EJB container + appclient container (as per vehicles.properties): With regard to servlet versus jsp, I think both validate that the Web container exports the correct SPEC API classes to the deployed application. I suppose that the implemenations JSP deployer could have a bug but we should consider if its worth adding the JSP case after covering ejb/servlet/appclient cases. |
EE 10 deployment contentsapp client container testJavaEESigTest_appclient_vehicle.ear contentsMETA-INF/MANIFEST.MF JavaEESigTest_appclient_vehicle_client.jar contentsMETA-INF/MANIFEST.MF Servlet container testJavaEESigTest_servlet_vehicle.ear contentsMETA-INF/MANIFEST.MF JavaEESigTest_servlet_vehicle_web.war contentsMETA-INF/MANIFEST.MF EJB test currently using appclient containerTODO: look into running from Servlet vehicle instead of from appclient container to avoid spending time on remote ejb lookup problems from app client container.JavaEESigTest_ejb_vehicle.ear contentsMETA-INF/MANIFEST.MF JavaEESigTest_ejb_vehicle_client.jar contentsMETA-INF/MANIFEST.MF JavaEESigTest_ejb_vehicle_ejb.jar contentsMETA-INF/MANIFEST.MF JSP/Server Pages contentsJavaEESigTest_jsp_vehicle.ear contentsMETA-INF/MANIFEST.MF JavaEESigTest_jsp_vehicle_web.war contentsjsp_vehicle.jsp |
No description provided.
The text was updated successfully, but these errors were encountered: