[jira] Commented: (JCR-1525) Jackrabbit depends on Oracle driver for BLOB support in Oracle versions previous than 10.2

2008-08-12 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12621820#action_12621820 ] Esteban Franqueiro commented on JCR-1525: - Hi all. What should we do regarding

[jira] Commented: (JCR-1705) Reduce memory usage of transient nodes

2008-08-04 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12619540#action_12619540 ] Esteban Franqueiro commented on JCR-1705: - +1 I remember a few discussions a

Re: Component releases, proposed solution

2008-07-22 Thread Esteban Franqueiro
version only when there are changes in core. Why releasing a whole new version for a simple, low impact change in commons? If a change is big enough that it warrants a change in versions, it probably also affects core. My AR$2. Regards, Esteban Franqueiro [EMAIL PROTECTED] Notice: This email me

[jira] Resolved: (JCR-1520) DatabaseFileSystem's logger references the wrong class

2008-06-27 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Esteban Franqueiro resolved JCR-1520. - Resolution: Fixed Fix Version/s: 1.5 Resolved as suggested in revision #672286

[jira] Updated: (JCR-1520) DatabaseFileSystem's logger references the wrong class

2008-06-27 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Esteban Franqueiro updated JCR-1520: Summary: DatabaseFileSystem's logger references the wrong class (was: DatabaseFileSis

Re: Is job/contract posting considered spam? [WAS: Re: devs for fire]

2008-06-05 Thread Esteban Franqueiro
gt; - Ask for off-list replies (in order to keep the noise down) >> - Use a [JOB] marker within the subject line >> >> >> WDYT? +1 Esteban Franqueiro [EMAIL PROTECTED] Notice: This email message, together with any attachments, may contain information of BEA Sy

RE: DataStore Garbage Collector Performance

2008-05-29 Thread Esteban Franqueiro
> > We have a working background GC. > > Well, the current released GC implementation can run in the background > as well. Or can it not? What is the difference between your and the > current implementation? I don't see why it shouldn't work, it's just that we have this impl since 1.3 and we jus

RE: DataStore Garbage Collector Performance

2008-05-28 Thread Esteban Franqueiro
g. We're also not using the interface that Thomas created (I don't have the code, and can't remember the name, sorry!) yet. Regards, Esteban Franqueiro [EMAIL PROTECTED] Notice: This email message, together with any attachments, may contain information of BEA Systems,

[jira] Commented: (JCR-1600) Remove noLockHack in SharedItemStateManager

2008-05-13 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12596496#action_12596496 ] Esteban Franqueiro commented on JCR-1600: - Is the fine grained locking stra

RE: extending the jackrabbit-api

2008-05-08 Thread Esteban Franqueiro
I think it's a good idea, as long as we don't have to keep those interfaces there for backcompatibility, and we can drop them quickly. Regards, Esteban Franqueiro [EMAIL PROTECTED] De: [EMAIL PROTECTED] en nombre de Tobias Bocanegra Enviado el: jue

[jira] Commented: (JCR-1566) Data Store: DB2 fails to create the table

2008-05-06 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12594500#action_12594500 ] Esteban Franqueiro commented on JCR-1566: - Thanks Jukka! I'm on vacations

[jira] Created: (JCR-1566) Data Store: DB2 fails to create the table

2008-04-30 Thread Esteban Franqueiro (JIRA)
Reporter: Esteban Franqueiro DB2 throws an exception(1) when creating the table. The correct SQL sentence to create it is: createTable=CREATE TABLE ${tablePrefix}${table}(ID VARCHAR(255) PRIMARY KEY NOT NULL, LENGTH BIGINT, LAST_MODIFIED BIGINT, DATA BLOB(1000M)) (1): Sorry but I don't hav

[jira] Commented: (JCR-1560) Data Store: Oracle fails to create the table

2008-04-29 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12593031#action_12593031 ] Esteban Franqueiro commented on JCR-1560: - You're correct. But I used the

Typo in NameConstants from spi-commons

2008-04-28 Thread Esteban Franqueiro
It says /** * rep:versionStorage */ public static final Name REP_NODETYPES = FACTORY.create(Name.NS_REP_URI, "nodeTypes"); when it should say rep:nodeTypes. Regards, Esteban Franqueiro [EMAIL PROTECTED] Notice: This email message, together with any attachments, may contain infor

