At the last step in deploying the jar from chapter 8(Service), i got this error Exception while invoking class org.glassfish.ejb.startup.EjbApplication start methodjava.lang.RuntimeException: java.lang.ClassNotFoundException: org.hibernate.validator.cdi.internal.interceptor.ValidationInterceptor. I don't know if it's because glassfish has the wrong version for CDI validator or not.
Tested on :
- JDK 1.8
- Maven 3.5.2
- Derby 10.14.1.0 database
- GlassFish 5.0 application server
At the last step in deploying the jar from chapter 8(Service), i got this error
Exception while invoking class org.glassfish.ejb.startup.EjbApplication start methodjava.lang.RuntimeException: java.lang.ClassNotFoundException: org.hibernate.validator.cdi.internal.interceptor.ValidationInterceptor. I don't know if it's because glassfish has the wrong version for CDI validator or not.Tested on :