Add deployment/porting support for passing Jakarta TCK samples
---------------------------------------------------------------
Key: WFLY-11895
URL:
https://issues.jboss.org/browse/WFLY-11895
Project: WildFly
Issue Type: Bug
Reporter: Scott Marlow
Assignee: Cheng Fang
Priority: Minor
I tried running against
[
https://github.com/eclipse-ee4j/jakartaee-tck/tree/master/src/com/sun/ts/...]
and got some deployment failures (see attached test.log).
I think that we need to change the
[
https://gitlab.cee.redhat.com/j2eects/cts-8-mods/tree/jakarta_ee8] porting/deployment to
generate JBoss ejb deployment xml files, either via XSLTC (which we don't do much of
for EJB deployment currently) or via including static shadow jboss*.xml files (e.g.
[
https://gitlab.cee.redhat.com/j2eects/cts-8-mods/blob/jakarta_ee8/resourc...]).
CC [~tomekadamski]
Which approach do you suggest?