TracNav
Platform Components
- CommonDataModel
- CDM Platform Roadmap
- CDM Library
- Taxonomic Editor
- CDM Dataportal
- CDM Server
- CDM Print Publisher
- Community Single Sign-on (CSSO)
- ExpertsDatabase
- BDTracker
Developer Resources
- General
- CDM Library Dev
- Taxonomic Editor Dev
- CDM Dataportal Dev
- CDM Server Dev
- Print Publisher Dev
- MapRestServiceApi
- Server Administration
Other
Workflow models
Deprecated
CdmLibrary Caveats
Problems that were encountered during cdm library development.
Table of Contents
Javassist is unable to initialize class
Exception:
org.hibernate.HibernateException: Javassist Enhancement failed: eu.etaxonomy.cdm.model.[.*]
Reason:
We ran into this problem with a private constructor in the proxied class. Javassist was unable to call that constructor.
Solution
As a workaround we declared the constructor protected
