Re: General Packaging mechanism

2007-02-21 Thread Tobias Bocanegra
correct. i created a small test class that writes and reads from a jar file. and everything works ok. no matter whatever platform-encoding i use on my system. so, i see no problem using the zip-io from jdk1.4. regards, toby public class JarTest { public static void main(String[] args) throws

[jira] Updated: (JCR-760) Default blob size for mysql ddl too small

2007-02-21 Thread fabrizio giustina (JIRA)
[ https://issues.apache.org/jira/browse/JCR-760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] fabrizio giustina updated JCR-760: -- Attachment: mysql_ddl.diff patch for mysql.ddl (blob->mediumblob) > Default blob size for mysql d

[jira] Created: (JCR-760) Default blob size for mysql ddl too small

2007-02-21 Thread fabrizio giustina (JIRA)
Default blob size for mysql ddl too small - Key: JCR-760 URL: https://issues.apache.org/jira/browse/JCR-760 Project: Jackrabbit Issue Type: Improvement Components: core Affects Versions:

Bundle Persistence Manager

2007-02-21 Thread Tobias Bocanegra
hi martjin, i'm aware of some of those bugs. and will shortly fix them. i tested with derby and H2 and those seem to work. however, i would be happy if we could contribute the pms and fix the bugs afterwards, once the code is committed to jackrabbit. otherwise we would have to create a new patch

[ANNOUNCE] Apache Jackrabbit 1.2.2 released

2007-02-21 Thread Jukka Zitting
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit version 1.2.2. The release is available for download at: http://jackrabbit.apache.org/downloads.cgi Release Notes -- Apache Jackrabbit -- Version 1.2.2 Introduction Apache Jackrabbit is a f

Re: General Packaging mechanism

2007-02-21 Thread Nicolas
Hi, This link might help I think: http://www.peterbuettner.de/develop/javasnippets/zipOnlyAscii/index.html The important excerpt: "After investigation of the native code i found, that they interpret the names in the zip as utf-8 encoded. The bytes are transformed into a String nevertheless if th

Re: General Packaging mechanism

2007-02-21 Thread Julian Reschke
Tobias Bocanegra schrieb: >> Unrelated to that...: >> >> > - use a standard format for the archive (i.e. zip/jar) >> >> If you use ZIP/JAR as format, how are you going to handle non-ASCII >> characters in filenames in a portable way? > > all non-valid filesystem characters are escaped using url-es

Re: General Packaging mechanism

2007-02-21 Thread Tim Kettering
isn't .car also used in J2EE for the database connector packages often used in J2EE servers such as Geronimo? On Feb 21, 2007, at 8:25 AM, Julian Reschke wrote: Tobias Bocanegra schrieb: well, it seems that they use now .sar as new extension: "In the past SAP developed the tool and named i

Re: General Packaging mechanism

2007-02-21 Thread Tobias Bocanegra
Unrelated to that...: > - use a standard format for the archive (i.e. zip/jar) If you use ZIP/JAR as format, how are you going to handle non-ASCII characters in filenames in a portable way? all non-valid filesystem characters are escaped using url-escaping %xx or %u. actually i haven't loo

[jira] Commented: (JCR-322) Support node type modification and removal

2007-02-21 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474699 ] Jukka Zitting commented on JCR-322: --- We don't seem to have a good consensus on how to resolve this. I suggest to take

Re: General Packaging mechanism

2007-02-21 Thread Julian Reschke
Tobias Bocanegra schrieb: well, it seems that they use now .sar as new extension: "In the past SAP developed the tool and named it CAR. The extensions of all compressed files were named ".CAR" as well. In SAP release 4.6C SAP decided to enhance the functionality of the CAR utility a bit. Therefo

[jira] Commented: (JCR-322) Support node type modification and removal

2007-02-21 Thread Anton Slutsky (JIRA)
[ https://issues.apache.org/jira/browse/JCR-322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474696 ] Anton Slutsky commented on JCR-322: --- So has this issue been fixed and I just didnt notice? Or did I say something st

Re: General Packaging mechanism

2007-02-21 Thread Tobias Bocanegra
well, it seems that they use now .sar as new extension: "In the past SAP developed the tool and named it CAR. The extensions of all compressed files were named ".CAR" as well. In SAP release 4.6C SAP decided to enhance the functionality of the CAR utility a bit. Therefore, the internal structure

Re: General Packaging mechanism

2007-02-21 Thread Julian Reschke
Tobias Bocanegra schrieb: hi all, 2 weeks ago we promised to contribute our package mechanism for jcr content to the jackrabbit project [JCR-733]. after a lengthy (internal) discussion we decided to completely re-develop a new content archiver that is based on a filesystem-like abstraction of the

Re: svn commit: r509968 - /jackrabbit/trunk/pom.xml

2007-02-21 Thread Jukka Zitting
Hi, On 2/21/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Log: Correcting status of przemo. Good point, thanks! BR, Jukka Zitting

Re: [VOTE] Include BundlePersistenceManager Contribution [JCR-755]

2007-02-21 Thread Przemo Pakulski
+1 Regards, Przemo

General Packaging mechanism

2007-02-21 Thread Tobias Bocanegra
hi all, 2 weeks ago we promised to contribute our package mechanism for jcr content to the jackrabbit project [JCR-733]. after a lengthy (internal) discussion we decided to completely re-develop a new content archiver that is based on a filesystem-like abstraction of the content in jcr. a content

Re: Errors with new cluster feature

2007-02-21 Thread Miguel Ángel Jiménez
Hi, I'm testing the new DatabaseJournal with a PostgreSQL. Since there was no ddl for this database I had to generate one and thought you could upload it to subversion. Regards, On 21/02/07, Dominique Pfister <[EMAIL PROTECTED]> wrote: Hi Miguel On 2/20/07, Miguel Ángel Jiménez <[EMAIL PROTE

Potential Apache Jackrabbit 1.2.3 release

2007-02-21 Thread Jukka Zitting
Hi, I've added a 1.2.3 release tag in Jira for tagging bug fixes that should go out already before the upcoming 1.3 release. I'm still not decided whether cutting another patch release from the 1.2 branch makes sense given that I'd like to release 1.3 already in March once the JCR-733 and JCR-755

Re: Errors with new cluster feature

2007-02-21 Thread Dominique Pfister
Hi Miguel On 2/20/07, Miguel Ángel Jiménez <[EMAIL PROTECTED]> wrote: Thanks again for the response. I have another issue about FileJournal. In our test environment, we have several instances doing concurrent modifications to the repository and have been able to trace what I see as a possible bu

[jira] Updated: (JCR-756) Concurrent add/remove child node operations in a cluster may corrupt repository.

2007-02-21 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-756: -- Fix Version/s: 1.2.3 Affects Version/s: 1.2.2 > Concurrent add/remove child node operations in a c

[jira] Updated: (JCR-758) QueryResult's RowIterator.getSize returned the wrong size of the results after I implemented my own AccessManager

2007-02-21 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-758: -- Component/s: query Fix Version/s: 1.2.3 Affects Version/s: 1.2.2 Tagged for the 1.2.3 re

[jira] Resolved: (JCR-758) QueryResult's RowIterator.getSize returned the wrong size of the results after I implemented my own AccessManager

2007-02-21 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-758. -- Resolution: Fixed Forbidden nodes are not tracked correctly in the result set. Fixed in trunk: 50