Actions
Feature #6050
closedUse the spring application-context xml file from d1_cn_index_processor.
Start date:
08/08/2013
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
Description
We copied the application-context-systemmeta100.xml, application-context-systemmeta064.xml, eml and fgdc files from d1_cn_index_processor svn server to the metacat-index svn server. So if there are some changes in those files in the d1_cn, we need to commit the change to the metacat-index as well. The code were duplicated.
We changed to use the ClassPathXmlApplicationContext rather than FileXmlApplicationContext and the metacat-index can use those files in the d1_cn_index_processor.jar.
The only files are kept in the metacat-index is the application-context-resource-map.xml and index-processor-context.xml. They are different than the ones in d1_cn_index_processor.
Updated by Jing Tao over 11 years ago
- Status changed from New to Resolved
It was done by the above approach.
Actions