Re: org.apache.jackrabbit.jcr2spi.NodeImpl question

2009-10-28 Thread Marcel Reutegger
Hi, IIUC, this tells setProperty() on line 320 that it does not need to convert the value to another type and that it should use the type present on the passed value instance. though, it seems inconsistent because all other setProperty() methods pass the type that is also present in the value.

[jira] Commented: (JCR-1087) Maintain the cluster revision table

2009-10-28 Thread Martijn Hendriks (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12770827#action_12770827 ] Martijn Hendriks commented on JCR-1087: --- I'm afraid there's no documentation yet. I'll

[jira] Commented: (JCR-2362) Drop the jackrabbit-jcr-client component

2009-10-28 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12770830#action_12770830 ] Thomas Mueller commented on JCR-2362: - access a jr repository remotely And you can't do

[jira] Resolved: (JCR-2365) HTML Text Extractor does not extract or index numerics

2009-10-28 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-2365. --- Resolution: Fixed Fix Version/s: 2.0.0 1.6.1 This issue does not

Re: svn commit: r829798 - in /jackrabbit/trunk/jackrabbit-core/src: main/java/org/apache/jackrabbit/core/ main/java/org/apache/jackrabbit/core/config/ main/java/org/apache/jackrabbit/core/security/a

2009-10-28 Thread Jukka Zitting
Hi, On Tue, Oct 27, 2009 at 4:46 PM, Marcel Reutegger marcel.reuteg...@gmx.net wrote: On Mon, Oct 26, 2009 at 14:48,  ju...@apache.org wrote: Use the standard java.beans classes instead of BeanMap for the configured bean properties. the use of java.beans can cause quite some trouble. the

[jira] Resolved: (JCR-2366) rep:excerpt does not properly highlight phrase based searches

2009-10-28 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-2366. --- Resolution: Invalid There is an alternative excerpt provider implementation that handles

[jira] Commented: (JCR-2362) Drop the jackrabbit-jcr-client component

2009-10-28 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12770891#action_12770891 ] Tobias Bocanegra commented on JCR-2362: --- i try to explain it better. the idea is to

[jira] Commented: (JCR-2362) Drop the jackrabbit-jcr-client component

2009-10-28 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12770911#action_12770911 ] Marcel Reutegger commented on JCR-2362: --- The same is now true for

[jira] Commented: (JCR-2362) Drop the jackrabbit-jcr-client component

2009-10-28 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12770915#action_12770915 ] Jukka Zitting commented on JCR-2362: I think I see Toby's point. We can turn

No repository map or set in o.a.j.core.RepositoryFactoryImpl

2009-10-28 Thread Jukka Zitting
Hi, As discussed in JCR-2360, I was looking at pushing the repository URI support down to implementation-specific repository factories. While doing so, I ran into the REPOSITORY_INSTANCES map and ownRepositories sets in o.a.j.core.RepositoryFactoryImpl. Do we need them, or would it be better to

JackRabbit JCR RMI registry for Websphere 6.1

2009-10-28 Thread Atul Kapoor
We are having central JackRabbit repository which will acessed by various applications. Presently we are using Jboss 4.2.2 as application server. The central repository server deploys the jackrabbit JCA adapter. Also the jackrabbit-jcr-rmi.jar is deployed for remotely acessing the repository.All

Re: No repository map or set in o.a.j.core.RepositoryFactoryImpl

2009-10-28 Thread Thomas Müller
Hi, Remove REPOSITORY_INSTANCES: I think that's generally a good idea. However it would be strange if a repository factory can only create one repository. But instead of an ownRepositories we could add a 'back reference' from the repository to the factory that created it. Regards, Thomas On

[jira] Resolved: (JCR-2367) RepositoryCopier does not copy open-scoped Locks

2009-10-28 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting resolved JCR-2367. Resolution: Fixed Assignee: Jukka Zitting Fixed in revision 830575 and merged to the 1.6

[jira] Created: (JCR-2368) can't insert new record : no space found in the device

2009-10-28 Thread premkumar (JIRA)
can't insert new record : no space found in the device -- Key: JCR-2368 URL: https://issues.apache.org/jira/browse/JCR-2368 Project: Jackrabbit Content Repository Issue Type: Bug

Hudson build became unstable: Jack rabbit-trunk » Jackrabbit Core #897

2009-10-28 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/897/changes

Hudson build became unstable: Jackrabbit-trunk #897

2009-10-28 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/897/changes

[jira] Resolved: (JCR-2364) NullPointerException when accessing the about.jsp page because of missing /META-INF/NOTICE.TXT

2009-10-28 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting resolved JCR-2364. Resolution: Fixed Fix Version/s: 2.0.0 Assignee: Jukka Zitting Fixed in revision

[jira] Resolved: (JCR-2368) can't insert new record : no space found in the device

2009-10-28 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-2368. Resolution: Incomplete you'll have to be a bit more specific. please provide your error

[jira] Commented: (JCR-2334) Tika-based type detection in jcr-server

2009-10-28 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12770992#action_12770992 ] Jukka Zitting commented on JCR-2334: Committed the patch in revision 830670. Felix: in

Build failed in Hudson: Jackrabbit -trunk » Jackrabbit JCR Server #898

2009-10-28 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-jcr-server/898/changes Changes: [jukka] JCR-2334: Tika-based type detection in jcr-server -- [INFO]

Build failed in Hudson: Jackrabbit-trunk #898

2009-10-28 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/898/changes Changes: [jukka] JCR-2334: Tika-based type detection in jcr-server [jukka] JCR-2364: NullPointerException when accessing the about.jsp page because of missing /META-INF/NOTICE.TXT

Hudson build is back to stable: Jac krabbit-trunk » Jackrabbit Core #898

2009-10-28 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/898/

Hudson build is back to normal: Jackra bbit-trunk » Jackrabbit JCR Server #899

2009-10-28 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-jcr-server/899/changes

Hudson build is back to normal: Jackrabbit-trunk #899

2009-10-28 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/899/changes

[jira] Created: (OCM-38) OCM enhanced exceptions.

2009-10-28 Thread Matias Mirabelli (JIRA)
OCM enhanced exceptions. Key: OCM-38 URL: https://issues.apache.org/jira/browse/OCM-38 Project: Jackrabbit OCM Issue Type: Improvement Environment: All operating systems, JDK 1.4+ Reporter: