|
Page Created :
CXF20DOC :
Schemas Namespaces
Schemas Namespaces has been created by Andrea Smyth (Jun 01, 2007). Content:CXF uses XML schemas extensively in the runtime: The core includes the JAXB mappings of standard schemas such as http://schemas.xmlsoap.org/wsdl/ To avoid accessing third party schemas over the network during a build, CXF maintains local copies of these schemas. Spring uses a similar way to map systemIds to locations on the classpath (spring.schemas files), and that way validates your Spring configuration files. Validation can be disabled by setting system property spring.validation.mode to VALIDATION_NONE), but the default is to have validation enabled. This is very useful when you are configuring CXF and not very familiar with CXF's configuration schemas or with Spring itself. What you need to know when writing a valid Spring configuration file is the systemId for the schema file(s) defining the types that are using in the configuration file.
TODO: complete Note for Developers: If you define your own configuration schema, place it in the schemas subdirectory of the resources directory, then combine http://cxf.apache.org/ |
Unsubscribe or edit your notifications preferences
