Re: Strange NoClassDefFoundError in VaadinServletService

2021-06-18 Thread Jean-Baptiste Onofre
Hi Richard, Did you see a refresh when you install feature TWO ? Do you see org.atmosphere.cpr import in vaadin server bundle or is it a dynamic import ? Regards JB > Le 18 juin 2021 à 18:21, Richard Hierlmeier a > écrit : > > > I have a strange error in a Vaadin application running in

Strange NoClassDefFoundError in VaadinServletService

2021-06-18 Thread Richard Hierlmeier
I have a strange error in a Vaadin application running in Karaf 4.3.1. I have two features, that use Vaadin. Feature ONE works fine. When feature TWO is deployed I get the following error when accessing the Vaadin UI: java.lang.NoClassDefFoundError: org/atmosphere/cpr/AtmosphereHandler at

Re: jdk.net requirement for mongodb driver >4.1

2021-06-18 Thread Jean-Baptiste Onofre
What JDK are you using ? Regards JB > Le 18 juin 2021 à 09:57, Michal Hlavac a écrit : > > Hi, > > I would like to ask how to solve this error in feature validation in > feature maven module. > MongoDb driver from version 4.1 has dependency on jdk.net package and feature > validation says:

jdk.net requirement for mongodb driver >4.1

2021-06-18 Thread Michal Hlavac
Hi, I would like to ask how to solve this error in feature validation in feature maven module. MongoDb driver from version 4.1 has dependency on jdk.net package and feature validation says: Unable to resolve org.mongodb.driver-core/4.2.3: missing requirement [org.mongodb.driver-core/4.2.3]