UUID is generated using the java.util.UUID library in the generateNewId() method in the Model.java class in the org.nuxeo.ecm.core.storage.sql package.
You could modify the generateNewId() method with your own logic and then re-compile the entire nuxeo-core-storage-sql-x.x.x.jar Apart from having to maintain this with each new release, I do not know if there would be other side-effects. For example, are parts of the UUID in any way interpreted by other parts of the application -OR- is anything implied by length or other attributes of the UUID. --- Mailing list: [email protected] Forum: http://forum.nuxeo.org/f/2/
