[jira] Created: (JCR-2653) Don't let a restore to base version create a new version with simple versioning

2010-06-14 Thread Dieter Wachters (JIRA)
Don't let a restore to base version create a new version with simple versioning --- Key: JCR-2653 URL: https://issues.apache.org/jira/browse/JCR-2653 Project: Jackrabbit

[jira] Updated: (JCR-2654) Query using JCR_SQL2 the repository starts retrieving nodes and hangs.

2010-06-14 Thread Luca Tagliani (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luca Tagliani updated JCR-2654: --- Attachment: snippet.java QueryInXPATH.txt QueryInSQL2.txt Query using

[jira] Created: (JCR-2654) Query using JCR_SQL2 the repository starts retrieving nodes and hangs.

2010-06-14 Thread Luca Tagliani (JIRA)
Query using JCR_SQL2 the repository starts retrieving nodes and hangs. -- Key: JCR-2654 URL: https://issues.apache.org/jira/browse/JCR-2654 Project: Jackrabbit Content Repository

Re: How to get the file content from the Jackrabbit

2010-06-14 Thread Alexander Klimetschek
On Mon, Jun 14, 2010 at 04:52, Deepak J deepakjac...@gmail.com wrote: Hi, I am new to Jackrabbit and I want to download the file content  from jackrabbit(For e.g. , there is file in jackrabbit  repository /node1/imageFile.jpg and I want to read the file content of imageFile.jpg  from

[jira] Created: (JCR-2655) initVersions crashes with NPE

2010-06-14 Thread Juergen Melzer (JIRA)
initVersions crashes with NPE - Key: JCR-2655 URL: https://issues.apache.org/jira/browse/JCR-2655 Project: Jackrabbit Content Repository Issue Type: Bug Components: versioning Affects Versions:

[jira] Assigned: (JCR-2653) Don't let a restore to base version create a new version with simple versioning

2010-06-14 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tobias Bocanegra reassigned JCR-2653: - Assignee: Tobias Bocanegra Don't let a restore to base version create a new version with

[jira] Resolved: (JCR-2655) initVersions crashes with NPE

2010-06-14 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tobias Bocanegra resolved JCR-2655. --- Fix Version/s: 2.2.0 Resolution: Duplicate this issue is fixed by JCR-2613

[jira] Commented: (JCR-2652) Can no longer set a Date property using a Long value

2010-06-14 Thread Tom Quellenberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12878549#action_12878549 ] Tom Quellenberg commented on JCR-2652: -- Thank you, this solved my problem. Can no

[jira] Closed: (JCR-2652) Can no longer set a Date property using a Long value

2010-06-14 Thread Vidar S. Ramdal (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vidar S. Ramdal closed JCR-2652. Thanks for applying the patch. Confirming that the fix solves my problem, too = closing this issue.

[jira] Reopened: (JCR-2655) initVersions crashes with NPE

2010-06-14 Thread Juergen Melzer (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juergen Melzer reopened JCR-2655: - Sorry but the bug still exists in my repository. Update to 1.6.2 but the Exception is the same. Is

[jira] Resolved: (JCR-2655) initVersions crashes with NPE

2010-06-14 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tobias Bocanegra resolved JCR-2655. --- Resolution: Duplicate initVersions crashes with NPE -

[jira] Commented: (JCR-2655) initVersions crashes with NPE

2010-06-14 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12878597#action_12878597 ] Tobias Bocanegra commented on JCR-2655: --- yes. the issue is only fixed for new version

How to use Node and Property DefinitionTemplates to create a NodeTypeTemplate

2010-06-14 Thread Subash Chaturanga
Hi All , In JCR 2 ; javax.jcr.nodetype package When NodeTypeManager wants to register a NodeType ,it needs a NodeTypeTemplate to be passed to registerNodeType method. In NodeTypeManager.createNodeTypeTemplate(NodeTypeDefinition nodeTypeDefinition) we can set the template according to the given