Hi,
Am trying to use wiremock-body-transformer when deployed wiremock as WAR.
These are the changes have made to WireMockWebContextListener to use BodyTransformer().
On running the server, am seeing "java.lang.NoClassDefFoundError: com/opentable/extension/BodyTransformer". I want to deploy as war so that I can easily have LoadBalancer and all the internal features of the tools.
Hi, Am trying to use wiremock-body-transformer when deployed wiremock as WAR.
These are the changes have made to WireMockWebContextListener to use BodyTransformer(). On running the server, am seeing "java.lang.NoClassDefFoundError: com/opentable/extension/BodyTransformer". I want to deploy as war so that I can easily have LoadBalancer and all the internal features of the tools.
Appreciate any help on this!
// WireMockApp wireMockApp = new WireMockApp(new WarConfiguration(context), new NotImplementedContainer());
Thanks, mmaraka