> How can I change the type-mapping from longvarbinary to
> longvarchar for the LogEntries ?
If you look in [orion-dir]/config/database-schemas you will find a bunch of
xml files with type-mappings for various databases. Copy one of these files
to db2.xml and edit it to reflect the appropriate type mappings. (see
http://www2.orionserver.com/docs/database-schema.xml.html )
In config/data-sources.xml, edit the <data-source> being used by the
application so it has the parameter schema="database-schemas/db2xml".
-Joe Walnes