Expected Behavior
I have a Grails 7.1.0 application with three classes: Grouping, Person and Member. The Member class is meant to provide links between Grouping and Person instances. I should be able to create a Grouping instance, then create a Person instance, then create a Member instance that links the existing Person and Grouping instances.
Actual Behaviour
I can create the Grouping and Person instances, but when I attempt to create the Member instance, I get this exception:
2026-04-21T12:26:43.647-07:00 ERROR 84841 --- [nio-8080-exec-2] o.h.engine.jdbc.spi.SqlExceptionHelper : Table "MEMBER" not found; SQL statement:
select count(*) as y0_ from member this_ limit ? [42102-232]
Steps To Reproduce
- Using the repository below, from the command line, ./grailsw run-app
- On the web page https://localhost:8080/ click on the grouping/index link, which displays the page correctly
- On the web page https://localhost:8080/ click on the person/index link, which displays the page correctly
- On the web page https://localhost:8080/ click on the member/index link, which displays the error above
Environment Information
Ubuntu 25.10
Grails 7.1.0
Java 17.0.18-librca
Example Application
https://github.com/monetschemist/s11r_test
Version
Grails 7.1.0
Expected Behavior
I have a Grails 7.1.0 application with three classes: Grouping, Person and Member. The Member class is meant to provide links between Grouping and Person instances. I should be able to create a Grouping instance, then create a Person instance, then create a Member instance that links the existing Person and Grouping instances.
Actual Behaviour
I can create the Grouping and Person instances, but when I attempt to create the Member instance, I get this exception:
2026-04-21T12:26:43.647-07:00 ERROR 84841 --- [nio-8080-exec-2] o.h.engine.jdbc.spi.SqlExceptionHelper : Table "MEMBER" not found; SQL statement:
select count(*) as y0_ from member this_ limit ? [42102-232]
Steps To Reproduce
Environment Information
Ubuntu 25.10
Grails 7.1.0
Java 17.0.18-librca
Example Application
https://github.com/monetschemist/s11r_test
Version
Grails 7.1.0