Ignore:
Timestamp:
06/26/14 18:18:01 (10 years ago)
Author:
olhsha@mpi.nl
Message:

testing, debugging, fixing randomuuid-ncname issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • DASISH/t5.6/backend/annotator-backend/trunk/annotator-backend/src/main/java/eu/dasish/annotation/backend/dao/impl/JdbcCachedRepresentationDao.java

    r5385 r5393  
    1818package eu.dasish.annotation.backend.dao.impl;
    1919
     20import eu.dasish.annotation.backend.Helpers;
    2021import eu.dasish.annotation.backend.NotInDataBaseException;
    2122import eu.dasish.annotation.backend.dao.CachedRepresentationDao;
     
    152153    public Number addCachedRepresentation(CachedRepresentationInfo cachedInfo, InputStream streamCached) throws NotInDataBaseException, IOException {
    153154
    154         UUID externalIdentifier = UUID.randomUUID();
     155        UUID externalIdentifier = Helpers.generateUUID();
    155156        Map<String, Object> params = new HashMap<String, Object>();
    156157        params.put("externalId", externalIdentifier.toString());
Note: See TracChangeset for help on using the changeset viewer.