Runtime Error when using JAAS Authentication
I turned on authentication, via the application module Configurations (jbo.security.enforce=Test or Must), for an app module. Now, when I start a client using the module, I get a login dialog. No matter what I enter (I DO enter a valid user and password), I get error JBO-25222 (Unable to create application module). Is there some additional setup I need to do? Why am I getting this error?
I turned on authentication because I want to use the audit trail feature for my Entity Objects. I defined the appropriate columns in the database, and specified they are history columns in the Entity definition. Assuming I can get past the above error, what else do I need to do to use the audit trail feature?
Thanks