[ https://issues.apache.org/jira/browse/ISIS-1767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andi Huber updated ISIS-1767: ----------------------------- Description: Collective tasks for Java EE 7+ support. Designated branch ... {code}dev/2.0.0/ISIS-1767-jee-7{code} +Tests+ * Server: JEE 7+ implementation (or similar), launched with JDK8 (Version 1.8.0_152) * fat-war: deploy all dependencies with single war (hsqldb in memory) * skinny-war: prepare container with shared libraries and shared domain objects, deploy only a subset of domain classes with single war (hsqldb in memory) * restEasy: check whether restEasy responds * managed connection pool (con.pool): use mysql db connection pool managed by the JEE container and provided via JNDI * domain events (dom.events): test whether domain events are emitted and handled ||Server||fat-war||skinny-war||restEasy||con.pool||dom.events|| |Payara (full 4.1.2.173)|OK|OK|OK|OK|todo| |Payara (web 4.1.2.173)|OK|OK|OK|OK|todo| |TomEE (plume 7.0.4)|OK(1)|todo|OK|todo|todo| |Wildfly (full 11.0.0)|FAILED(2)|todo|todo|todo|todo| |Glassfish (full 5.0)|FAILED(3)|todo|todo|todo|todo| Notes: (1) requires CXF to be disabled, see https://stackoverflow.com/questions/41496204/tomee-7-0-2-how-to-disable-cxf-rs throws exceptions on undeploy (2) class-loading issues, though library is included in war ... javax.persistence.PersistenceException: WFLYJPA0057: PersistenceProvider 'org.apache.isis.core.webapp.jee.PersistenceUnitNoopProvider' not found; (3) ON-HOLD waiting for GF 5.0.1 release! class-loading issues with Hibernate Validator, though library is included in war ... java.lang.ClassNotFoundException: org.joda.time.ReadableInstant; using patch https://github.com/hibernate/hibernate-validator/pull/857/files does not help: introduces new class-loading issues; was: Collective tasks for Java EE 7+ support. Designated branch ... {code}dev/2.0.0/ISIS-1767-jee-7{code} +Tests+ * server: JEE 7+ implementation (or similar) * fat-war: deploy all dependencies with single war (hsqldb in memory) * skinny-war: prepare container with shared libraries and shared domain objects, deploy only a subset of domain classes with single war (hsqldb in memory) * restEasy: check whether restEasy responds * managed connection pool: use mysql db connection pool managed by the JEE container and provided via JNDI ||server||fat-war||skinny-war||restEasy||managed connection pool|| |Payara (web-profile 4.1.2.173)|FAILED(1)|OK|OK|OK| |TomEE (plume 7.0.4)|OK(2)|todo|OK|todo| |Wildfly (tbd)|todo|todo|todo|todo| |Glassfish (full 5.0)|FAILED(3)|todo|todo|todo| Notes: (1) * WicketFilter does not respond (2) * requires CXF to be disabled, see https://stackoverflow.com/questions/41496204/tomee-7-0-2-how-to-disable-cxf-rs * throws exceptions on undeploy (3) * strange class-loading issues, though library is included in war ... java.lang.ClassNotFoundException: org.joda.time.ReadableInstant > JEE 7+ Support > -------------- > > Key: ISIS-1767 > URL: https://issues.apache.org/jira/browse/ISIS-1767 > Project: Isis > Issue Type: Improvement > Components: Core > Reporter: Andi Huber > Assignee: Andi Huber > Fix For: 2.0.0 > > > Collective tasks for Java EE 7+ support. > Designated branch ... > {code}dev/2.0.0/ISIS-1767-jee-7{code} > +Tests+ > * Server: JEE 7+ implementation (or similar), launched with JDK8 (Version > 1.8.0_152) > * fat-war: deploy all dependencies with single war (hsqldb in memory) > * skinny-war: prepare container with shared libraries and shared domain > objects, deploy only a subset of domain classes with single war (hsqldb in > memory) > * restEasy: check whether restEasy responds > * managed connection pool (con.pool): use mysql db connection pool managed by > the JEE container and provided via JNDI > * domain events (dom.events): test whether domain events are emitted and > handled > ||Server||fat-war||skinny-war||restEasy||con.pool||dom.events|| > |Payara (full 4.1.2.173)|OK|OK|OK|OK|todo| > |Payara (web 4.1.2.173)|OK|OK|OK|OK|todo| > |TomEE (plume 7.0.4)|OK(1)|todo|OK|todo|todo| > |Wildfly (full 11.0.0)|FAILED(2)|todo|todo|todo|todo| > |Glassfish (full 5.0)|FAILED(3)|todo|todo|todo|todo| > Notes: > > (1) > requires CXF to be disabled, see > https://stackoverflow.com/questions/41496204/tomee-7-0-2-how-to-disable-cxf-rs > > throws exceptions on undeploy > (2) > class-loading issues, though library is included in war ... > javax.persistence.PersistenceException: WFLYJPA0057: PersistenceProvider > 'org.apache.isis.core.webapp.jee.PersistenceUnitNoopProvider' not found; > (3) > ON-HOLD waiting for GF 5.0.1 release! > class-loading issues with Hibernate Validator, though library is included in > war ... java.lang.ClassNotFoundException: org.joda.time.ReadableInstant; > using patch https://github.com/hibernate/hibernate-validator/pull/857/files > does not help: introduces new class-loading issues; -- This message was sent by Atlassian JIRA (v6.4.14#64029)