Skip to content

Commit

Permalink
fix: fjerner overflødig @transactional annotation (#36)
Browse files Browse the repository at this point in the history
siden den medfører at vi får en dobbel TransactionHandler intercept - gir overhead, lenger stacktrace
  • Loading branch information
frode-carlsen authored Apr 21, 2020
1 parent e97b13c commit ce9889f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

import javax.enterprise.inject.Stereotype;
import javax.inject.Qualifier;
import javax.transaction.Transactional;

/**
* Marker type som implementerer interface {@link ProsessTaskHandler}.<br>
Expand Down Expand Up @@ -40,7 +39,6 @@
*/
@Qualifier
@Stereotype
@Transactional
@Inherited
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE, ElementType.FIELD, ElementType.ANNOTATION_TYPE})
Expand Down

0 comments on commit ce9889f

Please sign in to comment.