Re: [ANNOUNCE] Apache Jackrabbit Oak 1.0.0 released

2014-05-21 Thread Jukka Zitting
Hi,

On Tue, May 20, 2014 at 6:00 PM, Lukas Kahwe Smith sm...@pooteeweet.org wrote:
 are there also plans to release compiled versions? especially a standalone 
 version was
 quite popular for people in the PHP world to get their feet wet with 
 Jackrabbit.

Yes, there's the oak-run jar that's somewhat similar to
jackrabbit-standalone. It however still needs some work so I didn't
feel it's time yet to provide it as a direct download. Oak 1.1
perhaps...

BR,

Jukka Zitting


Re: How to activate a SecurityProvider

2014-05-21 Thread Galo Gimenez
Thanks that was it!

-- Galo


On Tue, May 20, 2014 at 10:22 PM, Chetan Mehrotra chetan.mehro...@gmail.com
 wrote:

 On Tue, May 20, 2014 at 7:36 PM, Galo Gimenez galo.gime...@gmail.com
 wrote:
  I am running an old version of Felix, maybe that is the problem?

 Looks like you are using an old version of SCR. Try to run with more
 recent version of SCR.

 Chetan Mehrotra




-- 
-- Galo


My repository is not indexing PDFs, what am I missing?

2014-05-21 Thread Bertrand Delacretaz
Hi,

I'm upgrading the OakSlingRepositoryManager used for Sling tests to
Oak 1.0, and it's not indexing PDFs anymore - it used to with oak 0.8.

After uploading a text file to /tmp, the
/jcr:root/foo//*[jcr:contains(.,'some word')] query finds it, but the
same doesn't work with a PDF.

My repository setup is in the OakSlingRepositoryManager [1] - am I
missing something in there?

-Bertrand

[1] 
https://svn.apache.org/repos/asf/sling/trunk/bundles/jcr/oak-server/src/main/java/org/apache/sling/oak/server/OakSlingRepositoryManager.java


Re: My repository is not indexing PDFs, what am I missing?

2014-05-21 Thread Chetan Mehrotra
Hi Bertrand,

This might be due to OAK-1462. We had to disable the
LuceneIndexProvider form getting registered as OSGi service due to
handle case where LuceneIndexProvider was getting registered twice (1
default and other for Aggregate case). Would try to resolve this soon
by next week and then it should work fine
Chetan Mehrotra


On Wed, May 21, 2014 at 8:58 PM, Bertrand Delacretaz
bdelacre...@apache.org wrote:
 Hi,

 I'm upgrading the OakSlingRepositoryManager used for Sling tests to
 Oak 1.0, and it's not indexing PDFs anymore - it used to with oak 0.8.

 After uploading a text file to /tmp, the
 /jcr:root/foo//*[jcr:contains(.,'some word')] query finds it, but the
 same doesn't work with a PDF.

 My repository setup is in the OakSlingRepositoryManager [1] - am I
 missing something in there?

 -Bertrand

 [1] 
 https://svn.apache.org/repos/asf/sling/trunk/bundles/jcr/oak-server/src/main/java/org/apache/sling/oak/server/OakSlingRepositoryManager.java