Facundo Donato

Results 38 comments of Facundo Donato

* `ng-semantic-ui` is for Angular v1.x * `ng2-semantic-ui` is for Angular 2 but it doesn't require jquery (100% angular can be better in performance) it follows the concepts behind semantic,...

Yes, that's what I did. I have a plain recently created app with a bunch of domain classes mapping a legacy SQL server db. Not sure how to help here,...

after analyzing the domain classes _Bean **'package.${domainClassName}DomainClass'** of type [org.grails.core.DefaultGrailsDomainClass] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)_, it throws an exception, ```stacktrace...

there is a lot of fine tuning there... isn't it? i'm checking [here](https://github.com/lgrignon/grails3-quick-start).

It did not... same `refresh` issue... at least with the hibernate project (it's a plain grails project with ~10 domain classes accessing a legacy sql server database via jtds driver...

Better late than ever, doesn't it? I'm geting a different error, i'm really shocked. The project i'm working on lean onto elasticsearch services, but this might help me out anyway....

sure thing @lgrignon... ## gradle.properties ```properties #Sat Jul 15 01:10:47 UTC 2017 grailsVersion=3.2.10 grailsWrapperVersion=1.0.0 gormVersion=6.0.10.RELEASE gradleWrapperVersion=3.4.1 ``` same issue when changing `build.gradle` ``` Constructor threw exception; nested exception is java.lang.NoSuchMethodError:...

@bfritscher I'm not really sure if what you said is related with the issue I'm describing... but, there is an interesting point the one you mention... What about subscribing to...