Re: Concurrent DavSession

2009-03-31 Thread Angela Schreiber
hi Seems to me, each WebDAV request should create a new DavSession which creates a new JcrSession always. assuming that your are using the simple dav-server: actually, this is the case as far as i know: the DavSessionProviderImpl always calls SessionProvider.getSession (login) upon request pr

[jira] Created: (JCR-2049) A tool to support large or long running transactions

2009-03-31 Thread Thomas Mueller (JIRA)
A tool to support large or long running transactions Key: JCR-2049 URL: https://issues.apache.org/jira/browse/JCR-2049 Project: Jackrabbit Content Repository Issue Type: New Feature

[jira] Resolved: (JCR-2023) WorkspaceInfo.dispose() does not deregister SharedItemStateManager from virtual item state providers

2009-03-31 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting resolved JCR-2023. Resolution: Fixed Good point. I applied the patch in revision 760386 and merged it to the 1.5 branch

[jira] Updated: (JCR-2024) Bundle cache is not cleared when *BundlePersistenceManager is closed

2009-03-31 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-2024: --- Issue Type: Bug (was: Improvement) Merged to the 1.5 branch in revision 760414. > Bundle cache is not

LockProblem in XA Environment

2009-03-31 Thread KÖLL Claus
Hi @ all, i have a Problem with Lock/Unlock a Node in a XA Environment The Test Case : -- UserTransaction utx = new UserTransactionImpl(superuser); utx.begin(); Node n1 = testRootNode.addNode(nodeName1); n1.addMixin(mixLockable); n1.add

Re: Customizing JR to access my DataBase Schema ..

2009-03-31 Thread Thomas Müller
Hi, >     The parameter name 'schema' is misleading: it is the database type (the name of the .ddl resource). In your case, it is mysql. Actually you don't need to set it. See also http://jackrabbit.apache.org/api/1.5/org/apache/jackrabbit/core/persistence/bundle/BundleDbPers

[jira] Created: (JCR-2050) Optimize refresh operations

2009-03-31 Thread JIRA
Optimize refresh operations Key: JCR-2050 URL: https://issues.apache.org/jira/browse/JCR-2050 Project: Jackrabbit Content Repository Issue Type: Improvement Components: jackrabbit-jcr-benchmark, jackra

[jira] Updated: (JCR-1012) JCR2SPI: Optimization for Item.refresh and Session.refresh

2009-03-31 Thread JIRA
[ https://issues.apache.org/jira/browse/JCR-1012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dürig updated JCR-1012: --- Comment: was deleted (was: Separate issue for my comment from above) > JCR2SPI: Optimization for Item.

[jira] Commented: (JCR-1012) JCR2SPI: Optimization for Item.refresh and Session.refresh

2009-03-31 Thread JIRA
[ https://issues.apache.org/jira/browse/JCR-1012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694130#action_12694130 ] Michael Dürig commented on JCR-1012: I created a separate issue for my last comment: http

[jira] Assigned: (JCR-2050) Optimize refresh operations

2009-03-31 Thread JIRA
[ https://issues.apache.org/jira/browse/JCR-2050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dürig reassigned JCR-2050: -- Assignee: Michael Dürig > Optimize refresh operations > > >

[jira] Updated: (JCR-2050) Optimize refresh operations

2009-03-31 Thread JIRA
[ https://issues.apache.org/jira/browse/JCR-2050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dürig updated JCR-2050: --- Attachment: JCR-2050.patch Patch implementing above proposal. Also adds a test suite to jackrabbit

[jira] Commented: (JCR-2050) Optimize refresh operations

2009-03-31 Thread JIRA
[ https://issues.apache.org/jira/browse/JCR-2050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694137#action_12694137 ] Michael Dürig commented on JCR-2050: Above patch factors item invalidation into a Invalid

[jira] Updated: (JCR-2050) Optimize refresh operations

2009-03-31 Thread JIRA
[ https://issues.apache.org/jira/browse/JCR-2050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dürig updated JCR-2050: --- Attachment: jcr.log.excerpt.txt Log file excerpt from benchmark. Most effect is visible for large tre

[VOTE] Release Apache Jackrabbit 1.5.4

2009-03-31 Thread Jukka Zitting
Hi, I have posted a candidate for the Apache Jackrabbit 1.5.4 release at http://people.apache.org/~jukka/jackrabbit/1.5.4/ See the RELEASE-NOTES.txt file (also included at the end of this message) for details on release contents and latest changes. The release candidate is a jar archive of t

[jira] Resolved: (JCR-2039) Add log information when node/property type determination fails

2009-03-31 Thread JIRA
[ https://issues.apache.org/jira/browse/JCR-2039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dürig resolved JCR-2039. Resolution: Fixed Fix Version/s: 1.6.0 Fixed at revision: 760479 applied the patch > Add log