Re: ConnectionRecoveryManager's extensibility

2008-04-22 Thread Esteban Franqueiro
onnection() method in a subclass. Regards, Esteban Franqueiro [EMAIL PROTECTED] Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc., its subsidiaries and affiliated entities, that may be confidential, proprietary, copyrighted and/o

Re: New Jackrabbit committer

2008-04-22 Thread Esteban Franqueiro
> Hi, > > Please welcome Esteban Franqueiro as a new committer and PMC member of > the Apache Jackrabbit project. The Jackrabbit PMC recently decided to > offer Esteban committership based on his contributions. I'm happy to > announce that he accepted the offer a

Re: ConnectionRecoveryManager's extensibility

2008-04-21 Thread Esteban Franqueiro
ion() which is the method that actually instantiates the connection. The problem is that this method is private. I hope you can understand now. Regards, Esteban Franqueiro [EMAIL PROTECTED] Notice: This email message, together with any attachments, may contain information of BEA Systems,

Re: jackrabbit-core 1.4.3 release plan

2008-04-21 Thread Esteban Franqueiro
;t think many people tested this patch (actually, anyone but me). As a side note, we're currently testing our component with this patch included. I'll let you all know our results. Anyway, I'm ok with postponing this patch for 1.5/1.4.4/other. Regards, Esteban Franqueiro [EMAIL

ConnectionRecoveryManager's extensibility

2008-04-18 Thread Esteban Franqueiro
ss is not extensible in the first place. Basically, all that has to be done is make setupConnection() and related fields protected. I would also add a protected constructor that allows to skip the call to setupConnection(), so it can be called in the derived class' constructor instead. Regards

[jira] Updated: (JCR-1525) Jackrabbit depends on Oracle driver for BLOB support in Oracle versions previous than 10.2

2008-04-18 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Esteban Franqueiro updated JCR-1525: Attachment: JCR-1525.patch This patch applies the suggested fix. We should decide what to do

[jira] Commented: (JCR-1525) Jackrabbit depends on Oracle driver for BLOB support in Oracle versions previous than 10.2

2008-04-18 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590494#action_12590494 ] Esteban Franqueiro commented on JCR-1525: - Is it worth doing this work for

Re: jackrabbit-core 1.4.3 release plan

2008-04-17 Thread Esteban Franqueiro
Hi Thomas. > http://issues.apache.org/jira/browse/JCR-1388 > is a patch you have submitted, I thought you will commit it... Should I? Please, do. I haven't had any time to set everything up yet. Thanks! Esteban Franqueiro [EMAIL PROTECTED] Notice: This email message, togeth

Re: jackrabbit-core 1.4.3 release plan

2008-04-17 Thread Esteban Franqueiro
Hi Thomas. > http://issues.apache.org/jira/browse/JCR-1388 > is a patch you have submitted, I thought you will commit it... Should I? Please, do. I haven't had any time to set everything up yet. Thanks! Esteban Franqueiro [EMAIL PROTECTED] Notice: This email message, togeth

[jira] Commented: (JCR-1525) Jackrabbit depends on Oracle driver for BLOB support in Oracle versions previous than 10.2

2008-04-17 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590197#action_12590197 ] Esteban Franqueiro commented on JCR-1525: - I'm working on this refactor

Re: jackrabbit-core 1.4.3 release plan

2008-04-17 Thread Esteban Franqueiro
Hi Jukka. I agree with the new release and also want to suggest JCR-1388 for 1.4.3. Regards, Esteban Franqueiro [EMAIL PROTECTED] Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc., its subsidiaries and affiliated entities, that may

Re: Jackrabbit expects a particular Oracle driver

2008-04-07 Thread Esteban Franqueiro
> sounds good. do you want to create to create a related jira issue? Done. I'll try to make this changes as soon as I can finish with my current work. Regards, Esteban Franqueiro [EMAIL PROTECTED] Notice: This email message, together with any attachments, may contain information

[jira] Created: (JCR-1525) Jackrabbit depends on Oracle driver for BLOB support in Oracle versions previous than 10.2

2008-04-07 Thread Esteban Franqueiro (JIRA)
Project: Jackrabbit Issue Type: Improvement Components: jackrabbit-core Reporter: Esteban Franqueiro In Oracle versions previous to 10.2, Jackrabbit explicitly uses a class from the Oracle driver to provide BLOB support (see OracleFileSystem.init()). This special

