Re-add comment
This commit is contained in:
parent
6875740178
commit
06e1368388
|
@ -136,8 +136,10 @@ public abstract class BaseConfig {
|
|||
public static final String SEARCH_BUILDER = "SearchBuilder";
|
||||
public static final String HISTORY_BUILDER = "HistoryBuilder";
|
||||
private static final String HAPI_DEFAULT_SCHEDULER_GROUP = "HAPI";
|
||||
|
||||
@Autowired
|
||||
protected Environment myEnv;
|
||||
|
||||
@Autowired
|
||||
private DaoRegistry myDaoRegistry;
|
||||
|
||||
|
@ -161,8 +163,6 @@ public abstract class BaseConfig {
|
|||
return new BatchJobSubmitterImpl();
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* This method should be overridden to provide an actual completed
|
||||
* bean, but it provides a partially completed entity manager
|
||||
|
|
|
@ -30,7 +30,7 @@ import org.springframework.orm.jpa.JpaTransactionManager;
|
|||
import org.springframework.transaction.PlatformTransactionManager;
|
||||
|
||||
import javax.persistence.EntityManagerFactory;
|
||||
|
||||
// TODO RC1 can use in jpa tests?
|
||||
@Configuration
|
||||
public class TestJpaConfig {
|
||||
@Bean
|
||||
|
|
Loading…
Reference in New Issue