I know I ended up adding hibernate-validator-4.1.0.Final.jar and
validation-api-1.0.0.GA.jar to my classpath when I upgraded.

On May 10, 2:11 am, cruser <crusercru...@gmail.com> wrote:
> I have just upgraded to GWT 2.3.0
>
> I am working with hibernate for the back-end. In GWT 2.2.0 all my queries
> worked fine, however since the upgrade to 2.3.0 all the hibernate queries
> are broken. Read exception below:
>
> org.hibernate.HibernateException: Unable to get the default Bean Validation
> factory
> at
> org.hibernate.cfg.beanvalidation.BeanValidationActivator.applyDDL(BeanValid 
> ationActivator.java:127)
> at
> org.hibernate.cfg.Configuration.applyBeanValidationConstraintsOnDDL(Configu 
> ration.java:1674)
> at
> org.hibernate.cfg.Configuration.applyConstraintsToDDL(Configuration.java:16 
> 24)
> at
> org.hibernate.cfg.Configuration.secondPassCompile(Configuration.java:1415)
> at
> org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1826 )
> at net.impro.portal.persistence.HibernateUtil.<init>(HibernateUtil.java:16)
>
> This exception is thrown whilst trying to invoke the following :
>
> Configuration config = new Configuration();
> config.configure("hibernate.cfg.xml");
> FACTORY = config.buildSessionFactory();
>
> Has anyone had the same issue? Can anyone point me in the right direction?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to