diff --git a/src/main/java/com/commafeed/backend/services/FeedUpdateService.java b/src/main/java/com/commafeed/backend/services/FeedUpdateService.java index 001c7579..fb447249 100644 --- a/src/main/java/com/commafeed/backend/services/FeedUpdateService.java +++ b/src/main/java/com/commafeed/backend/services/FeedUpdateService.java @@ -7,8 +7,6 @@ import java.util.List; import javax.ejb.Asynchronous; import javax.ejb.Stateless; -import javax.ejb.TransactionAttribute; -import javax.ejb.TransactionAttributeType; import javax.inject.Inject; import org.apache.commons.collections.CollectionUtils; @@ -28,7 +26,6 @@ import com.commafeed.backend.model.FeedSubscription; import com.google.common.collect.Lists; @Stateless -@TransactionAttribute(TransactionAttributeType.NOT_SUPPORTED) public class FeedUpdateService { @Inject diff --git a/src/main/tomee/conf/tomee.xml b/src/main/tomee/conf/tomee.xml index 280af1eb..3667bc23 100644 --- a/src/main/tomee/conf/tomee.xml +++ b/src/main/tomee/conf/tomee.xml @@ -3,10 +3,10 @@