[jira] Updated: (JCR-2554) Deadlock inside XASession on Weblogic

2010-03-12 Thread JIRA
[ https://issues.apache.org/jira/browse/JCR-2554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Köll updated JCR-2554: Attachment: (was: Xid_v3.patch) Deadlock inside XASession on Weblogic

[jr3] Store journal as nodes

2010-03-12 Thread Thomas Müller
Currently the journal (cluster journal and event journal) is stored using a separate storage mechanism. I think it should be stored using the 'normal' storage mechanism. Advantages: - Simplifies the architecture (specially for clustering) - Events and node data are in the same transaction, which

Re: UserManager autosace issue

2010-03-12 Thread Felix Meschberger
Hi, On 11.03.2010 12:25, Angela Schreiber wrote: hi felix Consier a UserManager not set to autosave mode. I do: Group g = userManager.createGroup(groupPrincipal) g.addMemmber(someUser); This results in an InvalidItemStateException: javax.jcr.InvalidItemStateException:

[jira] Commented: (JCR-2554) Deadlock inside XASession on Weblogic

2010-03-12 Thread Robert Sauer (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12844438#action_12844438 ] Robert Sauer commented on JCR-2554: --- Unfortunately still the same error. Would you mind if

Re: [jr3] Store journal as nodes

2010-03-12 Thread Felix Meschberger
Hi, IIRC this would be inline with another discussion in the [jr3] arena, to have a common low-level persistence upon which all the other parts of Jackrabbit requiring some form of persistence (except logging and configuration, probably) build. In this context, I would think it to be a good idea

[jira] Commented: (JCR-2554) Deadlock inside XASession on Weblogic

2010-03-12 Thread JIRA
[ https://issues.apache.org/jira/browse/JCR-2554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=1285#action_1285 ] Claus Köll commented on JCR-2554: - I would like to have the XA specific locking based on Xids

Re: [jr3] Store journal as nodes

2010-03-12 Thread Thomas Müller
Hi, (except logging Yes, I think SLF4J is fine and configuration, probably Some information need to be available when the repository is constructed, or at the latest when logging in: What storage backend to use, and how to connect to the storage backend. The rest of the configuration

Re: [jr3] Store journal as nodes

2010-03-12 Thread Thomas Müller
Hi, In case of cluster db journal, the hostname of db connection. The hostname of the database (if a database is used) and the database name needs to be known when creating the repository object. Storing it in a 'repository.xml' file is possible, but it's just an unnecessary indirection. If you

how to load test content for the jcr-tests suite

2010-03-12 Thread Justin Edelson
As I mentioned before, I'm trying to run the various jackrabbit test suites against the DavEx servlet hosted inside Sling. I'm so close... It looks like most/all of the test failures are do to missing content, i.e. junit.framework.AssertionFailedError: Workspace does not contain test data at: