You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2007/06/04 21:57:26 UTC

[jira] Updated: (JCR-895) Registering node type names with spaces fails in clustered environment

     [ https://issues.apache.org/jira/browse/JCR-895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting updated JCR-895:
------------------------------

    Fix Version/s: 1.3.1

Merged to the 1.3 branch in revision 544223.

> Registering node type names with spaces fails in clustered environment
> ----------------------------------------------------------------------
>
>                 Key: JCR-895
>                 URL: https://issues.apache.org/jira/browse/JCR-895
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.3
>            Reporter: Dominique Pfister
>            Assignee: Dominique Pfister
>             Fix For: 1.3.1
>
>
> Registering a node type name that contains at least one space in a clustered environment will cause a JournalException in cluster nodes trying to read that change back from the journal. The stack trace observed is:
> JournalException: Parse error while reading node type definition.
>        at AbstractRecord.readNodeTypeDef(AbstractRecord.java:245)
>        ...
> Caused by: ParseException: Missing '[' delimiter for beginning of node type name ((internal), line 47)
>        at Lexer.fail(Lexer.java:148)
>        ...
> (package names and intermediate frames omitted for brevity).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.