[jira] Commented: (JCR-1520) DatabaseFileSistem's logger references the wrong class

2008-04-07 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12586398#action_12586398 ] Esteban Franqueiro commented on JCR-1520: - I thought you meant that in your e

Re: Jackrabbit expects a particular Oracle driver

2008-04-04 Thread Esteban Franqueiro
mmon code (which we could rename to OracleBaseFileSystem or similar, for the reason you said). Then we make the Oracle10FileSystem inherit from the latter. WDYT? Regards, Esteban Franqueiro [EMAIL PROTECTED] Notice: This email message, together with any attachments, may contain informat

Re: Jackrabbit expects a particular Oracle driver

2008-04-04 Thread Esteban Franqueiro
d provide another impl that works with newer versions and doesn't depend on that class? Thanks! Esteban Franqueiro [EMAIL PROTECTED] Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc., its subsidiaries and affiliated entiti

[jira] Updated: (JCR-1520) DatabaseFileSistem's logger references the wrong class

2008-04-04 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Esteban Franqueiro updated JCR-1520: Attachment: JCR-1520.patch This patch references the right class. > DatabaseFileSiste

[jira] Created: (JCR-1520) DatabaseFileSistem's logger references the wrong class

2008-04-04 Thread Esteban Franqueiro (JIRA)
nents: jackrabbit-core Affects Versions: 1.4, 1.5 Reporter: Esteban Franqueiro In DatabaseFileSystem, the logger is constructed as private static Logger log = LoggerFactory.getLogger(DbFileSystem.class); It should be constructed as: private static Logger log = LoggerFactory.getL

DatabaseFileSistem has an incorrectly referenced logger?

2008-04-03 Thread Esteban Franqueiro
In DatabaseFileSystem, the logger is constructed as private static Logger log = LoggerFactory.getLogger(DbFileSystem.class); Shouldn't this be private static Logger log = LoggerFactory.getLogger(DatabaseFileSystem.class); ? Regards, Esteban Franqueiro [EMAIL PROTECTED] Notice: This

Jackrabbit expects a particular Oracle driver

2008-04-03 Thread Esteban Franqueiro
utions to this that I can take care of in my app, but I think Jackrabbit should not fail just because you're not using the driver it expects to. The bigger problem is that it shouldn't expect a particular driver. WDYT? Regards, Esteban Franqueiro [EMAIL PROTECTED] Notice: Th

Question regarding data store

2008-04-01 Thread Esteban Franqueiro
x27;m following is in BundleBinding.writeState(). A -2 is written as the size and the value is stored in the data store, but then the blob store code follows and dumps it to a file. I don't understand why is this. Any help is welcomed. Regards, Esteban Franqueiro [EMAIL PROTECTED] Not

[jira] Commented: (JCR-1504) MS Excel Mime Type missing in MsExcelTextExtractor

2008-03-28 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12583073#action_12583073 ] Esteban Franqueiro commented on JCR-1504: - > The patch does not work. There

Re: JCR & thesis

2008-03-27 Thread Esteban Franqueiro
would be interesting. My AR$ 0,02. Regards, Esteban Franqueiro [EMAIL PROTECTED] Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc., its subsidiaries and affiliated entities, that may be confidential, proprietary, copyrighted and/or le

[jira] Updated: (JCR-1504) MS Excel Mime Type missing in MsExcelTextExtractor

2008-03-27 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Esteban Franqueiro updated JCR-1504: Attachment: jcr-1504.patch Trivial patch implementing the suggested fix. > MS Excel M

Re: [VOTE] Release jackrabbit-jcr-commons 1.4.1

2008-03-26 Thread Esteban Franqueiro
Hi all. These ones should be in plural in the release notes... > Improvement: > Bug: ... since this one is and there are more than one in each. > Known Issues: Regards, Esteban Franqueiro [EMAIL PROTECTED] Notice: This email message, together with any attachments, ma

Supported databases

2008-03-25 Thread Esteban Franqueiro
Hi all. What are the officially supported databases? Derby, MS SQL Server, Oracle 9 and 10... What about DB2? MySQL? Any others? Thanks! Esteban Franqueiro [EMAIL PROTECTED] Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc., its

Re: Jackrabbit activities in the ApacheCon EU

