Re: java.lang.NoClassDefFoundError: com/mysql/jdbc/ParameterBindings

2018-07-02 Thread Romain Manni-Bucau
Would be interesting to have the full stack and probably some logs around this issue. But sounds more related to the dev setup than anything which can happen in prod. Romain Manni-Bucau @rmannibucau | Blog | Old Blog

Jax-RS @Context injection of javax.ws.rs.core.Application

2018-07-02 Thread vranac
When tried to inject: @Context javax.ws.rs.core.Application application; inside class anotated with @javax.ws.rs.Path I get exception: WARNING [http-nio-8080-exec-4] org.apache.cxf.phase.PhaseInterceptorChain.doDefaultLogging Interceptor has thrown exception, unwinding now

Re: java.lang.NoClassDefFoundError: com/mysql/jdbc/ParameterBindings

2018-07-02 Thread Romain Manni-Bucau
Hi Does it happen after some redeployment? Is mysql in tomee lib or the app lib folder? Le lun. 2 juil. 2018 13:07, Matthew Broadhead a écrit : > recently i have been getting this exception during development. > restarting the container allows me to proceed. i am worried it might > start

java.lang.NoClassDefFoundError: com/mysql/jdbc/ParameterBindings

2018-07-02 Thread Matthew Broadhead
recently i have been getting this exception during development. restarting the container allows me to proceed.  i am worried it might start happening in production. java.lang.NoClassDefFoundError: com/mysql/jdbc/ParameterBindings     at