Thanks Matej and Martin for your quick reply! Great to know! In this case, these SE tcks are not required to certify EE8 compliance by Application Servers, right? Just want to double check.
> 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). I kind of guessed there was a profile separate from "full profile", "web profile" for us to filter them out. You have answered my question. 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 From: Matej Novotny <[email protected]> To: Emily Jiang <[email protected]> Cc: Weld <[email protected]> Date: 16/10/2017 15:22 Subject: Re: [weld-dev] CDI JavaSE tck 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://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_weld_core_blob_master_jboss-2Dtck-2Drunner_pom.xml&d=DwICaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=jt2y5_gH2oPaja8Vt6NzAZV-iEo6D2jiWeuVYs0H-1U&m=rOodOJy-tok9t22u1Cf8M_zgDgEu2PBO4xQpUEgPRzg&s=KAEkKMdPTllyxRCF5coV1azDZu_OpveUOmYrPa9j_gs&e= ----- 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://urldefense.proofpoint.com/v2/url?u=https-3A__lists.jboss.org_mailman_listinfo_weld-2Ddev&d=DwICaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=jt2y5_gH2oPaja8Vt6NzAZV-iEo6D2jiWeuVYs0H-1U&m=rOodOJy-tok9t22u1Cf8M_zgDgEu2PBO4xQpUEgPRzg&s=KBX_9UX37M7uSqXvEgvmzHP7j-hLxWcU1U9YtK4yLfM&e= 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
