more travis fun

This commit is contained in:
James Agnew 2017-06-19 13:24:29 -04:00
parent a4b8161597
commit f3097f423f
3 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,6 @@
# Use docker-based build environment (instead of openvz)
sudo: false
#sudo: false
sudo: required
language: java
jdk:

View File

@ -640,7 +640,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkCount>1</forkCount>
<forkCount>2</forkCount>
<reuseForks>true</reuseForks>
</configuration>
</plugin>

View File

@ -170,6 +170,7 @@ public abstract class BaseHapiFhirSystemDao<T, MT> extends BaseHapiFhirDao<IBase
return retVal;
}
@Transactional(propagation = Propagation.REQUIRED, readOnly=true)
@Override
public Map<String, Long> getResourceCounts() {
CriteriaBuilder builder = myEntityManager.getCriteriaBuilder();