2008-03-19 Thread Esteban Franqueiro
> Too bad. ApacheCon US? Don't know yet. I might be attending JavaOne though. Is there anybody participating in JavaOne? Regards, Esteban Franqueiro [EMAIL PROTECTED] Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc., its subs

SPI questions

2008-03-19 Thread Esteban Franqueiro
Hi all. Maybe this is a dumb question, but I don't quite understand how the SPI/JCR2SPI/SPI2JCR modules are used, and when. Are they being used? For example when running the integration tests? Any help on this will be usefull. Regards, Esteban Franqueiro [EMAIL PROTECTED] Notice: This

[jira] Updated: (JCR-1388) Jackrabbit does not allow concurrent reads to the data store if copyWhenReading=false

2008-03-17 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Esteban Franqueiro updated JCR-1388: Attachment: (was: JCR-1388-datastore-concurrent-reads.10.patch) > Jackrabbit does

[jira] Updated: (JCR-1388) Jackrabbit does not allow concurrent reads to the data store if copyWhenReading=false

2008-03-17 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Esteban Franqueiro updated JCR-1388: Attachment: JCR-1388-datastore-concurrent-reads.10.patch I agree with you Thomas. Here'

Re: Jackrabbit activities in the ApacheCon EU

2008-03-17 Thread Esteban Franqueiro
often see that the true power of JCR is lost due to not-the-best-modelling techniques. Unfortunately, I don't think I'll be able to be there. Regards, Esteban Franqueiro [EMAIL PROTECTED] Notice: This email message, together with any attachments, may contain information of

Re: jackrabbit-core 1.4.2 release plan

2008-03-13 Thread Esteban Franqueiro
d in a patch release if most people want to. But strict decisions can only be made after a policy is in place. In our case, I'm not sure if there's consensus about our release policy. My AR$0,02. All in all, I agree with this proposal for Jackrabbit 1.4.2. Regards, Esteban Franqueir

[jira] Updated: (JCR-1388) Jackrabbit does not allow concurrent reads to the data store if copyWhenReading=false

2008-03-11 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Esteban Franqueiro updated JCR-1388: Attachment: JCR-1388-datastore-concurrent-reads.10.patch Oops, wrong file. Here is the right

[jira] Updated: (JCR-1388) Jackrabbit does not allow concurrent reads to the data store if copyWhenReading=false

2008-03-11 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Esteban Franqueiro updated JCR-1388: Attachment: (was: JCR-1388-datastore-concurrent-reads.9.patch) > Jackrabbit does

[jira] Updated: (JCR-1388) Jackrabbit does not allow concurrent reads to the data store if copyWhenReading=false

2008-03-11 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Esteban Franqueiro updated JCR-1388: Attachment: JCR-1388-datastore-concurrent-reads.9.patch > As I wrote before, I suggest

Re: Jackrabbit Security -> branch or not

2008-03-07 Thread Esteban Franqueiro
27;t see any problem as long as the changes don't break the build and the current tests continue to pass. Maybe there should be some option to disable (or better yet, enable) these tests, so that we can still make an mvn install with no errors. Regards, Esteban Franqueiro [EMAIL PROTECTE

[jira] Updated: (JCR-1388) Jackrabbit does not allow concurrent reads to the data store if copyWhenReading=false

2008-03-07 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Esteban Franqueiro updated JCR-1388: Attachment: (was: TestTwoGetStreams.java) > Jackrabbit does not allow concurrent re

[jira] Updated: (JCR-1388) Jackrabbit does not allow concurrent reads to the data store if copyWhenReading=false

2008-03-07 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Esteban Franqueiro updated JCR-1388: Attachment: TestTwoGetStreams.java JCR-1388-datastore-concurrent-reads.8

[jira] Commented: (JCR-1456) Database connection pooling

2008-03-05 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12575451#action_12575451 ] Esteban Franqueiro commented on JCR-1456: - Is it possible to have, in those a

[jira] Commented: (JCR-1437) add framework for performance tests

2008-03-05 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12575368#action_12575368 ] Esteban Franqueiro commented on JCR-1437: - I was under the impression that we w

[jira] Commented: (JCR-1437) add framework for performance tests

2008-03-05 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12575357#action_12575357 ] Esteban Franqueiro commented on JCR-1437: - Hi. I would use jackrabbit-benchmark

