Re: Apache Jackrabbit 1.5.0 build 2

2008-10-24 Thread Thomas Müller
Hi, What about: Upgrading to Jackrabbit 1.5 --- The repository.xml configuration should now include a doctype, as in: !DOCTYPE Repository PUBLIC -//The Apache Software Foundation//DTD Jackrabbit 1.5//EN http://jackrabbit.apache.org/dtd/repository-1.5.dtd; If the

Re: Apache Jackrabbit 1.5.0 build 2

2008-10-24 Thread Torgeir Veimo
On 24 Oct 2008, at 17:26, Thomas Müller wrote: Upgrading to Jackrabbit 1.5 --- Also, it seems now a proper login is required. This could maybe be added in the release notes with an example? And it seems a fairly recent version of commons io is required. --

Mssql versus sqlserver

2008-10-24 Thread Bart van der Schans
Hi, In almost all cases MS SQL Server is referred to with the schema name 'mssql' [1,2,3,4] except for the DbDataStore [5] for which the schema is called 'sqlserver'. The property to set the schema is also not called 'schema', but 'databaseType'. These kind of inconsistencies can be quite

[jira] Created: (JCR-1835) Database Data Store: support database type 'mssql'

2008-10-24 Thread Thomas Mueller (JIRA)
Database Data Store: support database type 'mssql' -- Key: JCR-1835 URL: https://issues.apache.org/jira/browse/JCR-1835 Project: Jackrabbit Issue Type: Improvement Components:

[jira] Resolved: (JCR-1835) Database Data Store: support database type 'mssql'

2008-10-24 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller resolved JCR-1835. - Resolution: Fixed Implemented in revision 707630 Database Data Store: support database type

Re: Mssql versus sqlserver

2008-10-24 Thread Thomas Müller
Hi, In almost all cases MS SQL Server is referred to with the schema name 'mssql' [1,2,3,4] except for the DbDataStore [5] for which the schema is called 'sqlserver'. I didn't think about that. I added support for 'mssql' in https://issues.apache.org/jira/browse/JCR-1835 The reason for

[jira] Created: (JCR-1836) Persistence: support property databaseType

2008-10-24 Thread Thomas Mueller (JIRA)
Persistence: support property databaseType -- Key: JCR-1836 URL: https://issues.apache.org/jira/browse/JCR-1836 Project: Jackrabbit Issue Type: Improvement Reporter: Thomas Mueller

Workspace.xml can't be loaded if it has a BOM

2008-10-24 Thread Grégory Joseph
Hi, I wondered if there was a specific reason why workspace.xml files are loaded using a FileReader instead of an InputStream in RepositoryConfig? If the workspace.xml file has a bom (which could happen if someone edited the file manually with some misbehaving editor), then it can't be

Re: Mssql versus sqlserver

2008-10-24 Thread Bart van der Schans
Thomas Müller wrote: Hi, In almost all cases MS SQL Server is referred to with the schema name 'mssql' [1,2,3,4] except for the DbDataStore [5] for which the schema is called 'sqlserver'. I didn't think about that. I added support for 'mssql' in

[jira] Created: (JCR-1837) Mac OS X 10.5 (leopard) transfert trouble

2008-10-24 Thread JIRA
Mac OS X 10.5 (leopard) transfert trouble - Key: JCR-1837 URL: https://issues.apache.org/jira/browse/JCR-1837 Project: Jackrabbit Issue Type: Bug Components: jackrabbit-webdav

ReferenceCollectionConverterImpl without annotations

2008-10-24 Thread Shrirang J. Edgaonkar
Hi, I am trying to implement ReferenceCollectionConverterImpl using ocm for referencing child beans from parent beans. The test cases do not cover the scanario wihtout annotations. Looks like there is some bug in the implementation. Anyone know this? Cheers, Shrirang