You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Catalin Buzoiu (JIRA)" <ji...@apache.org> on 2014/10/03 18:11:33 UTC

[jira] [Created] (SLING-4004) Creating a node with ':' in its name fails at publishing

Catalin Buzoiu created SLING-4004:
-------------------------------------

             Summary: Creating a node with ':' in its name fails at publishing
                 Key: SLING-4004
                 URL: https://issues.apache.org/jira/browse/SLING-4004
             Project: Sling
          Issue Type: Bug
          Components: IDE
    Affects Versions: Sling Eclipse IDE 1.0.2
            Reporter: Catalin Buzoiu
            Priority: Critical
             Fix For: Sling Eclipse IDE 1.0.4


Creating a new node with ':' (color) in its name is allowed, but crashes when trying to publish with the following message:

{noformat}
Failed publishing path=/apps/ggg/components/content/servicecomponent/jcr::content, result=JcrResult[ success:false, exception: org.apache.sling.ide.transport.RepositoryException - javax.jcr.RepositoryException: Invalid path: /apps/ggg/components/content/servicecomponent/jcr::content]
{noformat}

The node remains created, and subsequent tries to publish the project fail with the same message.

This is pretty critical as it doesn't allow creation of `cq:dialog`, `cq:editConfig` or even `jcr:content` nodes.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)