Re: Connection Problems

2010-02-24 Thread Thomas Müller
Hi Jack Rabbit, I have seen several forum postings mentioning that in previous versions a single connection is held open per workspace, regardless of whether a datasource is used. First and foremost, is this accurate, and up to what version? That's correct. Up to version 1.6 - see also the

Re: AW: UserManagement

2010-02-24 Thread Angela Schreiber
Felix Meschberger wrote: Hi, On 23.02.2010 11:48, Angela Schreiber wrote: Cech. Ulrich wrote: Hi Angela, Authorizable#remove But the next start of the repository, the anonymous account is automatically recreated although the anonymous account is commented out in repository.xml. I tried this

Re: AW: AW: AW: UserManagement

2010-02-24 Thread Ian Boston
Ulrich, I am glad you got sorted out, in spite of me adding confusion. Angela, Felix, Thank you for untangling this one and Sorry, in future I'll resist trying to answer these sort of questions on a train without access to the code base. Ian On 24 Feb 2010, at 07:53, Cech. Ulrich wrote: Hi,

SearchIndex.textFilterClasses obsolete with JR2?, typo in JackrabbitParser

2010-02-24 Thread Marc Speck
Hi, 1. Does the use of Tika replace the configuration of SearchIndex.textFilterClasses? If I read the code correctly, all formats in tika-config.xml are configured by default. So SearchIndex.textFilterClasses is only used for types not declared in tika-config.xml, right? 2. According to [a] (and

Trying to migrate my app from jackrabbit 1.4 to 1.5

2010-02-24 Thread Paco Avila
Hi, I am trying to migrate OpenKM from jackrabbit 1.4 to 1.5 and have some problems. Basically is due changes to the authorization / authentication stuff. My security configuration was: Security appName=OpenKM AccessManager class=com.openkm.core.OKMAccessManager/ !-- AccessManager

Re: Trying to migrate my app from jackrabbit 1.4 to 1.5

2010-02-24 Thread Paco Avila
Stupid of me because I didn't change the Security appName=... to match the JBoss JAAS configuration... But now there is another exception: javax.jcr.LoginException: CallbackHandler does not support: javax.security.auth.callback.namecallb...@cbfec8: CallbackHandler does not support:

Re: AW: AW: AW: UserManagement

2010-02-24 Thread Felix Meschberger
Hi Ian, No problem -- and I think, I only found the nitty-gritty problem based on both your and Angela's posts ... Regards Felix On 24.02.2010 10:13, Ian Boston wrote: Ulrich, I am glad you got sorted out, in spite of me adding confusion. Angela, Felix, Thank you for untangling this one

Re: AW: UserManagement

2010-02-24 Thread Felix Meschberger
Hi Angela, On 24.02.2010 09:36, Angela Schreiber wrote: Felix Meschberger wrote: Hi, On 23.02.2010 11:48, Angela Schreiber wrote: Cech. Ulrich wrote: Hi Angela, Authorizable#remove But the next start of the repository, the anonymous account is automatically recreated although the

jackrabbit 2.0 query options

2010-02-24 Thread ChadDavis
I chose to use the JQOM API for my search implementation. However, it's a bit buggy, I think. Could be user error, but I think there are some bugs. Would it be worth my time to switch to one of the other query API's on the basis that something like XPath, which seems to enjoy a larger user