From e051452ec0db14838f1cc95dd08a4bdd37c659fb Mon Sep 17 00:00:00 2001 From: Jared Koester Date: Wed, 12 Jan 2022 10:37:32 -0500 Subject: [PATCH] Update data sources Updates to data sources for admin, api, and enterprise --- .../src/main/resources/data-sources.xml | 150 ++++++++++++++++++ .../src/main/resources/data-sources.xml | 60 +++---- .../src/main/resources/data-sources.xml | 66 ++++---- 3 files changed, 213 insertions(+), 63 deletions(-) diff --git a/onebusaway-admin-webapp/src/main/resources/data-sources.xml b/onebusaway-admin-webapp/src/main/resources/data-sources.xml index b0a32df8d2..d5c52f9f5c 100644 --- a/onebusaway-admin-webapp/src/main/resources/data-sources.xml +++ b/onebusaway-admin-webapp/src/main/resources/data-sources.xml @@ -45,6 +45,35 @@ value="true" /> + + + + + + + + + + + + + + + + + @@ -72,6 +101,35 @@ + + + + + + + + + + + + + + + + + @@ -122,7 +180,99 @@ + + + + + org.onebusaway.agency_metadata.model.AgencyMetadata + org.onebusaway.agency_metadata.service.AgencyMetadataDaoImpl + + + + + org.hibernate.dialect.MySQLDialect + 1 + + org.hibernate.cache.internal.NoCachingRegionFactory + false + update + 1000 + + + + + + + + org.onebusaway.admin.model.BundleBuildResponse + org.onebusaway.admin.service.bundle.impl.BundleBuildResponseDaoImpl + + + + + org.hibernate.dialect.MySQLDialect + 1 + + org.hibernate.cache.internal.NoCachingRegionFactory + false + update + 1000 + + + + + + + + + org.onebusaway.admin.service.bundle.task.model.GtfsBundleInfo + org.onebusaway.admin.service.bundle.impl.GtfsArchiveDaoImpl + + + + + 1 + + org.hibernate.cache.internal.NoCachingRegionFactory + false + none + 1000 + false + false + + + + + org/onebusaway/gtfs/model/GtfsArchiveMapping.hibernate.xml + + + + + + + + org.onebusaway.admin.model.assignments.Assignment + org.onebusaway.admin.model.assignments.AssignmentConfig + org.onebusaway.admin.service.assignments.impl.AssignmentDaoImpl + org.onebusaway.admin.service.assignments.impl.AssignmentConfigDaoImpl + + + + + org.hibernate.dialect.MySQLDialect + 1 + + org.hibernate.cache.internal.NoCachingRegionFactory + false + update + 1000 + + + diff --git a/onebusaway-api-webapp/src/main/resources/data-sources.xml b/onebusaway-api-webapp/src/main/resources/data-sources.xml index f3368985b2..5e87142aa8 100644 --- a/onebusaway-api-webapp/src/main/resources/data-sources.xml +++ b/onebusaway-api-webapp/src/main/resources/data-sources.xml @@ -17,8 +17,8 @@ --> @@ -29,33 +29,33 @@ - - + + - - - - - - - + + + + + + - - - - - + + + + + @@ -78,12 +78,12 @@ - - + + org.onebusaway.api_webapp.cacheManager - - + + \ No newline at end of file diff --git a/onebusaway-enterprise-webapp/src/main/resources/data-sources.xml b/onebusaway-enterprise-webapp/src/main/resources/data-sources.xml index 4e4507291a..f7b6f8014d 100644 --- a/onebusaway-enterprise-webapp/src/main/resources/data-sources.xml +++ b/onebusaway-enterprise-webapp/src/main/resources/data-sources.xml @@ -16,52 +16,52 @@ limitations under the License. --> - - - - - - - - - - - + + + + + + - + + + - - - - - - - + + + + + + + + + - + + class="org.onebusaway.geocoder.enterprise.impl.EnterpriseGoogleGeocoderImpl" depends-on="serviceAreaServiceImpl"> @@ -73,7 +73,7 @@ + class="org.onebusaway.presentation.services.cachecontrol.SiriCacheServiceImpl"> - + \ No newline at end of file