Hi Emily > "SE". Should the tcks be exercised by JavaEE runtime No, CDI SE TCK should not be executed on EE environment as it doesn't make much sense. (SE tests start their own container instance which doesn't really go together with EE lifecycle)
> Which profile did you package the JavaSE tck? Not sure I understand your question? They have no separate profile in TCK, but all have "SE" test group. That allows you to filter them from being included in your test suite. You can glance at our tck-runner pom.xml[1] where we handle these things (profiles section). Matej _______________________________________________________________________- [1]https://github.com/weld/core/blob/master/jboss-tck-runner/pom.xml ----- Original Message ----- > From: "Emily Jiang" <[email protected]> > To: "Weld" <[email protected]> > Sent: Monday, October 16, 2017 2:33:06 PM > Subject: [weld-dev] CDI JavaSE tck > > Hi Matej/Martin, > > I am looking at the CDI 2.0 tck on JavaSE. I saw they are under the groups of > "SE". Should the tcks be exercised by JavaEE runtime, e.g. wildfly, > glassfish, Liberty etc? Which profile did you package the JavaSE tck? > > > Many thanks, > Emily > =========================== > Emily Jiang > WebSphere Application Server, CDI & MicroProfile Development Lead > > MP 211, DE3A20, Winchester, Hampshire, England, SO21 2JN > Phone: +44 (0)1962 816278 Internal: 246278 > > Email: [email protected] > Lotus Notes: Emily Jiang/UK/IBM@IBMGB > > > Unless stated otherwise above: > IBM United Kingdom Limited - Registered in England and Wales with number > 741598. > Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU > > _______________________________________________ > weld-dev mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/weld-dev _______________________________________________ weld-dev mailing list [email protected] https://lists.jboss.org/mailman/listinfo/weld-dev
