I’m using MyEclipse for Spring 2014. I’ve created an app using the crud scaffolding against a Sql2005 database. It work fine.
I then added the security scaffolding. It created the 3 tables in the database, but it did not populate them.
The same thing happened with I did the Crud tutorial with the Derby database. App created fine, added security scaffolding which created 3 tables in Derby, but the tables are empty.
At this point, I’m not sure what is supposed to be used as the Authority entries. What does the scaffolding expect?