Red Hat Training

A Red Hat training course is available for Red Hat JBoss Data Virtualization

Chapter 5. CXF Configuration

5.1. CXF Configuration

If your configuration uses CXF, you need to specify the data source configuration file and port configuration.
The ConfigFile property, set in the server configuration file for the resource-adapter subsystem, specifies the Spring XML configuration file. (The system's default configuration is used if the configuration file is not specified.)
The EndPointName property, also set in the server configuration file for the resource-adapter subsystem, specifies the port configuration. Set this to the local part of the desired port QName.
The configuration file property is specified via this command:
/subsystem=resource-adapters/resource-adapter=webservice/connection-definitions=wsDS/config-properties=ConfigFile:add(value=${jboss.server.home.dir}/standalone/configuration/xxx-jbossws-cxf.xml)