|
|
I Removed the DbRealm class and readded it to the grails-app/realms source directory. For some reason the first time I added this file as source STS would not let me specify a package name that it was clearly in, so I initially just had no package specified. When I re-added the file, I specified the package name and this time STS did not complain. Now break points are hit and logging occurs. My best guess is this was a weird STS glitch, although I still don't understand how it worked when I removed all the logic. Anyway this is functioning properly now, my advice is to always have a package name ;)
|