[jira] Commented: (JCR-350) WebDAV: add support for RFC 3744

2007-07-17 Thread angela (JIRA)

[ 
https://issues.apache.org/jira/browse/JCR-350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513178
 ] 

angela commented on JCR-350:


i'm not working on a implementation for the simple server and i don't know of 
anybody that does. i deliberately postponed this due to the fact that jsr170 
does not
define the access control management and only a very limited amount of access 
control discovery (Session.checkPermission)... and we decided that the 
jcr-server project
shouldn't have any dependency to jackrabbit-core but only to jsr 170.

if i had to implement it i would first have a look at jsr283 
(http://jcp.org/en/jsr/detail?id=283 ) and then try to implement it in a way 
that the dependency to jackrabbit-core
is very limited in order to allow others to replace with their own customized 
security handling and to allow for an easy transition once jsr283 is 
implemented in jackrabbit.

maybe the webdav-library needs some extension for that.

i'm looking forward to your contribution.
angela

 WebDAV: add support for RFC 3744
 

 Key: JCR-350
 URL: https://issues.apache.org/jira/browse/JCR-350
 Project: Jackrabbit
  Issue Type: New Feature
  Components: webdav
Reporter: angela
Assignee: angela
Priority: Minor



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (JCR-388) add support for RFC 3253 to the simple server

2007-07-17 Thread angela (JIRA)

[ 
https://issues.apache.org/jira/browse/JCR-388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513179
 ] 

angela commented on JCR-388:


thanks for the contrib. i will take a look at it as soon as possible.
kind regards
angela

 add support for RFC 3253 to the simple server
 -

 Key: JCR-388
 URL: https://issues.apache.org/jira/browse/JCR-388
 Project: Jackrabbit
  Issue Type: New Feature
  Components: webdav
Affects Versions: 0.9
Reporter: jeremi Joslin
Assignee: angela
Priority: Minor
 Attachments: patch_16JUL07.txt, patch_rfc3253.zip, Review.txt, rfc.zip


 http://www.ietf.org/rfc/rfc3253.txt

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (JCR-388) add support for RFC 3253 to the simple server

2007-07-17 Thread angela (JIRA)

[ 
https://issues.apache.org/jira/browse/JCR-388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513183
 ] 

angela commented on JCR-388:


rob, how did you create the patch? i don't manage to apply it using 
tortoiseSVN...

 add support for RFC 3253 to the simple server
 -

 Key: JCR-388
 URL: https://issues.apache.org/jira/browse/JCR-388
 Project: Jackrabbit
  Issue Type: New Feature
  Components: webdav
Affects Versions: 0.9
Reporter: jeremi Joslin
Assignee: angela
Priority: Minor
 Attachments: patch_16JUL07.txt, patch_rfc3253.zip, Review.txt, rfc.zip


 http://www.ietf.org/rfc/rfc3253.txt

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (JCR-388) add support for RFC 3253 to the simple server

2007-07-17 Thread Ed Burnette (JIRA)

[ 
https://issues.apache.org/jira/browse/JCR-388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513222
 ] 

Ed Burnette commented on JCR-388:
-

(Rob and I work together) I believe he created it with Eclipse Team  Create 
Patch, in unified diff format. I was able to apply it with Eclipse by telling 
it to ignore one or two of the initial path components.

If you need it in some other format let us know.


 add support for RFC 3253 to the simple server
 -

 Key: JCR-388
 URL: https://issues.apache.org/jira/browse/JCR-388
 Project: Jackrabbit
  Issue Type: New Feature
  Components: webdav
Affects Versions: 0.9
Reporter: jeremi Joslin
Assignee: angela
Priority: Minor
 Attachments: patch_16JUL07.txt, patch_rfc3253.zip, Review.txt, rfc.zip


 http://www.ietf.org/rfc/rfc3253.txt

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (JCR-388) add support for RFC 3253 to the simple server

2007-07-17 Thread angela (JIRA)

[ 
https://issues.apache.org/jira/browse/JCR-388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513233
 ] 

angela commented on JCR-388:


hm... i don't use eclipse... can you simply create it from svn?
thanks angela

 add support for RFC 3253 to the simple server
 -

 Key: JCR-388
 URL: https://issues.apache.org/jira/browse/JCR-388
 Project: Jackrabbit
  Issue Type: New Feature
  Components: webdav
Affects Versions: 0.9
Reporter: jeremi Joslin
Assignee: angela
Priority: Minor
 Attachments: patch_16JUL07.txt, patch_rfc3253.zip, Review.txt, rfc.zip


 http://www.ietf.org/rfc/rfc3253.txt

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (JCR-388) add support for RFC 3253 to the simple server

2007-07-17 Thread Bertrand Delacretaz (JIRA)

[ 
https://issues.apache.org/jira/browse/JCR-388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513234
 ] 

Bertrand Delacretaz commented on JCR-388:
-

The patch has some extra path components that must be ignored, this works for 
me:

  cd jackrabbit-jcr-server
  curl -s 
https://issues.apache.org/jira/secure/attachment/12361904/patch_16JUL07.txt | 
patch -p4

There's probably an option in tortoiseSVN to ignore a given number of path 
components



 add support for RFC 3253 to the simple server
 -

 Key: JCR-388
 URL: https://issues.apache.org/jira/browse/JCR-388
 Project: Jackrabbit
  Issue Type: New Feature
  Components: webdav
Affects Versions: 0.9
Reporter: jeremi Joslin
Assignee: angela
Priority: Minor
 Attachments: patch_16JUL07.txt, patch_rfc3253.zip, Review.txt, rfc.zip


 http://www.ietf.org/rfc/rfc3253.txt

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (JCR-388) add support for RFC 3253 to the simple server

2007-07-17 Thread angela (JIRA)

[ 
https://issues.apache.org/jira/browse/JCR-388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513241
 ] 

angela commented on JCR-388:


? bertrand? what do you want to state here

i already stated in the issue in which format i expect the patch. that should 
be sufficient.

 add support for RFC 3253 to the simple server
 -

 Key: JCR-388
 URL: https://issues.apache.org/jira/browse/JCR-388
 Project: Jackrabbit
  Issue Type: New Feature
  Components: webdav
Affects Versions: 0.9
Reporter: jeremi Joslin
Assignee: angela
Priority: Minor
 Attachments: patch_16JUL07.txt, patch_rfc3253.zip, Review.txt, rfc.zip


 http://www.ietf.org/rfc/rfc3253.txt

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (JCR-1033) webapp doesn't compile (use of enum keyword)

2007-07-17 Thread Ed Burnette (JIRA)
webapp doesn't compile (use of enum keyword)


 Key: JCR-1033
 URL: https://issues.apache.org/jira/browse/JCR-1033
 Project: Jackrabbit
  Issue Type: Bug
  Components: webapp
Affects Versions: 1.4
Reporter: Ed Burnette


AbstractConfig.java and JNDIConfig.java have local variables named 'enum' that 
aren't allowed when using JDK5 or later compilers.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (JCR-1033) webapp doesn't compile (use of enum keyword)

2007-07-17 Thread Ed Burnette (JIRA)

 [ 
https://issues.apache.org/jira/browse/JCR-1033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ed Burnette updated JCR-1033:
-

Attachment: j2ee.patch

Trivial changes to use different variable names to make the compiler happy.

 webapp doesn't compile (use of enum keyword)
 

 Key: JCR-1033
 URL: https://issues.apache.org/jira/browse/JCR-1033
 Project: Jackrabbit
  Issue Type: Bug
  Components: webapp
Affects Versions: 1.4
Reporter: Ed Burnette
 Attachments: j2ee.patch


 AbstractConfig.java and JNDIConfig.java have local variables named 'enum' 
 that aren't allowed when using JDK5 or later compilers.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (JCR-388) add support for RFC 3253 to the simple server

2007-07-17 Thread Bertrand Delacretaz (JIRA)

[ 
https://issues.apache.org/jira/browse/JCR-388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513245
 ] 

Bertrand Delacretaz commented on JCR-388:
-

I'm just saying that the patch is indeed in SVN format, the only slight problem 
is that the pathnames are not relative to the jackrabbit root, for example:

--- 
C:/jprojects/eclipse/version_patch/src/main/java/org/apache/jackrabbit/server/io/DefaultIOManager.java
  (revision 556115)
+++ 
C:/jprojects/eclipse/version_patch/src/main/java/org/apache/jackrabbit/server/io/DefaultIOManager.java
  (working copy)

which should ideally be 

  
jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/io/DefaultIOManager.java

This happens frequently depending on people's environments, and SVN clients (I 
assume tortoise does this as well) have an option to ignore a certain number of 
path elements when appliying patches.

So in my example, patch -p4 means ignore C:/jprojects/eclipse/version_patch 
from the pathnames in the patch.

But apart from that the patch is IMHO fine.


 add support for RFC 3253 to the simple server
 -

 Key: JCR-388
 URL: https://issues.apache.org/jira/browse/JCR-388
 Project: Jackrabbit
  Issue Type: New Feature
  Components: webdav
Affects Versions: 0.9
Reporter: jeremi Joslin
Assignee: angela
Priority: Minor
 Attachments: patch_16JUL07.txt, patch_16JUL07.zip, patch_rfc3253.zip, 
 Review.txt, rfc.zip


 http://www.ietf.org/rfc/rfc3253.txt

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (JCR-388) add support for RFC 3253 to the simple server

2007-07-17 Thread angela (JIRA)

[ 
https://issues.apache.org/jira/browse/JCR-388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513248
 ] 

angela commented on JCR-388:


rob, thanks for the new patch. i commit the changes or provide feedback in case 
of a problem latest by end of this week.
kind regards
angela

 add support for RFC 3253 to the simple server
 -

 Key: JCR-388
 URL: https://issues.apache.org/jira/browse/JCR-388
 Project: Jackrabbit
  Issue Type: New Feature
  Components: webdav
Affects Versions: 0.9
Reporter: jeremi Joslin
Assignee: angela
Priority: Minor
 Attachments: patch_16JUL07.txt, patch_16JUL07.zip, patch_rfc3253.zip, 
 Review.txt, rfc.zip


 http://www.ietf.org/rfc/rfc3253.txt

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (JCR-788) Upgrade to Lucene 2.2

2007-07-17 Thread fabrizio giustina (JIRA)

 [ 
https://issues.apache.org/jira/browse/JCR-788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

fabrizio giustina updated JCR-788:
--

Attachment: lucene_2.2.0_patch.diff

The attached patch upgrades the lucene dependency to 2.2.0 (pom update + just a 
few additional methods added in FilteredTermPositions).
Tests run fine after the patch, you should be able to apply this without 
problems.

 Upgrade to Lucene 2.2
 -

 Key: JCR-788
 URL: https://issues.apache.org/jira/browse/JCR-788
 Project: Jackrabbit
  Issue Type: Improvement
  Components: query
Reporter: Marcel Reutegger
Priority: Minor
 Fix For: 1.4

 Attachments: lucene_2.2.0_patch.diff, patch.txt


 Lucene 2.1 contains a number of useful enhancements, which could be benefical 
 to jackrabbit:
 - less locking on index updates - less IO calls
 - introduces FieldSelector - allows jackrabbit to only load required fields

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.