Element SpringBeans

Substitution Groups:
binding.IDataSource

Allow to use several beans, declared into Spring context


Attributes
optional   XmlContextLocation Location Defines where the Spring configuration file should be searched.
  • WAR: searched in the WAR WEB-INF directory (ex: '/ApplicationContext.xml').
  • CLASSPATH: searched in the application classpath.
Default: WAR.
optional   String XmlContextFile Specifies the Spring configuration file location.
This is required only for buid-time validation.