Re: svn commit: r633471 - in /jackrabbit/trunk/jackrabbit-core/src/test/java/org/apache/jackrabbit/core: ./ integration/ query/

2008-03-04 Thread Esteban Franqueiro
again. > > WDOT? > > regards > marcel What about having a separate test suite that doesn't run with 'mvn install'? Since this tests are not unit tests, we can isolate them and run them with 'mvn -Dtest=PerformanceTests' or something similar. Regards, Este

[jira] Updated: (JCR-1388) Jackrabbit does not allow concurrent reads to the data store if copyWhenReading=false

2008-02-29 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Esteban Franqueiro updated JCR-1388: Attachment: JCR-1388-datastore-concurrent-reads.4.patch Ok, here's a new take at it. I

Jackrabbit 1.5

2008-02-29 Thread Esteban Franqueiro
Hi again. Is there an ETA on Jackrabbit 1.5? Regards, Esteban Franqueiro [EMAIL PROTECTED] Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc., its subsidiaries and affiliated entities, that may be confidential, proprietary

Jackrabbit and Lucene 2.3.0

2008-02-29 Thread Esteban Franqueiro
Hi. I remeber a discussion about moving to Lucene 2.3.0. Are there any updates on that topic? Also, it was said that Jackrabbit 1.4 was incompatible with 2.3.0, is that correct? Thanks. Regards, Esteban Franqueiro [EMAIL PROTECTED] Notice: This email message, together with any attachments

[jira] Updated: (JCR-1388) Jackrabbit does not allow concurrent reads to the data store if copyWhenReading=false

2008-02-29 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Esteban Franqueiro updated JCR-1388: Attachment: TestTwoGetStreams.java JCR-1388-datastore-concurrent-reads.2

[jira] Commented: (JCR-1388) Jackrabbit does not allow concurrent reads to the data store if copyWhenReading=false

2008-02-29 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12573815#action_12573815 ] Esteban Franqueiro commented on JCR-1388: - Hi. > I have a few remarks, firs

[jira] Commented: (JCR-1437) add framework for performance tests

2008-02-28 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12573424#action_12573424 ] Esteban Franqueiro commented on JCR-1437: - I think that some of the concurr

Re: Expanding the scope of jackrabbit-jcr-tests

2008-02-28 Thread Esteban Franqueiro
Hi. I agree. But maybe we should have a new package for this tests? Perhaps org.apache.jackrabbit.test.perf[ormance] or something like that. Regards, Esteban Franqueiro [EMAIL PROTECTED] Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc

[jira] Commented: (JCR-1388) Jackrabbit does not allow concurrent reads to the data store if copyWhenReading=false

2008-02-28 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12573307#action_12573307 ] Esteban Franqueiro commented on JCR-1388: - Hi. Did anyone take a look at this p

[jira] Updated: (JCR-1395) Use Commons IO 1.4

2008-02-22 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Esteban Franqueiro updated JCR-1395: Attachment: JCR-1395-closers.patch Same patch, but I deleted some methods but did not

[jira] Updated: (JCR-1395) Use Commons IO 1.4

2008-02-22 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Esteban Franqueiro updated JCR-1395: Attachment: (was: closers.patch) > Use Commons IO

[jira] Updated: (JCR-1395) Use Commons IO 1.4

2008-02-22 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Esteban Franqueiro updated JCR-1395: Attachment: closers.patch This patch replaces the calls to closing funcions and explicit

Re: QueryObjectModelTree has the wrong package declaration

2008-02-21 Thread Esteban Franqueiro
> It says core.query.qom instead of spi.commons.query.qom. > Should I file a bug in Jira? SearchIndex imports the wrong class too. Esteban Franqueiro [EMAIL PROTECTED] Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc., its subsid

QueryObjectModelTree has the wrong package declaration

2008-02-21 Thread Esteban Franqueiro
It says core.query.qom instead of spi.commons.query.qom. Should I file a bug in Jira? Esteban Franqueiro [EMAIL PROTECTED] Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc., its subsidiaries and affiliated entities, that may be

[jira] Commented: (JCR-1395) Use Commons IO 1.4

2008-02-21 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12571038#action_12571038 ] Esteban Franqueiro commented on JCR-1395: - I agree with Thomas that we don&#x

Wrong version in pom?

