alejandro-du / crudui

Automatically generate CRUD-like Vaadin views for any Java Bean
https://vaadin.com/directory#!addon/crud-ui-add-on
Apache License 2.0
85 stars 52 forks source link

Error with grails 3 + vaadin 8 #19

Closed frangelh closed 6 years ago

frangelh commented 6 years ago

grails=3.2.9 gorm=6.0.12.RELEASE also ( vaadin-server 7.7.6 and 8.1.4, vaadin-compatibility,vaadin-client-compiled) once I add the plugin to the dependency it gives me this error. General error during conversion: java.lang.NoClassDefFoundError: com/vaadin/ui/Composite

alejandro-du commented 6 years ago

I don't think this is a problem with the add-on. Check your project configuration. It seems you are using the wrong version of Vaadin. Check also if the problem is with the grails integration.