JCR-247 - time estimate

2006-11-13 Thread Magnus Grimsell
the effort for us to provide a patch. A rough number, lets say in weeks, would be highly appreciated. Regards, Magnus Grimsell

FW: failed to read custom node type definitions stored in custom_nodetypes.xml

2006-10-27 Thread Magnus Grimsell
I'm not sure if this belongs in the dev list but since I didn't get any response on the user list I try here. Please tell me if I'm breaking any mailing list policies. /Magnus -Original Message- From: Magnus Grimsell [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 25, 2006 3:56

[jira] Updated: (JCR-608) NullPointerException in indexer when creating versionable node on virgin repository

2006-10-27 Thread Magnus Grimsell (JIRA)
[ http://issues.apache.org/jira/browse/JCR-608?page=all ] Magnus Grimsell updated JCR-608: Attachment: JackRabbitTest.java Test case to reproduce the bug NullPointerException in indexer when creating versionable node on virgin repository

[jira] Created: (JCR-609) Empty custom_nodetypes.xml after restart

2006-10-27 Thread Magnus Grimsell (JIRA)
Environment: oc4j 10.1.3 Reporter: Magnus Grimsell I run jackrabbit jca on oc4j 10.1.3. First time the server is started I execute the following code on the empty repository : JackrabbitNodeTypeManager manager = (JackrabbitNodeTypeManager)session.getWorkspace

RE: exception in indexer when creating versionable node

2006-10-26 Thread Magnus Grimsell
Hi Marcel, After I register the node types I create some nodes. The exception comes on session.save(). I also just realized that this only happens for nodes with the mix:versionable mixin. I'll see if I can make a small and clean test case that reproduces this bug. Thanks, Magnus Grimsell

RE: build failure

2006-10-24 Thread Magnus Grimsell
failure Magnus Grimsell napisaƂ(a): I also had some trouble generating an eclipse project with maven. When importing the project into eclipse I got an error saying: Cannot nest 'jackrabbit-core/target/generated-src/main/java/org/apache/jac krabbit/core/query/lucene/fulltext' inside

build failure

2006-10-23 Thread Magnus Grimsell
/jackrabbit/core/query/lucene/fulltext' inside 'jackrabbit-core/target/generated-src/main/java'. To enable the nesting exclude 'org/' from 'jackrabbit-core/target/generated-src/main/java' /Magnus Grimsell

RE: exception in indexer when creating versionable node

2006-10-23 Thread Magnus Grimsell
I have the same problem in my unit tests where I create a new repository for every test. I have to restart the repository in order to get the tests to work. This is my setup code: File tmpDir = getTmpDir(); InputStream xml = getResource(iipax/generic/jcr/test/repository.xml); RepositoryConfig

FW: jta transaction without using jca

2006-10-06 Thread Magnus Grimsell
- From: Magnus Grimsell [mailto:[EMAIL PROTECTED] Sent: Monday, October 02, 2006 11:03 AM To: users@jackrabbit.apache.org Subject: jta transaction without using jca I would like to configure jackrabbit with db based file system and persistence manager that participates in the ongoing

RE: FW: jta transaction without using jca

2006-10-06 Thread Magnus Grimsell
@jackrabbit.apache.org Subject: Re: FW: jta transaction without using jca On 10/6/06, Magnus Grimsell [EMAIL PROTECTED] wrote: I sent this to the user list but didn't get any response so I try the dev list :) I rewrote JNDIDatabasePersistenceManager a little bit so it doesn't do it's own commits

RE: FW: jta transaction without using jca

2006-10-06 Thread Magnus Grimsell
: Friday, October 06, 2006 2:34 PM To: dev@jackrabbit.apache.org Subject: Re: FW: jta transaction without using jca On 10/6/06, Magnus Grimsell [EMAIL PROTECTED] wrote: Thanks for your quick reply. In what way does it violate the contract? Should the PersistenceManager suspend