2008-02-18 Thread Esteban Franqueiro
Hi. Why the pom.xml in /jackrabbit/branches/1.4/jackrabbit-core/pom.xml has verion tag 1.4.1? Is this a mistake? Or it's supposed to be that way? Regards, Esteban Franqueiro [EMAIL PROTECTED] Notice: This email message, together with any attachments, may contain information of

[jira] Updated: (JCR-1388) Jackrabbit does not allow concurrent reads to the data store if copyWhenReading=false

2008-02-15 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Esteban Franqueiro updated JCR-1388: Attachment: JCR-1388-datastore-concurrent-reads.patch This patch addresses the issue by

[jira] Created: (JCR-1388) Jackrabbit does not allow concurrent reads to the data store if copyWhenReading=false

2008-02-15 Thread Esteban Franqueiro (JIRA)
: Jackrabbit Issue Type: Improvement Components: jackrabbit-core Affects Versions: 1.4 Environment: WinXP x64, Eclipse, remote SQL Server 2005 Reporter: Esteban Franqueiro Jackrabbit does not allow concurrent reads to the data store if copyWhenReading

Re: [jira] Commented: (JCR-1154) Database Data Store

2008-02-15 Thread Esteban Franqueiro
l consider this next time :) > Also, please avoid putting multiple independent changes in a single issue or > patch. For example > the test cases should go to JCR-1187 and the concurrent read patch should go > to a new improvement > issue. I'll create a new improvemen

[jira] Updated: (JCR-1187) Asking a property twice for it's stream returns the same stream instance

2008-02-15 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Esteban Franqueiro updated JCR-1187: Attachment: (was: TestTwoGetStreams.java) > Asking a property twice for it'

[jira] Updated: (JCR-1187) Asking a property twice for it's stream returns the same stream instance

2008-02-15 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Esteban Franqueiro updated JCR-1187: Attachment: (was: DataStoreTestUtils.java) > Asking a property twice for it'

[jira] Updated: (JCR-1187) Asking a property twice for it's stream returns the same stream instance

2008-02-15 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Esteban Franqueiro updated JCR-1187: Attachment: TestTwoGetStreams.java DataStoreTestUtils.java This are updated

[jira] Updated: (JCR-1154) Database Data Store

2008-02-14 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Esteban Franqueiro updated JCR-1154: Attachment: datastore-concurrent-reads.zip The attachment contains a test class for the

Re: On the extensibility of the core

2008-02-14 Thread Esteban Franqueiro
ther things I mentioned were present in the code I uploaded in JCR-1954. Regards, Esteban Franqueiro [EMAIL PROTECTED] Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc., its subsidiaries and affiliated entities, that may be confi

DbDataStore doesn't support concurrent reads

2008-02-13 Thread Esteban Franqueiro
ociate the DB resources with the stream, leaving them open until the stream is closed. I have this code working with Jackrabbit 1.3 in the previous version of my app. I will move to 1.4 and upload a patch. Regards, Esteban Franqueiro [EMAIL PROTECTED] Notice: This email message, togethe

On the extensibility of the core

2008-02-13 Thread Esteban Franqueiro
stion is: do we wan't people not being able to extend Jackrabbit in this way? Regards, Esteban Franqueiro [EMAIL PROTECTED] Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc., its subsidiaries and affiliated entities, that

[jira] Commented: (JCR-1154) Database Data Store

2008-02-05 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565754#action_12565754 ] Esteban Franqueiro commented on JCR-1154: - The following javadoc comment shoul

Re: Why there's no jcr-1.0.jar in 1.4 war dist?

