Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.0-M1
-
None
-
None
Description
Running on latest Payara 4 or 5, Skinny WAR deployment requires a JEE Container restart in order for the resteasy (3 or 4) core plugin to be resolved on the class-path.
Simple redeployment on a running Container throws Exception:
java.lang.RuntimeException: RESTEASY003325: Failed to construct public org.apache.isis.viewer.restfulobjects.server.RestfulObjectsApplication() ... Caused by: org.apache.isis.applib.NonRecoverableException: No plugin implementing org.apache.isis.viewer.restfulobjects.server.IsisJaxrsServerPlugin found on class path. at org.apache.isis.applib.internal.context._Plugin.absenceNonRecoverable(_Plugin.java:122) at org.apache.isis.viewer.restfulobjects.server.IsisJaxrsServerPlugin.lambda$1(IsisJaxrsServerPlugin.java:22)