-
Bug
-
Resolution: Done
-
Major
-
7.11.0.Final
-
None
-
NEW
-
NEW
-
2018 Week 36-38
If required any of 4 parameter is not configured correctly for DBUserGroupCallback,
the following error is returned.
Error when initializing server extension of type jBPM KIE Server extension due to All properties must be given (db.ds.jndi.name,db.user.roles.query,db.roles.query,db.user.roles.query)
Please note 'db.user.roles.query' (USER_ROLES_QUERY) appears twice instead of 'db.user.query' (PRINCIPAL_QUERY )
throw new IllegalArgumentException("All properties must be given ("+ DS_JNDI_NAME + "," + USER_ROLES_QUERY +"," + ROLES_QUERY +"," +USER_ROLES_QUERY +")");
This should be:
throw new IllegalArgumentException("All properties must be given ("+ DS_JNDI_NAME + "," + PRINCIPAL_QUERY +"," + ROLES_QUERY +"," +USER_ROLES_QUERY +")");
- is cloned by
-
RHPAM-1496 wrong message when required parameter is not set for DBUserGroupCallbackImpl
- Closed