Yes, I use the exact same configuration and database in dev and prod mode.
Type: Posts; User: francisrenaud27; Keyword(s):
Yes, I use the exact same configuration and database in dev and prod mode.
Just to make sure, I copied the dev datasource config onto the production one.
Same behaviour. So the exact same DB and credentials are used in both environments.
Since my first message I...
Thank you for your reply. Actually, my dbCreate setting is 'update' and the tables are there. It works fine in dev mode but the problem occurs in production mode.
I'm not sure I understand why...
Hi, I have an app that uses the spring-security-acl plugin and works fine in dev mode.
However, in production mode, just after seeing "Configuring Spring Security ACL ..." I get a stack trace that...