Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I split a single adaptor across multiple XML files?

Adaptor files Split XML
0
Posted

How can I split a single adaptor across multiple XML files?

0

In general it is best to avoid this and have a single XML config file per adaptor using the PropertyPlaceholderConfigurer to pass in values as defined in variables setting section above. These are Spring XML config files, so you can have multiple files that are combined together in a single adaptor. Spring defines that each of these XML files must be a proper Spring XML file (including top-level element). There are two different ways that you can combine them: • Supply multiple XML filenames as SpringAdaptor command line arguments (recommended). • Use the element (must be first element(s) after tag of importing XML file) and then just supply the importing XML filename on SpringAdaptor command line. Your different files will each contain multiple elements. Each element should have an id attribute (e.g. ). Then rather than having an in-line bean definition you can have a r

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123