Test fixes
This commit is contained in:
parent
c2afd9728d
commit
2f07066c59
|
@ -59,7 +59,7 @@ public class FulltextSearchSvcImpl implements IFulltextSearchSvc {
|
|||
|
||||
@PersistenceContext(type = PersistenceContextType.TRANSACTION)
|
||||
private EntityManager myEntityManager;
|
||||
@PersistenceContext(type = PersistenceContextType.TRANSACTION)
|
||||
@Autowired
|
||||
private PlatformTransactionManager myTxManager;
|
||||
|
||||
@Autowired
|
||||
|
|
Loading…
Reference in New Issue