Schema and Catalog Generation

The schema for CER rule sets is assembled dynamically to take into account:

Ordinarily the dynamically-assembled schema resides in memory when CER performs validation processing. However, on some occasions, it can be helpful to have this schema (and a catalog pointing to it) on the file system.

To generate the CER schema file (EJBServer/build/svr/creole.gen/schema/RuleSet.xsd), run the following command:

build creole.generate.schema

To generate a catalog (EJBServer/build/svr/creole.gen/catalog/CREOLECatalog.xml) pointing to the CER schema file, run the following command:

build creole.generate.catalog