2008-02-01 Thread Esteban Franqueiro
> prototype installation bundles, etc. would all be very helpful. In the mean time, why not putting up a sign in the doc/download page saying "download jcr jar from... and put it in the ... directory of Tomcat"? (if there's such a notice, sorry, I missed it :( ) Regards, Esteb

Re: Cannot update node's property using JcrTemplate

2008-01-30 Thread Esteban Franqueiro
tions. Hi Paddy. I'm using springmodules 0.6 jcr module and I'm having some dificulties with Jackrabbit 1.4. What's the problem you're having? Regards, Esteban Franqueiro [EMAIL PROTECTED] Notice: This email message, together with any attachments, may contain information

[jira] Commented: (JCR-1306) Reduce number of different repository.xml present with jackrabbit-core

2008-01-30 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12564019#action_12564019 ] Esteban Franqueiro commented on JCR-1306: - I agree with Jukka in that we should

[jira] Commented: (JCR-1330) repository.xml DTD doesn't allow element

2008-01-21 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12561096#action_12561096 ] Esteban Franqueiro commented on JCR-1330: - Shouldn't the org.jackrabbit.use

Re: Deadlock in XA Environment

2008-01-17 Thread Esteban Franqueiro
> there were some deadlock issues in 1.3 that were fixed in 1.3.1... > assuming by 1.3 you mean 1.3 and not 1.3.1. If you want to stick with 1.3, try 1.3.3 instead of 1.3.1. If not, better upgrade to 1.4. Just a suggestion. Regards, Esteban Franqueiro [EMAIL PROTECTED] Notice: This

Jackrabbit roadmap

2008-01-11 Thread Esteban Franqueiro
d. Regards, Esteban Franqueiro [EMAIL PROTECTED] Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc., its subsidiaries and affiliated entities, that may be confidential, proprietary, copyrighted and/or legally privileged, and is intended

Re: [VOTE] Release Apache Jackrabbit 1.4

2008-01-11 Thread Esteban Franqueiro
> Hi, > > On Jan 11, 2008 4:26 PM, Esteban Franqueiro <[EMAIL PROTECTED]> wrote: >> In the release notes, shouldn't there be a note about the data store? > > I mention a "new storage model for binary content" in addition to > listing the data store fe

Re: [VOTE] Release Apache Jackrabbit 1.4

2008-01-11 Thread Esteban Franqueiro
Hi Jukka. In the release notes, shouldn't there be a note about the data store? Regards, Esteban Franqueiro [EMAIL PROTECTED] Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc., its subsidiaries and affiliated entities, that m

QueryRootNode constructor

2008-01-04 Thread Esteban Franqueiro
Hi all. I was wandering why the QueryRootNode was made protected, instead of public like it used to be. In our application we have our own LuceneQueryProvider that contains a QueryRootNode field, but this doesn't work anymore with 1.4. How can I work around this? Regards, Esteban Franq

[jira] Commented: (JCR-1284) Use bundle persistence in default configuration

2008-01-02 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12555344#action_12555344 ] Esteban Franqueiro commented on JCR-1284: - Is this going to be fixed anytime

[jira] Commented: (JCR-1284) Use bundle persistence in default configuration

2008-01-02 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12555299#action_12555299 ] Esteban Franqueiro commented on JCR-1284: - Hi Jukka. I asked in the lists some

[jira] Commented: (JCR-1250) When adding a large (100MB) binary to the DbDataStore, it fails with an insufficient memory exception

2007-12-21 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12554002 ] Esteban Franqueiro commented on JCR-1250: - I'm just reporting that I run BigBinaryTest with the defaul

[jira] Commented: (JCR-1250) When adding a large (100MB) binary to the DbDataStore, it fails with an insufficient memory exception

2007-12-21 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553987 ] Esteban Franqueiro commented on JCR-1250: - Hi Thomas. My guess is that there is some overhead somewhere, but

[jira] Commented: (JCR-1250) When adding a large (100MB) binary to the DbDataStore, it fails with an insufficient memory exception

2007-12-20 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553705 ] Esteban Franqueiro commented on JCR-1250: - Here are my results. url: jdbc:sqlserver://et:1433;databaseName

[jira] Commented: (JCR-73) Improve Javadoc documentation

2007-12-19 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-73?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553446 ] Esteban Franqueiro commented on JCR-73: --- The javadoc in org.apache.jackrabbit.name.NamespaceResolver deprectes the

[jira] Commented: (JCR-1276) A Property and a Node Can Have the Same Name

2007-12-19 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553419 ] Esteban Franqueiro commented on JCR-1276: - It seems that the last commit deleted some changes from previous

[jira] Commented: (JCR-1250) When adding a large (100MB) binary to the DbDataStore, it fails with an insufficient memory exception

2007-12-18 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552782 ] Esteban Franqueiro commented on JCR-1250: - >From jcr.log: [main] ConnectionRecoveryManager: Datab

[jira] Commented: (JCR-1154) Database Data Store

2007-12-17 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552534 ] Esteban Franqueiro commented on JCR-1154: - Thomas, with the test I posted in JCR-1250 I see that there's

  1   2   >