Re: problem with SSL connection java.security.NoSuchAlgorithmException: Error constructing implementation

2023-07-09 Thread Ivano Luberti
Hi all. Finally found out the issue. And had nothing to do with tomcat. There are two web applications under this particular instance of tomcat Both of them contain an http client that issues https connections. Application A  sets explicitly the certificate store type to PKCS Application B d

Using Eclipse Open Api Annotations

2023-07-09 Thread Jörg Linnenkohl
Hello to all, I have a webapplicationto document with Eclipse Open API. I have defined the dependencies in the pom and add the annotations to the paths, but now only get error messages when deploying in the TomEE. My simple question: is there an example application, such as a simple Hello-World