[ 
http://jira.nuxeo.org/browse/NXP-1911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=31917#action_31917
 ] 

Anne-Lise Mesnil commented on NXP-1911:
---------------------------------------

Bonjour,

Il semblerait que je me sois trompé en déposant mon bug ici, j'ai donc réouvert 
un bug sous le support Nuxeo (SUPNXP-159).
Je vais donc clore ce bug.

La réponse à votre question d'hier soir est : 
Nous utilisons bien CustomVersioningService et pas  JCRVersioningService dans 
le fichier server/default/deploy/nuxeo.ear/config/default-versioning-config.xml.

Merci

> Jackrabbit ReferentialIntegrityException on remove
> --------------------------------------------------
>
>                 Key: NXP-1911
>                 URL: http://jira.nuxeo.org/browse/NXP-1911
>             Project: Nuxeo Enterprise Platform 5
>          Issue Type: Bug
>          Components: JCRConnector
>    Affects Versions: 5.1.2
>            Reporter: Anne-Lise Mesnil
>            Assignee: Florent Guillaume
>            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