[jira] Updated: (JCR-2712) Dirty Internal State on Transaction-Rollback during Global Transaction (container managed transaction)

2010-08-25 Thread Sebastian Sickelmann (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebastian Sickelmann updated JCR-2712: -- Component/s: jackrabbit-core I think this bug relates to jackrabbit core. Because the cau

[jira] Resolved: (JCR-2728) Exclude JavaCC-generated code from static analysis

2010-08-25 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting resolved JCR-2728. Assignee: Jukka Zitting Fix Version/s: 2.2.0 Resolution: Fixed Added an exclude rule

[jira] Updated: (JCR-2729) ResourceException with Glassfish 2.1.1

2010-08-25 Thread Rainer Flicker (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rainer Flicker updated JCR-2729: Attachment: repository.xml > ResourceException with Glassfish 2.1.1 > --

[jira] Created: (JCR-2729) ResourceException with Glassfish 2.1.1

2010-08-25 Thread Rainer Flicker (JIRA)
ResourceException with Glassfish 2.1.1 --- Key: JCR-2729 URL: https://issues.apache.org/jira/browse/JCR-2729 Project: Jackrabbit Content Repository Issue Type: Bug Components: jackrabbit-jca

[jira] Resolved: (JCR-2726) Make collecting group membership information lazy

2010-08-25 Thread JIRA
[ https://issues.apache.org/jira/browse/JCR-2726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dürig resolved JCR-2726. Assignee: Michael Dürig Fix Version/s: 2.2.0 Resolution: Fixed Fixed at revision 9891

[jira] Updated: (JCR-2726) Make collecting group membership information lazy

2010-08-25 Thread JIRA
[ https://issues.apache.org/jira/browse/JCR-2726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dürig updated JCR-2726: --- Component/s: jackrabbit-jcr-commons > Make collecting group membership information lazy > -

[jira] Resolved: (JCR-2722) Add a filtered RangeIterator

2010-08-25 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting resolved JCR-2722. Resolution: Fixed Good point, thanks! I reverted the troublesome changes in revision 988970. The con

[jira] Reopened: (JCR-2722) Add a filtered RangeIterator

2010-08-25 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler reopened JCR-2722: --- With revision 988172 the RowIteratorAdapter class changed it's signature which causes IllegalAcces

Re: Workspace clone jackrabbit 2.1 not in line with jsr-283

2010-08-25 Thread Jukka Zitting
Dear Mr. Hakim, On Wed, Aug 25, 2010 at 10:42 AM, Parvez Hakim wrote: > It clearly mentions that to make a node shareable we need to write > W.clone(“W”, “/A/B/C”, “/X/Y/Z”, false) > > But I get below error :- > javax.jcr.RepositoryException: default: illegal workspace (same as > current) , cause

Fwd: Workspace clone jackrabbit 2.1 not in line with jsr-283

2010-08-25 Thread Parvez Hakim
Dear esteemed sir's, I am struggling to make a node shareable  in jackrabbit using jcr and following  the specs at:- http://www.day.com/specs/jcr/2.0/14_Shareable_Nodes.html It clearly mentions that to make a node shareable we need to write W.clone(“W”, “/A/B/C”, “/X/Y/Z”, false) But I get below