Details
-
Type:
Improvement
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: EJBCA 7.0.0.1
-
Fix Version/s: None
-
Component/s: None
-
Labels:
Description
Some methods in KeyValidatorSessionBean does seem not seem to require a transaction since they only read stuff from the database.
Add @TransactionAttribute(TransactionAttributeType.SUPPORTS) on those methods.
There is also at least one method not being used. This method should be removed.