spring-framework / org.springframework.jca.context / SpringContextResourceAdapter / setContextConfigLocation

setContextConfigLocation

open fun setContextConfigLocation(contextConfigLocation: String): Unit

Set the location of the context configuration files, within the resource adapter's deployment unit. This can be a delimited String that consists of multiple resource location, separated by commas, semicolons, whitespace, or line breaks.

This can be specified as "ContextConfigLocation" config property in the ra.xml deployment descriptor.

The default is "classpath:META-INF/applicationContext.xml".