RE: is cmis package supposed to be compilabe?

2009-01-22 Thread Jens Hübel
Thanks Dominique! I will try to get the snapshot version. I am aware that this is a sandbox project. I just want to have a look at your activities there and get a better understanding about your plans and activities around cmis. Jens -Original Message- From: Dominique Pfister [mailto:d

Re: Reg SimpleLoginModule and SimpleAccessManager extension ..

2009-01-22 Thread imadhusudhanan
THanks Jukka. Regards, MadhuSudhanan I. www.zoho.com 'If you wanna walk quick Walk Alone, if you wanna walk far Walk Together ..." On Thu, 22 Jan 2009 Jukka Zitting wrote > Hi, > > On Thu, Jan 22, 2009 at 4:25 PM, imadhusudhanan > wrote: > > Can't I by pass the Authentic

Re: Reg SimpleLoginModule and SimpleAccessManager extension ..

2009-01-22 Thread Jukka Zitting
Hi, On Thu, Jan 22, 2009 at 4:25 PM, imadhusudhanan wrote: > Can't I by pass the Authentication technique used by jackrabbit i.e. JAAS > and provide my own authentication technique ie Basic Auth which i already > implemented in my webapp. Jackrabbit always uses JAAS to manage authentication, but

Re: Exception while recompiling the src code of JR ..

2009-01-22 Thread Jukka Zitting
Hi, On Thu, Jan 22, 2009 at 7:46 PM, imadhusudhanan wrote: > When I try to debug the source of JR - core 1.4.6 , esp the > SimpleLoginModule.java , say I put a couple of Sysouts in the code to find > the credential info when the user logs in, and then I update the > JR-core-1.4.6 jar and run

Exception while recompiling the src code of JR ..

2009-01-22 Thread imadhusudhanan
Dear All, When I try to debug the source of JR - core 1.4.6 , esp the SimpleLoginModule.java , say I put a couple of Sysouts in the code to find the credential info when the user logs in, and then I update the JR-core-1.4.6 jar and run my server, I get the following exception when my webdav

[VOTE] Release jackrabbit-core 1.4.8

2009-01-22 Thread Jukka Zitting
Hi, I have posted a candidate for the jackrabbit-core 1.4.8 release at: http://people.apache.org/~jukka/jackrabbit/core-1.4.8/ See the RELEASE-NOTES.txt file (also included at the end of this message) for details on release contents and latest changes. The release candidate is a jar archive o

[jira] Updated: (JCR-1949) NullPointerException on DelegatingObservationDispatcher cause by parameter null on call : createEventStateCollection(null)

2009-01-22 Thread Sandrine Raffalli (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandrine Raffalli updated JCR-1949: --- Component/s: versioning jackrabbit-core > NullPointerException on DelegatingOb

Re: is cmis package supposed to be compilabe?

2009-01-22 Thread Dominique Pfister
Hi Jens, jcr-cmis depends on a SNAPSHOT version of jackrabbit, namely 1.6-SNAPSHOT. In order to compile it, you'll need to install a snapshot build of jackrabbit in your maven repository: > svn co http://svn.apache.org/repos/asf/jackrabbit/trunk jackrabbit > cd jackrabbit > mvn install A word of

[jira] Commented: (JCR-1841) Workspace.xml can't be loaded if it has a BOM

2009-01-22 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12666186#action_12666186 ] Jukka Zitting commented on JCR-1841: Merged to the 1.4 branch in revision 736684. > Work

is cmis package supposed to be compilabe?

2009-01-22 Thread Jens Hübel
Hi, I tried to compile today the jackrabbit trunk. Thanks to maven this was amazingly simple - cool! However I failed trying to compile the cmis package from the sandbox. I checked out from subversion to an Eclipse subproject called jcr-cmis and this has the following properties: Path:

[jira] Updated: (JCR-1714) QueryImpl result offSet must be considered after security class grant the item.

2009-01-22 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-1714: --- Fix Version/s: (was: core 1.4.8) Merging this to 1.4 seems non-trivial, so I'm leaving this to 1.5.

[jira] Commented: (JCR-1866) Query may throw ArrayIndexOutOfBoundsException

2009-01-22 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12666183#action_12666183 ] Jukka Zitting commented on JCR-1866: Merged to the 1.4 branch in revision 736682. > Quer

[jira] Resolved: (JCR-1950) Testing for indexable properties should check the default indexable properties first

2009-01-22 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-1950. --- Resolution: Fixed Fix Version/s: 1.6.0 Good point! Changed as proposed in revision: 736

[jira] Updated: (JCR-1950) Testing for indexable properties should check the default indexable properties first

2009-01-22 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger updated JCR-1950: -- Summary: Testing for indexable properties should check the default indexable properties first (w

Re: Should rep:similar search return node itself?

2009-01-22 Thread Marcel Reutegger
Hi, you are probably right, that in most cases one is not interested in the node that was given to rep:similar. but I guess we cannot easily change this behavior, because of backward compatibility. maybe we can add a third optional parameter that tells the function to exclude the base node? regar

Re: Reg SimpleLoginModule and SimpleAccessManager extension ..

2009-01-22 Thread imadhusudhanan
Thanks Jukka, BTW I have few questions, Can't I by pass the Authentication technique used by jackrabbit i.e. JAAS and provide my own authentication technique ie Basic Auth which i already implemented in my webapp. Regards, MadhuSudhanan I. www.zoho.com 'If you wanna walk quick Wa

[jira] Commented: (JCR-1590) JSR 283: Locking

2009-01-22 Thread angela (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12666153#action_12666153 ] angela commented on JCR-1590: - rev 736658: - lock token handling TODOs: - timeout - session-sc

[jira] Commented: (JCR-1035) Jackrabbit JCA - The client can bypass the managed connection and get the underlying JCR Session

2009-01-22 Thread Alexander Klimetschek (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12666134#action_12666134 ] Alexander Klimetschek commented on JCR-1035: I think this cannot be fixed, since

Re: Reg SimpleLoginModule and SimpleAccessManager extension ..

2009-01-22 Thread Jukka Zitting
Hi, On Thu, Jan 22, 2009 at 1:11 PM, imadhusudhanan wrote: > If you dont mind .. could u pls send me the jaas documentation link. See for example: http://java.sun.com/j2se/1.4.2/docs/guide/security/jaas/tutorials/GeneralAcnOnly.html Also, you might want to take a look at the LoginModule impleme

Re: Reg SimpleLoginModule and SimpleAccessManager extension ..

2009-01-22 Thread imadhusudhanan
If you dont mind .. could u pls send me the jaas documentation link. I m tired of searching and literally confused seeing lot many solutions.take care. Regards, MadhuSudhanan I. www.zoho.com 'If you wanna walk quick Walk Alone, if you wanna walk far Walk Together ..." On Thu, 22 Jan 2009

[jira] Created: (JCR-1950) Tesing for indexable properties should check the deault indexable properties first

2009-01-22 Thread Yoav Landman (JIRA)
Tesing for indexable properties should check the deault indexable properties first -- Key: JCR-1950 URL: https://issues.apache.org/jira/browse/JCR-1950 Project: Jackrabbi

[jira] Created: (JCR-1949) NullPointerException on DelegatingObservationDispatcher cause by parameter null on call : createEventStateCollection(null)

2009-01-22 Thread Sandrine Raffalli (JIRA)
NullPointerException on DelegatingObservationDispatcher cause by parameter null on call : createEventStateCollection(null) -- Key: JCR-1949 URL

Re: Reg SimpleLoginModule and SimpleAccessManager extension ..

2009-01-22 Thread Jukka Zitting
Hi, On Thu, Jan 22, 2009 at 10:31 AM, imadhusudhanan wrote: > I plannin to extend the SimpleLoginModule and SimpleAccessManager and > customize the same for my application. Firstly, how do I get the > crendentials of the user when he inputs it thru the authentiation window. Is > there a possi

[jira] Updated: (JCR-1948) Let the AbstractISMLockingTest tests fail properly

2009-01-22 Thread Martijn Hendriks (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martijn Hendriks updated JCR-1948: -- Attachment: AbstractISMLockingTest.patch The attached patch solves the issue by calling fail on t

[jira] Created: (JCR-1948) Let the AbstractISMLockingTest tests fail properly

2009-01-22 Thread Martijn Hendriks (JIRA)
Let the AbstractISMLockingTest tests fail properly -- Key: JCR-1948 URL: https://issues.apache.org/jira/browse/JCR-1948 Project: Jackrabbit Content Repository Issue Type: Improvement

Reg SimpleLoginModule and SimpleAccessManager extension ..

2009-01-22 Thread imadhusudhanan
Dear All, I plannin to extend the SimpleLoginModule and SimpleAccessManager and customize the same for my application. Firstly, how do I get the crendentials of the user when he inputs it thru the authentiation window. Is there a possibility to get the SimpleCredential Object so the I use t

[jira] Commented: (JCR-1342) Create OSGi Bundle Manifest Headers

2009-01-22 Thread Martin Zdila (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12666086#action_12666086 ] Martin Zdila commented on JCR-1342: --- I think that also jackrabbit-text-extractors, jackrabb