Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [glassfish-dev] [External] : Re: EE 10 Platform TCK test failure in jsonp.pluggability.jsonprovidertests tests with GlassFish 7

On 5/10/22 4:31 PM, Scott Marlow wrote:
Is the below failure likely a GlassFish implementation issue?  Or perhaps GlassFish TCK configuration issue?

definitely nothing to do with jsonp as such - jsonp has no knowledge about jakarta.xml.ws.WebServicePermission required for/by XML Web Services.

Hard to say if it is GF or TCK config issue - since I haven't found this permission set in GF 5.1.0, I tend to think it is TCK config issue


thanks,
--lukas


On 5/10/22 9:57 AM, Scott Marlow wrote:

Hi,

This week (and last weeks) Platform TCK results [1] show that the jsonp.pluggability.jsonprovidertests tests have 72 failures caused by a `java.security.AccessControlException: access denied ("jakarta.xml.ws.WebServicePermission" "CTSPermission3_name")` that is followed by a `ClassNotFoundException: org.glassfish.wasp.runtime.ProtectedFunctionMapper$1 not found by org.glassfish.wasp.was` exception as shown in [2].

The [3] test results are missing the Glassfish logs [3], so I started a new test run [4] with just the jsonp tests to see if that will have logs.  [2] is still a good representation of what we saw in the GlassFish server.log last week, so that should still be a good source of the server side exceptions occurring.

Scott

[1] https://github.com/eclipse-ee4j/jakartaee-tck/wiki/Jakarta-EE-10.0-TCK-results#platform-tck-full-profile-results-on-jdk11
[2] https://gist.github.com/scottmarlow/bc6f9cbad4821a6775828dbbf900866c
[3] https://ci.eclipse.org/jakartaee-tck/job/jakartaee-tck/job/master/1785/testReport/ [4] https://ci.eclipse.org/jakartaee-tck/job/jakartaee-tck/job/master/1797/


_______________________________________________
glassfish-dev mailing list
glassfish-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://urldefense.com/v3/__https://www.eclipse.org/mailman/listinfo/glassfish-dev__;!!ACWV5N9M2RV99hQ!PHV_DKu87NkeNBohqlwBgorTszzlzefBZhDh05wtf0Fq1MODjC1yT5X_fAgh6cYH7ViIHl_F4wmYDWrWRfcg$



Back to the top