Just a heads up, there is a new required package in the Nuxeo 5 bundle:
org.nuxeo.ecm.platform.types.api

The interface TypeManager has been moved to it:
  import org.nuxeo.ecm.platform.types.ejb.TypeManager;
changes to:
  import org.nuxeo.ecm.platform.types.TypeManager;
so you may want to update your imports.

Florent

--
Florent Guillaume, Director of R&D, Nuxeo
Open Source Enterprise Content Management (ECM)
http://www.nuxeo.com   http://www.nuxeo.org   +33 1 40 33 79 87



_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to