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

2010-06-15 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tobias Bocanegra reopened JCR-2655: --- the inconsistent versions that no longer exist in the repository should be skipped in

[jira] Created: (JCR-2656) Embedded Derby fails under JBoss because of JMX-related conflicts

2010-06-15 Thread Paco Avila (JIRA)
Embedded Derby fails under JBoss because of JMX-related conflicts - Key: JCR-2656 URL: https://issues.apache.org/jira/browse/JCR-2656 Project: Jackrabbit Content Repository

Re: How to use Node and Property DefinitionTemplates to create a NodeTypeTemplate

2010-06-15 Thread Alexander Klimetschek
On Tue, Jun 15, 2010 at 06:47, Subash Chaturanga subash...@gmail.com wrote: In the JSR 283 spec , it says when creating  NodeDefinitionTemplate and PropertyDefinitionTemplate they can be attached to the NodeTypeTemplate. How we should attach those to NodeTypeTemplate? I mean is it the user's

Build failed in Hudson: Jackrabbit-trunk #1171

2010-06-15 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/1171/ -- [...truncated 1460 lines...] [INFO] Retrieving previous metadata from apache.snapshots.https [INFO] Uploading repository metadata for: 'snapshot

Re: How to use Node and Property DefinitionTemplates to create a NodeTypeTemplate

2010-06-15 Thread Subash Chaturanga
Thanks for your reply Alex , Yes ,but my prob is where should I keep the list.Lists asks from NodeTypeTemplate . NodeTypeManager can create any number of NodeTypeTemplates(with or with out a definition) . If i maintain a List in NodeTypeManager then how can i return Definition List asked from

Hudson build is back to normal : Jackrabbit-trunk #1172

2010-06-15 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/1172/

[jira] Created: (JCR-2657) DefaultAccessManager#hasPrivileges(String,Set,Privilege[]) doesn't close compiled permissions

2010-06-15 Thread angela (JIRA)
DefaultAccessManager#hasPrivileges(String,Set,Privilege[]) doesn't close compiled permissions - Key: JCR-2657 URL: https://issues.apache.org/jira/browse/JCR-2657

[jira] Resolved: (JCR-2657) DefaultAccessManager#hasPrivileges(String,Set,Privilege[]) doesn't close compiled permissions

2010-06-15 Thread angela (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] angela resolved JCR-2657. - Resolution: Fixed DefaultAccessManager#hasPrivileges(String,Set,Privilege[]) doesn't close compiled permissions

[jira] Resolved: (JCR-2649) Provide means to display the effective policies for a given set of principals

2010-06-15 Thread angela (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] angela resolved JCR-2649. - Fix Version/s: 2.2.0 Resolution: Fixed Provide means to display the effective policies for a given set of

[jira] Resolved: (JCR-2646) AccessControlManager#getEffectivePolicies(String) may expose AC content without proper permissions

2010-06-15 Thread angela (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] angela resolved JCR-2646. - Resolution: Fixed AccessControlManager#getEffectivePolicies(String) may expose AC content without proper

Re: How to use Node and Property DefinitionTemplates to create a NodeTypeTemplate

2010-06-15 Thread Alexander Klimetschek
On Tue, Jun 15, 2010 at 13:27, Subash Chaturanga subash...@gmail.com wrote: Yes ,but my prob is where should I keep the list.Lists asks from NodeTypeTemplate . NodeTypeManager can create any number of NodeTypeTemplates(with or with out a definition) . If i maintain a List in  

Re: How to use Node and Property DefinitionTemplates to create a NodeTypeTemplate

2010-06-15 Thread Subash Chaturanga
Hi ,Thanks Alex Though i might not able to communicate my problem to you , I was able to get exactly what i wanted by the piece of code you gave me .It worked.Thanks a lot Regards /Subash