Questions tagged [grails-3.2.0.m2]

Use this tag for version 3.2.0.m2 only, use grails-3.2 for version 3.2 or grails tag for general question about grails Web application framework

5 questions
2
votes
0 answers

TenantId is null when saving an entity in a Discriminator based multi tenant application in Grails 3.2 with GORM 6

I am trying to implement a MultiTenant application using GORM 6.0.0.RC2. When a domain class that implements MultiTenant is saved via the GORM's save() method, the tenantId property is not set to the current tenantId. It is always null and hence…
pmohan
  • 21
  • 3
2
votes
0 answers

grails 3.0 angularjs spring security rest plugin getting 403 forbidden

I am trying to follow the tutorial at http://alvarosanchez.github.io/grails-angularjs-springsecurity-workshop/ with grails 3.2.0.M2 with angularjs profile. The build.gradle has the following compile 'org.grails.plugins:spring-security-core:3.1.1' …
Sap
  • 5,197
  • 8
  • 59
  • 101
1
vote
1 answer

JSON view error after upgrading from 3.1.11 to 3.2.0

I recently upgraded my 3.1.11 app to Grails 3.2.0 app and call to an endpoint started failing for some reason with the follwoing stacktrace: ERROR org.grails.web.errors.GrailsExceptionResolver - StackOverflowError occurred when processing request:…
1
vote
2 answers

Grails 3.2.0.M2 spring security exception on application startup

I have added the following on build.gradle to add spring security dependecy to my project compile 'org.grails.plugins:spring-security-core:3.1.1' But when I start my app I get the following exception ERROR org.springframework.boot.SpringApplication…
Sap
  • 5,197
  • 8
  • 59
  • 101
0
votes
0 answers

grails PostgreSQL not creating tables

I am using grails 3 with following dependency in build.gradle runtime group: 'org.postgresql', name: 'postgresql', version: '9.4.1209' my application.yml has the following config hibernate: cache: queries: false …
Sap
  • 5,197
  • 8
  • 59
  • 101