Questions tagged as 'groovy'

0
answers

gradle sync error

Since I updated to android studio 3.0.1 I can not continue with my application. Gradle throws the following error: Gradle Sync Issues    Error: Unable to load class 'groovy.lang.GroovyObject' . Possible causes   for this unexpected er...
asked by 23.01.2018 / 21:22
0
answers

treatment of exemptions in grails?

I have a class programmed in java in the Netbeans, when I try to use the class in the grails, an exceptions handling error occurs. This is my code: package cermine; /** * Created by on 7/05/16. */ import pl.edu.icm.cermine.*;...
asked by 10.05.2016 / 22:25
1
answer

How to edit an image in GRAILS Groovy loaded in the database

I have the following problem. I generate a Domain photos: class Foto { byte[] foto String nombreFoto static constraints = { foto size: 0..1000000000 } } When I generate the controller and views with grails, and I raise the a...
asked by 02.04.2016 / 21:25