You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 :
The text was updated successfully, but these errors were encountered: