OpenWIS / openwis

http://openwis.github.io/openwis
GNU General Public License v3.0
11 stars 15 forks source link

openwis-dataservice.properties file update required #326

Closed yvesgoupil closed 3 years ago

yvesgoupil commented 4 years ago

EJB JNDI names: 'ejb:' should be replaced by 'java:global/' in the properties file ~/openwis/openwis-dataservice/openwis-dataservice-config/src/main/config/openwis-dataservice.properties"

solson-nws commented 3 years ago

@yvesgoupil : Has this been checked in as a pull request?

@zhangz555 and @mgiannoni : Do you agree with Yves suggested change?

mgiannoni commented 3 years ago

Yes this is the correct update. It's an artifact from the branch used by 3.15 predating the Java 7 update submitted by NWS Correction: The openwis-dataservice/openwis-dataservice-config/src/main/config/openwis-dataservice.properties file on branch 3.15 appears to be correct:

extraction.timer.url=java:global/openwis-dataservice/openwis-dataservice-server-ejb/ExtractionTimerService!org.openwis.dataservice.common.timer.ExtractionTimerService subscription.timer.url=java:global/openwis-dataservice/openwis-dataservice-server-ejb/SubscriptionTimerService!org.openwis.dataservice.common.timer.SubscriptionTimerService localDataSource.polling.timer.url=java:global/openwis-dataservice/openwis-dataservice-server-ejb/LocalDataSourcePollingTimerService!org.openwis.dataservice.common.timer.LocalDataSourcePollingTimerService processedRequest.service.url=java:global/openwis-dataservice/openwis-dataservice-server-ejb/ProcessedRequestService!org.openwis.dataservice.common.service.ProcessedRequestService extractionDelegate.url=java:global/openwis-dataservice/openwis-dataservice-server-ejb/ExtractionDelegate!org.openwis.datasource.server.mdb.delegate.ExtractionDelegate

cache.gts.collection.collectionTimerService.url=openwis-dataservice/CollectionTimerService/local

cache.gts.collection.splittingTimerService.url=java:global/openwis-dataservice/openwis-dataservice-cache-ejb/SplittingTimerService!org.openwis.dataservice.gts.GTSTimerService metadata.service.url=java:global/openwis-dataservice/openwis-dataservice-server-ejb/ProductMetadataService!org.openwis.dataservice.common.service.ProductMetadataService cache.cacheManager.url=java:global/openwis-dataservice/openwis-dataservice-cache-ejb/CacheManager!org.openwis.dataservice.cache.CacheManager cache.cacheIndex.url=java:global/openwis-dataservice/openwis-dataservice-cache-ejb/CacheIndex!org.openwis.dataservice.cache.CacheIndex cache.feeder.url=java:global/openwis-dataservice/openwis-dataservice-cache-ejb/Feeder!org.openwis.dataservice.gts.feeding.Feeder cache.mailSender.url=java:global/openwis-dataservice/openwis-dataservice-server-ejb/MailSender!org.openwis.dataservice.common.service.MailSender ... cache.gts.feeding.packedFeedingTimerService.url=java:global/openwis-dataservice/openwis-dataservice-cache-ejb/PackedFeedingTimerService!org.openwis.dataservice.gts.feeding.PackedFeedingTimerService cache.gts.util.databaseAccessor.url=java:global/openwis-dataservice/openwis-dataservice-cache-ejb/FilePackerDatabaseAccessor!org.openwis.dataservice.util.FilePackerDatabaseAccessor

solson-nws commented 3 years ago

@yvesgoupil, can you please confirmed that this is in the OpenWIS 3.15 branch. And if it is, please close the ticket.

solson-nws commented 3 years ago

This ticket can be closed. It was fixed in the 3.15 version.