Exception 
----------

                 Key: NXP-1911
                 URL: http://jira.nuxeo.org/browse/NXP-1911
             Project: Nuxeo Enterprise Platform 5
          Issue Type: Bug
            Reporter: Anne-Lise Mesnil
            Assignee: Thierry Delprat
            Priority: Blocker


Bonjour, 

Parfois, lors d'une suppression d'une ressource nous avons l'exception suivante 
: 
org.nuxeo.ecm.core.api.ClientException: Failed to get children for 
8180da63-a6bc-48f5-a03d-87b4ea976523

Le code que nous utilisons est le suivant :

        public void removeDocument(ITCSResource document)
                        throws DocumentManagerException {
                try {
                        if (coreSession != null) {
                                DocumentRef documentRef = new 
IdRef(document.getReference());
                                coreSession.removeDocument(documentRef);
                                coreSession.save();
                        }
                } catch (ClientException e) {
                        throw new DocumentManagerException(e);
                }
        }

Cette exception ne nous permet pas de supprimer l'exigence ce qui est tres 
boquant pour nous. Merci de nous faire un retour sur la/les raison/s du bug 
(mauvaise utilisation de notre part, ...)


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to