loading table of contents...

4.3.5. Adding Properties

How to add properties depends on the property type.

For properties of the type,

  • XmlProperty

  • BlobProperty

  • LinkListProperty

proceed as follows:

  1. Add the new property types to the content types definition file.

  2. Restart the Content Server.

For properties of all other types proceed as follows:

  1. Stop the Content Server.

  2. Change the content types definition file.

  3. Be sure, that the properties sql.schema.checkColumns and sql.schema.alterTable in the <ContentServerHome>/properties/corem/sql.properties file are set to "true"

  4. Restart the Content Server.