[opencms-dev] XML Content Demo
Jorge González
informatico at hotelparadisepark.com
Tue Nov 23 17:08:19 CET 2004
The unmarshall exception is not very informative, BUT
you could switch on the debug log and 'catch' the real exceptions here. It's
a little dense, but it could save you a lot of time.
See the web-inf/config/opencms.properties
Here is mine:
snip -----------------------
log4j.logger.com.opencms=DEBUG
log4j.logger.com.opencms.workplace.CmsLoginNew=DEBUG
log4j.logger.com.opencms.legacy.CmsLegacyModuleAction=DEBUG
log4j.logger.org.opencms=DEBUG
log4j.logger.org.opencms.init=DEBUG
log4j.logger.org.opencms.scheduler=DEBUG
log4j.logger.org.opencms.monitor=DEBUG
log4j.logger.org.opencms.db.mysql.CmsProjectDriver=DEBUG
log4j.logger.org.opencms.db.oracle.CmsProjectDriver=DEBUG
snip -----------------------
Well, i´ve switched all to DEBUG mode :)
More information about the opencms-dev
mailing list