2 Replies Latest reply on Feb 10, 2014 9:57 AM by vadivel.murugan

    Not able to connect to CMS

    vadivel.murugan

      I am using modeshape 3.7.1

       

      I am trying to use CmisConnector to connect to alfresco CMS

       

      I get this following error when trying Import CMIS types to JCR repository

      javax.jcr.nodetype.ConstraintViolationException: org.modeshape.jcr.value.ValueFormatException: Error converting "P:trx:transferred" from String to a Name

       

      this error occurs when trying convert CMIS type's attributes to node type template,

      type.setName(cmisType.getId());

       

      Can you give me some directions on this?