Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-platform-dev] [jakartaee-tck-dev] Discussion of enabling JSON-B, JSON-P TCKs to be executed in EE Container (same as previous releases)

What does prevent TCK to be executed in an EE container? Providing a dummy SeContainer for EE case or anything else? If so it means it is ok IMHO since most of TCK require some integration in their setup, if something else maybe expliciting it can help to narrow the issue but AFAIK current JSON* TCK can run in an EE container with the standard TCK runner effort of a TCK. In other words, it is not cause a class from EE is in the tests that it can't run in EE containers without any issue.

Romain Manni-Bucau
@rmannibucau |  Blog | Old BlogGithub | LinkedIn | Book


Le lun. 11 avr. 2022 à 23:32, arjan tijms <arjan.tijms@xxxxxxxxx> a écrit :
Hi,

On Mon, Apr 11, 2022 at 5:23 PM Scott Marlow <smarlow@xxxxxxxxxx> wrote:

Regarding adding those tests back into the Platform TCK, it may help the conversation if someone gives an example of an EE container bug that might not of been revealed if we didn't add those tests back in.  

It's perhaps not the best example, but I added the json jars to piranha, and pointing the TCK to it using the classpath would have passed the TCK. But I forgot to actually load the jars in the server (in Piranha we do that explicitly per jar), so in say a Servlet or any other server code, json would not be available.

Kind regards,
Arjan

 
_______________________________________________
jakartaee-platform-dev mailing list
jakartaee-platform-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jakartaee-platform-dev

Back to the top