ItEr21S04ArquitecturaServidorItEr20S04: Adding @Transactional. It was failing at Manage Criterions page.
This commit is contained in:
parent
b515becc1b
commit
8bfa9f2e8d
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ public class CriterionsModel implements ICriterionsModel {
|
|||
}
|
||||
|
||||
@Override
|
||||
@Transactional(readOnly = true)
|
||||
public void workOn(Criterion criterion) {
|
||||
Validate.notNull(criterion);
|
||||
this.criterion = criterion;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue