It all depends how you’re packing your app. If you’re getting CNFE, you’re missing a dependency in the deployment.
From: <[email protected]> on behalf of Fabrizio Stellato <[email protected]> Reply-To: "[email protected]" <[email protected]> Date: Wednesday, 14 September 2016 at 03:54 To: Swagger <[email protected]> Subject: Can't install swagger on JBoss EAP 6.4 Hi, I've followed this link for installing swagger on JBoss 6 with Resteasy. When I launch my app JBoss can't find swagger classes and return the following error: [...] Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: java.lang.ClassNotFoundException: io.swagger.jaxrs.config.DefaultJaxrsConfig [...] I guess I should copy swagger files into the container, but I haven't found any hint on how to exactly do this. Any suggestion ? -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
