" ).append( this.getClearCacheHtml( rawCacheName ) ).append( cacheName )
.append( " | " );
- long hits = statistics.getCacheHits();
- long misses = statistics.getCacheMisses();
- long inMemoryHits = statistics.getInMemoryHits();
- long inMemoryMisses = statistics.getInMemoryMisses();
+ long hits = statistics.cacheHitCount();
+ long misses = statistics.cacheMissCount();
+ long inMemoryHits = statistics.localHeapHitCount();
+ long inMemoryMisses = statistics.localHeapMissCount();
- long onDiskHits = statistics.getOnDiskHits();
- long evictions = statistics.getEvictionCount();
+ long onDiskHits = statistics.localDiskHitCount();
+ long evictions = statistics.localDiskRemoveCount();
if ( hits + misses > 0 ) {
@@ -191,7 +191,7 @@ private String makeTableCellForStat( String s ) {
private synchronized void setStatisticsEnabled( boolean b ) {
for ( String rawCacheName : cacheManager.getCacheNames() ) {
Cache cache = cacheManager.getCache( rawCacheName );
- ( ( Ehcache ) cache.getNativeCache() ).setSampledStatisticsEnabled( b );
+ // ( ( Ehcache ) cache.getNativeCache() ).setSampledStatisticsEnabled( b );
}
}
diff --git a/gemma-web/src/main/resources/ubic/gemma/applicationContext-schedule.xml b/gemma-web/src/main/resources/ubic/gemma/applicationContext-schedule.xml
index a702b526ae..aec20b0d3c 100644
--- a/gemma-web/src/main/resources/ubic/gemma/applicationContext-schedule.xml
+++ b/gemma-web/src/main/resources/ubic/gemma/applicationContext-schedule.xml
@@ -18,15 +18,15 @@
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
@@ -36,31 +36,31 @@
W Month 1-12 or JAN-DEC , - * / Day-of-Week 1-7 or SUN-SAT , - * ? / L # Year (Optional) empty, 1970-2099 , - * / See http://www.opensymphony.com/quartz/api/org/quartz/CronExpression.html
for details, http://www.opensymphony.com/quartz/api/org/quartz/CronTrigger.html for examples. If you want a schedule that
fire frequently for testing, try 0 0/2 * ? * *. -->
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/gemma-web/src/main/webapp/WEB-INF/gemma-ws-servlet.xml b/gemma-web/src/main/webapp/WEB-INF/gemma-ws-servlet.xml
index 5f3355b515..d9c6735c97 100644
--- a/gemma-web/src/main/webapp/WEB-INF/gemma-ws-servlet.xml
+++ b/gemma-web/src/main/webapp/WEB-INF/gemma-ws-servlet.xml
@@ -68,7 +68,7 @@
-
+
diff --git a/gemma-web/src/test/java/ubic/gemma/web/services/rest/AnnotationsWebServiceTest.java b/gemma-web/src/test/java/ubic/gemma/web/services/rest/AnnotationsWebServiceTest.java
index d3192d4af6..997d7bb9cd 100644
--- a/gemma-web/src/test/java/ubic/gemma/web/services/rest/AnnotationsWebServiceTest.java
+++ b/gemma-web/src/test/java/ubic/gemma/web/services/rest/AnnotationsWebServiceTest.java
@@ -39,7 +39,7 @@
public class AnnotationsWebServiceTest extends AbstractJUnit4SpringContextTests {
@Configuration
- public static class AnnotationsWebServiceContextConfiguration {
+ static class AnnotationsWebServiceContextConfiguration {
@Bean
public OntologyService ontologyService() {
diff --git a/pom.xml b/pom.xml
index 78c9a952e5..9e024cd9d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
ubc.pavlab
pavlab-starter-parent
- 1.2.4
+ 1.3.0-SNAPSHOT
gemma-core
@@ -234,11 +234,10 @@
org.hibernate
hibernate-ehcache
- compile
- mysql
- mysql-connector-java
+ com.mysql
+ mysql-connector-j
@@ -250,7 +249,7 @@
net.sf.ehcache
- ehcache-core
+ ehcache
@@ -617,10 +616,10 @@
- 0.0.10
- 3.2.18.RELEASE
+ 0.0.11-SNAPSHOT
+ 4.3.30.RELEASE
3.2.10.RELEASE
- 2.25.1
+ 2.27
2.14.1
2.2.7
3.9