Test fixes

This commit is contained in:
James Agnew 2018-05-30 21:59:41 -04:00
parent c2afd9728d
commit 2f07066c59
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ public class FulltextSearchSvcImpl implements IFulltextSearchSvc {
@PersistenceContext(type = PersistenceContextType.TRANSACTION) @PersistenceContext(type = PersistenceContextType.TRANSACTION)
private EntityManager myEntityManager; private EntityManager myEntityManager;
@PersistenceContext(type = PersistenceContextType.TRANSACTION) @Autowired
private PlatformTransactionManager myTxManager; private PlatformTransactionManager myTxManager;
@Autowired @Autowired