Skip to content

Commit

Permalink
remove the transactional tag for the batch listener.
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Mar 15, 2010
1 parent 714a480 commit 4b92cd5
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -22,13 +22,11 @@
import org.jumpmind.symmetric.common.ParameterConstants;
import org.jumpmind.symmetric.ext.IExtensionPoint;
import org.jumpmind.symmetric.model.IncomingBatch;
import org.springframework.transaction.annotation.Transactional;

/**
* This extension point is called whenever a batch has completed loading but before
* the transaction has committed.
*/
@Transactional
public interface IBatchListener extends IExtensionPoint {

/**
Expand Down

0 comments on commit 4b92cd5

Please sign in to comment.