Re: System slowdown

2007-09-20 Thread Thomas Mueller
Hi, > No particular reason. I didn't know that the others were better. > What are the differences between the three? I have updated the PersistenceManagerFAQ in the Wiki: http://wiki.apache.org/jackrabbit/PersistenceManagerFAQ The information there is still incomplete, but the bundle persistenc

[jira] Commented: (JCR-935) ConcurrentModificationException during logout (cont'd)

2007-09-20 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12529020 ] Stefan Guggisberg commented on JCR-935: --- > Esteban Franqueiro commented on JCR-935: >

AW: System slowdown

2007-09-20 Thread KÖLL Claus
hi thomas, just for clarification .. you sayed that one disadvantage of the ObjectPersistenceManager is the non transational behaviour there was a lot of discussion about transactions in jackrabbit and the statement that i get from this discussion is that jackrabbit "itself" (the session) is t

Re: System slowdown

2007-09-20 Thread Jukka Zitting
Hi, On 9/20/07, KÖLL Claus <[EMAIL PROTECTED]> wrote: > so my opinion is it should be regardless which peristence manager you use > jackrabbit should be always transactional if a operation runs inside a > transaction > context. is this true or not ? You need to have a persistence manager that ca

Re: System slowdown

2007-09-20 Thread Thomas Mueller
Hi, Maybe 'non transactional' is the wrong expression. Such persistence managers (for example the ObjectPersistenceManager) usually work OK, you can use transactions in Jackrabbit and so on, the exception is 'atomicy' in a crash. When the process is stopped while a transaction is persisted (power

Re: [jira] Updated: (JCR-832) BundleDBPersistenceManager does not free blobStore resources

2007-09-20 Thread Savas Triantafillou
Hi , do you know when the patch will be committed and whether it is safe to use BundleBDPersistenceManager and BundleFsPersistenceManager as they are at the moment until this issue is resolved ? Thank you, Savvas On 5/31/07, Przemo Pakulski (JIRA) <[EMAIL PROTECTED]> wrote: > > > [ > https

Re: release for Jackrabbit 1.4

2007-09-20 Thread Jukka Zitting
Hi, On 9/20/07, ruchi goel <[EMAIL PROTECTED]> wrote: > Yes, we are deeply interested in an interim release since we were > dependent on Graffito's OCM layer earlier. Now since it is part of > Jackrabbit , we will be depending on a Jackrabbit release to be > bundled in our product. Unfortunatel

Re: release for Jackrabbit 1.4

2007-09-20 Thread Jukka Zitting
Hi, On 9/20/07, Felix Meschberger <[EMAIL PROTECTED]> wrote: > Given the growth of the number of more or less independent "top-level > sub-projects" in Jackrabbit, we should probably start again thinking of > having independent releases ? > > For example, I could imagine, that OCM has definitely a

[jira] Commented: (JCR-940) add db connection autoConnect for BundleDbPersistenceManager.

2007-09-20 Thread Martijn Hendriks (JIRA)
[ https://issues.apache.org/jira/browse/JCR-940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12529077 ] Martijn Hendriks commented on JCR-940: -- Hi Thomas, I think that besides the BundleDbPM.store method the Connectio

[jira] Updated: (JCR-1034) Unable to save session after saving a renamed node

2007-09-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-1034: --- Affects Version/s: 0.9 1.0 1.0.1 1.

[jira] Updated: (JCR-1128) XML import always throws ItemExistsException when trying to overwrite existing nodes

2007-09-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-1128: --- Fix Version/s: (was: 1.4) 1.3.2 Merged to the 1.3 branch in revision 577696. >

[jira] Updated: (JCR-774) TCK: Test that expect that modifications made by Session1 are automatically visible to Session2

2007-09-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-774: -- Affects Version/s: 1.2.1 1.2.2 1.2.3 1

[jira] Updated: (JCR-1090) Superfluous AndQueryNode in query tree built by SQL parser

2007-09-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-1090: --- Affects Version/s: 0.9 1.0 1.0.1 1.

[jira] Updated: (JCR-1008) SerializationTest leaks sessions

2007-09-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-1008: --- Affects Version/s: 1.2.1 1.2.2 1.2.3

Re: [jira] Commented: (JCR-940) add db connection autoConnect for BundleDbPersistenceManager.

2007-09-20 Thread Thomas Mueller
Hi, > I think that besides the BundleDbPM.store method > the ConnectionrecoveryManager.execute* methods > also need to be wrapped by a retry-loop. I think you are right, those methods should loop as well (except when autoReconnect is false). > I've patched this locally and want to execute the un

[jira] Updated: (JCR-862) unsynchronized access on 'itemCache' map in ItemManager

2007-09-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-862: -- Affects Version/s: 1.2.1 1.2.2 1.3 1.3

Re: [jira] Updated: (JCR-862) unsynchronized access on 'itemCache' map in ItemManager

2007-09-20 Thread Thomas Mueller
Hi Jukka, You have also commented out setAutoCommit(true): --- BundleDbPersistenceManager con = DriverManager.getConnection(url, user, password); -con.setAutoCommit(true); +//con.setAutoCommit(true); In my view this line can be completely removed, as by default autoCommit

Integration tests in Jackrabbit (Was: [jira] Commented: (JCR-940) add db connection autoConnect for BundleDbPersistenceManager.)

2007-09-20 Thread Jukka Zitting
Hi, On 9/20/07, Thomas Mueller <[EMAIL PROTECTED]> wrote: > I have multiple configurations (copies of the applications/test > directory). Before running the build I just replace the files with the > configuration (simple db, bundle db, data store) I want to test. I > think it would be great if the

Re: [jira] Updated: (JCR-862) unsynchronized access on 'itemCache' map in ItemManager

2007-09-20 Thread Jukka Zitting
Hi, On 9/20/07, Thomas Mueller <[EMAIL PROTECTED]> wrote: > You have also commented out setAutoCommit(true): > > --- BundleDbPersistenceManager > con = DriverManager.getConnection(url, user, password); > -con.setAutoCommit(true); > +//con.setAutoCommit(true); Hmm, that's c

RE: Jackrabbit 1.3.2 and 1.4 release planning

2007-09-20 Thread Esteban Franqueiro
> I'm about to start working on the release plans for both Jackrabbit > 1.3.2 and 1.4. I'll start by identifying issues in Jira to > target releases, and will follow up with more detailed > release plans for both releases later this week. > > The 1.3.2 release will be a patch release from the 1.

[jira] Created: (JCR-1141) LockOperation - In a clustered environment, a lock created on one server is not sent to the other servers.

2007-09-20 Thread John Brodeur (JIRA)
LockOperation - In a clustered environment, a lock created on one server is not sent to the other servers. -- Key: JCR-1141 URL: https://issues.apache.org/jira

[jira] Assigned: (JCR-564) Remove geronimo JTA as a runtime dependency

2007-09-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting reassigned JCR-564: - Assignee: Jukka Zitting > Remove geronimo JTA as a runtime dependency >

[jira] Updated: (JCR-564) Remove geronimo JTA as a runtime dependency

2007-09-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-564: -- Attachment: jta.patch Interesting, we actually had an existing issue for the change that was recently dis

[jira] Updated: (JCR-1038) java.lang.ArrayIndexOutOfBoundsException while importXML in Java 6

2007-09-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-1038: --- Affects Version/s: 0.9 1.0 1.0.1 1.

[jira] Updated: (JCR-813) TCK: testSaveMovedRefNode

2007-09-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-813: -- Affects Version/s: 1.2.1 1.2.2 1.2.3 1

[jira] Updated: (JCR-812) TCK: RestoreTest.testRestoreLabel

2007-09-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-812: -- Affects Version/s: 1.2.1 1.2.2 1.2.3 1

[jira] Updated: (JCR-1071) PROPPATCH on collection gets 403 Forbidden

2007-09-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-1071: --- Affects Version/s: (was: 1.4) 1.3 1.3.1 Fix Ve

[jira] Updated: (JCR-1051) MatchAllScorer calculateDocFilter() bug

2007-09-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-1051: --- Affects Version/s: 1.2.1 1.2.2 1.2.3

[jira] Updated: (JCR-1055) Incorrect node position after import

2007-09-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-1055: --- Affects Version/s: 1.2.1 1.2.2 1.2.3

[jira] Commented: (JCR-862) unsynchronized access on 'itemCache' map in ItemManager

2007-09-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12529166 ] Jukka Zitting commented on JCR-862: --- Additional merges in revisions 577729 and 577831. > unsynchronized access on 'it

[jira] Updated: (JCR-905) Clustering: race condition may cause duplicate entries in search index

2007-09-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-905: -- Affects Version/s: 1.2.1 1.2.2 1.2.3 1

[jira] Updated: (JCR-1092) Bundle persistence managers node id key store/load is not symertric on MySql causing NoSuchItemState Exceptions

2007-09-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-1092: --- Affects Version/s: 1.3 Fix Version/s: (was: 1.4) 1.3.2 Merged to the

[jira] Updated: (JCR-1039) Bundle Persistence Manager error - failing to read bundle the first time

2007-09-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-1039: --- Affects Version/s: 1.3 Fix Version/s: (was: 1.4) 1.3.2 Merged to the

[jira] Updated: (JCR-811) SetPropertyAssumeTypeTest check for non-protected string array property

2007-09-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-811: -- Affects Version/s: 1.2.1 1.2.2 1.2.3 1

[jira] Updated: (JCR-884) DatabaseJournal assigns same revision id to different revisions

2007-09-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-884: -- Affects Version/s: 1.2.1 1.2.2 1.2.3 1

[jira] Updated: (JCR-1049) DatabaseFileSystem: mysql.ddl works for mysql5 but not mysql 4.1.20

2007-09-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-1049: --- Affects Version/s: 1.2.1 1.2.2 1.2.3

[jira] Updated: (JCR-1065) Workspace{Copy|Move}VersionableTest assumptions on versioning

2007-09-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-1065: --- Affects Version/s: 1.2.1 1.2.2 1.2.3

[jira] Updated: (JCR-1068) NamespaceRegistryTest.testRegisterNamespace test assumptions

2007-09-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-1068: --- Affects Version/s: 1.2.1 1.2.2 1.2.3

[jira] Updated: (JCR-1069) SerializationTest and AbstractImportXmlTest leak temporary files

2007-09-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-1069: --- Affects Version/s: 1.2.1 1.2.2 1.2.3

[jira] Updated: (JCR-1074) PredefinedNodeTypeTest..getNodeTypeSpec handling unknown super types

2007-09-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-1074: --- Affects Version/s: 1.2.1 1.2.2 1.2.3

[jira] Updated: (JCR-1078) ChangeLog serialization causes cache inconsistencies

2007-09-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-1078: --- Affects Version/s: 1.2.1 1.2.2 1.2.3

[jira] Updated: (JCR-1076) Some tests try to add new nodes without specifying the node type

2007-09-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-1076: --- Affects Version/s: 1.2.1 1.2.2 1.2.3

[jira] Updated: (JCR-1081) bad test assumptions in org.apache.jackrabbit.test.api.lock

2007-09-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-1081: --- Affects Version/s: 1.2.1 1.2.2 1.2.3

[jira] Updated: (JCR-1082) cache getting out of sync with transientstore causes pathnotfoundexception

2007-09-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-1082: --- Fix Version/s: 1.3.2 Merged to the 1.3 branch in revision 577864. > cache getting out of sync with tra

[jira] Updated: (JCR-1083) SQL parser chokes on prefixes containing a "-" character

2007-09-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-1083: --- Affects Version/s: 1.2.1 1.2.2 1.2.3

[jira] Updated: (JCR-1088) WorkspaceRestoreTest extends RestoreTest

2007-09-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-1088: --- Affects Version/s: 1.2.1 1.2.2 1.2.3

[jira] Updated: (JCR-1095) ReferencesPropertyTest can't deal with multivalued reference properties

2007-09-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-1095: --- Affects Version/s: 1.2.1 1.2.2 1.2.3

[jira] Updated: (JCR-1096) Problems with custom nodes in journal

2007-09-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-1096: --- Affects Version/s: 1.2.1 1.2.2 1.2.3

[jira] Updated: (JCR-1101) Observation tests should throw NotExecutableException when repository does not support observation

2007-09-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-1101: --- Affects Version/s: 1.2.1 1.2.2 1.2.3

[jira] Updated: (JCR-1110) GetReferencesNodeTest test assumptions

2007-09-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-1110: --- Affects Version/s: 1.2.1 1.2.2 1.2.3

[jira] Updated: (JCR-1109) Resource association not compliant to JTA spec

2007-09-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-1109: --- Affects Version/s: 1.1 1.1.1 1.2.1

[jira] Updated: (JCR-1120) RemoveVersionTest.testReferentialIntegrityException assumes availability of ref properties and same name sibilings

2007-09-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-1120: --- Affects Version/s: 1.2.1 1.2.2 1.2.3

[jira] Updated: (JCR-1121) full text search tests use incorrect character for escaping phrases

2007-09-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-1121: --- Affects Version/s: 1.2.1 1.2.2 1.2.3

[jira] Updated: (JCR-832) BundleDBPersistenceManager does not free blobStore resources

2007-09-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-832: -- Fix Version/s: 1.3.2 Affects Version/s: 1.3.1 > BundleDBPersistenceManager does not free blobStore

[jira] Resolved: (JCR-1048) JNDIDatabaseFileSystem was not woring in tomcat webapp

2007-09-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting resolved JCR-1048. Resolution: Won't Fix Assignee: Jukka Zitting Resolving as Won't Fix based on the above rationa

Re: Jackrabbit 1.3.2 and 1.4 release planning

2007-09-20 Thread Jukka Zitting
Hi, On 9/20/07, Esteban Franqueiro <[EMAIL PROTECTED]> wrote: > I would start by suggesting including the revisions that contain the > fixes for JCR-862 (already commited by Jukka), JCR-962, JCR-978 and > JCR-1082. Thanks for the suggestions! JCR-862 and JCR-1082 are easy additions, but JCR-962 a

coming back on the OCM reorg

2007-09-20 Thread Christophe Lombart
Hil all, I'm going to start the OCM project reorganization. Do you have some commits to do in this subproject ? I'm still looking for a solution to run the same unit tests with the different mapper impl (digester, annotations, ...). This is not so easy if we want to support java 1.4 because the o

[jira] Commented: (JCR-832) BundleDBPersistenceManager does not free blobStore resources

2007-09-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12529247 ] Jukka Zitting commented on JCR-832: --- Toby or Przemo, are you planning to act on this in near future? If not, I'll tak

Apache Jackrabbit 1.3.2 release plan

2007-09-20 Thread Jukka Zitting
Hi, This is my plan for the 1.3.2 release of Apache Jackrabbit. The purpose of this release is to push out a number of bug fixes before the 1.4 release is ready. No new features or other improvements will be included in this release. I've already started preparing the release by creating a 1.3.2

RE: Apache Jackrabbit 1.3.2 release plan

2007-09-20 Thread Pablo Rios
Will you also consider including JCR-978, similar to JCR-962 ? -Original Message- From: Jukka Zitting [mailto:[EMAIL PROTECTED] Sent: Thursday, September 20, 2007 5:25 PM To: dev@jackrabbit.apache.org Subject: Apache Jackrabbit 1.3.2 release plan Hi, This is my plan for the 1.3.2 releas

Jira component restructuring, part 1

2007-09-20 Thread Jukka Zitting
Hi, I've now started the Jira component restructuring that was discussed some time ago. As a first step I've renamed some of the main components in Jira to match the Maven artifactIds (and folder names) of the respective components in svn. The changes are: Jackrabbit API -> jackrabbit-api

Re: Apache Jackrabbit 1.3.2 release plan

2007-09-20 Thread Jukka Zitting
Hi, On 9/20/07, Pablo Rios <[EMAIL PROTECTED]> wrote: > Will you also consider including JCR-978, similar to JCR-962 ? Yes. I typically don't include improvement issues in patch releases, but JCR-978 seems to be a prerequisite for JCR-962. So if we decide to include JCR-962 then I guess we need t

RE: Apache Jackrabbit 1.3.2 release plan

2007-09-20 Thread Pablo Rios
OK, thank you. -Original Message- From: Jukka Zitting [mailto:[EMAIL PROTECTED] Sent: Thursday, September 20, 2007 5:47 PM To: dev@jackrabbit.apache.org Subject: Re: Apache Jackrabbit 1.3.2 release plan Hi, On 9/20/07, Pablo Rios <[EMAIL PROTECTED]> wrote: > Will you also consider inclu

RE: [jira] Commented: (JCR-940) add db connection autoConnect for BundleDbPersistenceManager.

2007-09-20 Thread Martijn Hendriks
Hi Thomas, > > I've patched this locally and want to execute the unit > tests using the MSSQL bundle PM. I'm not familiar with the > test harness...how should I do this? Some initial attempts to > alter the repository.xml and workspace.xmls in the > jackrabbit-core\applications\test directory