Just to clear the error. We're trying to run through a practice import of our current Dspace 5.5 repository material, and since we're not using this integration, we're happy to give it up if it means removing a blocking issue for our testing. It sounds like it might not be that simple, however.
In any case, thanks for taking a look! Mateo On Thursday, May 13, 2021 at 10:43:11 AM UTC-4 Mark H. Wood wrote: > On Thu, May 13, 2021 at 06:07:33AM -0700, 'Mateo Palos' via DSpace > Technical Support wrote: > > Thanks, Mark. I do see that bean defined in that file, so I'm not sure > what > > to make of that error. > > > > Has anyone had any success disabling this integration, or at least > > bypassing this check for startup? I tried commenting out the integration > in > > external-services.xml, but that just yielded a similar error to the > > original NoSuchBeanDefinitionException error. > > Both PubmedImportMetadataSourceServiceImpl and > ArXivImportMetadataSourceServiceImpl are derived from > AbstractRemoteMetadataSource (via AbstractImportMetadataSource), so > both depend on maxRetry. Oddly enough, maxRetry is defined twice, in > pubmed-integration.xml and arxiv-integration.xml, and they disagree on > its value. It really should be a simple property supplied to each of > those Beans separately. > > The v7 documentation is outdated in this area, but it is here: > > https://wiki.lyrasis.org/display/DSDOC7x/Live+Import+from+external+sources > > PubmedImportMetadataSourceServiceImpl is referenced in > > dspace-api/src/main/resources/spring/spring-dspace-addon-import-services.xml > which is compiled into the dspace-api JAR, so it's not really > configurable, at least not without rebuilding. > > Do you want to disable the integration just to get rid of this error, > or had you disabled it for other reasons and found that that now causes > this error? If the former, I would suggest trying to find out why > maxRetries is not being defined, especially since there are two > definitions. > > -- > Mark H. Wood > Lead Technology Analyst > > University Library > Indiana University - Purdue University Indianapolis > 755 W. Michigan Street > Indianapolis, IN 46202 > 317-274-0749 <(317)%20274-0749> > www.ulib.iupui.edu > -- All messages to this mailing list should adhere to the Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/ --- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/58dd479b-15fd-4f6f-98dd-648d6b647182n%40googlegroups.com.
