[jira] Reopened: (SLING-1401) Samples should use sling:authRequestLogin=true instead of setting Allow Anonymous Access to false.

2010-02-23 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger reopened SLING-1401: -- IMHO we should instruct users to use the real login servlet at /system/sling/login to

[jira] Commented: (SLING-1315) java.lang.ClassNotFoundException during jsp compilation

2010-02-23 Thread zhangchunlong (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12837162#action_12837162 ] zhangchunlong commented on SLING-1315: -- Just a quick update, this issue still happens

[jira] Updated: (SLING-1315) java.lang.ClassNotFoundException during jsp compilation

2010-02-23 Thread zhangchunlong (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhangchunlong updated SLING-1315: - Attachment: errors.log Attached the errors.log java.lang.ClassNotFoundException during jsp

[jira] Commented: (SLING-1399) Not possible to build /contrib since ScalaScriptEngineFactory.scala in /scripting/scala/script contains an error

2010-02-23 Thread Pontus Amberg (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12837173#action_12837173 ] Pontus Amberg commented on SLING-1399: -- I'm using 1.6 since I thought that 1.6 was the

[jira] Created: (SLING-1404) Create Maven plugin to select port dynamically and use it in integration tests

2010-02-23 Thread Bertrand Delacretaz (JIRA)
Create Maven plugin to select port dynamically and use it in integration tests -- Key: SLING-1404 URL: https://issues.apache.org/jira/browse/SLING-1404 Project: Sling

[jira] Commented: (SLING-1404) Create Maven plugin to select port dynamically and use it in integration tests

2010-02-23 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12837185#action_12837185 ] Carsten Ziegeler commented on SLING-1404: - Why do we need an own plugin? I thought

[jira] Resolved: (SLING-1404) Create Maven plugin to select port dynamically and use it in integration tests

2010-02-23 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bertrand Delacretaz resolved SLING-1404. Resolution: Fixed Fix Version/s: Launchpad Testing 6 Correct - modified the

[VOTE] Release Commons MIME type support 2.1.4, Eventing 2.3, File System Provider 1.0, and Scripting Core 2.0.10

2010-02-23 Thread Carsten Ziegeler
Hi, this is the next vote for another set of new releases. Please cast your votes for: Apache Sling Commons MIME type support 2.1.4 https://issues.apache.org/jira/browse/SLING/fixforversion/12314440 We fixed one issue to make the bundle independent from the webconsole. Apache Sling Eventing

Re: [VOTE] Release Commons MIME type support 2.1.4, Eventing 2.3, File System Provider 1.0, and Scripting Core 2.0.10

2010-02-23 Thread Carsten Ziegeler
Apache Sling Commons MIME type support 2.1.4 https://issues.apache.org/jira/browse/SLING/fixforversion/12314440 We fixed one issue to make the bundle independent from the webconsole. Apache Sling Eventing 2.3.0 https://issues.apache.org/jira/browse/SLING/fixforversion/12314783 Another

Facing issues with Sling and Apache cxf OSGI bundles

2010-02-23 Thread shashank Jain
Hi All, I am trying to deploy the cxf dosgi bundles for web services integration. Everything seems to work fine with Java 5. When I move to Java 6 the whole thing stops after a certain point.. This is the last message which gets printed in logs *INFO* [JcrInstaller.1]

Re: Facing issues with Sling and Apache cxf OSGI bundles

2010-02-23 Thread Bertrand Delacretaz
Hi, On Tue, Feb 23, 2010 at 3:01 PM, shashank Jain jain...@gmail.com wrote: ...This is the last message which gets printed in logs *INFO* [JcrInstaller.1] org.apache.sling.jcr.jcrinstall.impl.JcrInstaller Background thread JcrInstaller.1 starting... Are you actually using jcrinstall? If no

Re: Facing issues with Sling and Apache cxf OSGI bundles

2010-02-23 Thread shashank Jain
The jcr install in itself is an osgi bundle and being used by other bundles.. I did a complete new build to clear all directories and have everything new...Still same issue Regards Shashanl On Tue, Feb 23, 2010 at 7:42 PM, Bertrand Delacretaz bdelacre...@apache.org wrote: Hi, On Tue, Feb 23,

Re: Facing issues with Sling and Apache cxf OSGI bundles

2010-02-23 Thread Bertrand Delacretaz
Hi, On Tue, Feb 23, 2010 at 3:19 PM, shashank Jain jain...@gmail.com wrote: The jcr install in itself is an osgi bundle ... I know...I wrote it ;-) ...and being used by other bundles.. Really? Our org.apache.sling.jcr.jcrinstall bundle is designed as a standalone service that is usually not

Re: svn commit: r915329 - /sling/site/obr/sling.xml

2010-02-23 Thread Justin Edelson
This reminds me - has anyone looked into using repository.apache.org as an OBR repository? I don't think the OBR Nexus plugin is enabled, but perhaps it could be and avoid this manual maintenance. Just a thought. Justin On 2/23/10 8:20 AM, bdelacre...@apache.org wrote: Author: bdelacretaz

Adding a new @ hint to post servlet

2010-02-23 Thread Justin Edelson
I'm having a problem which is primarily a UI issue, but I think would be best addressed in the post servlet. Basically, I have a form with multiple form fields for the same property and some of those are blank, so my post parameters end up like this: ./stringprope...@typehint=string[]

Re: Adding a new @ hint to post servlet

2010-02-23 Thread Vidar Ramdal
On Tue, Feb 23, 2010 at 3:51 PM, Justin Edelson justinedel...@gmail.com wrote: I'm having a problem which is primarily a UI issue, but I think would be best addressed in the post servlet. Basically, I have a form with multiple form fields for the same property and some of those are blank, so

[jira] Created: (SLING-1405) servlets.post and jcr.webdav modules have duplicate jcr dependencies

2010-02-23 Thread Justin Edelson (JIRA)
servlets.post and jcr.webdav modules have duplicate jcr dependencies Key: SLING-1405 URL: https://issues.apache.org/jira/browse/SLING-1405 Project: Sling Issue Type: Bug

[jira] Commented: (SLING-1404) Create Maven plugin to select port dynamically and use it in integration tests

2010-02-23 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12837276#action_12837276 ] Bertrand Delacretaz commented on SLING-1404: You mean when using mvn jetty:run

[jira] Resolved: (SLING-1406) Upgrade to JCR 2.0/Jackrabbit 2.0

2010-02-23 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-1406. - Resolution: Fixed I've upgraded to JCR 2.0/Jackrabbit 2.0 in revision 915386 In addition

[jira] Commented: (SLING-1404) Create Maven plugin to select port dynamically and use it in integration tests

2010-02-23 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12837278#action_12837278 ] Justin Edelson commented on SLING-1404: --- yeah, when working on integration tests, I

[jira] Reopened: (SLING-1405) servlets.post and jcr.webdav modules have duplicate jcr dependencies

2010-02-23 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson reopened SLING-1405: --- reopening to set fix versions servlets.post and jcr.webdav modules have duplicate jcr

[jira] Updated: (SLING-1405) servlets.post and jcr.webdav modules have duplicate jcr dependencies

2010-02-23 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson updated SLING-1405: -- Fix Version/s: Servlets Post 2.0.6 servlets.post and jcr.webdav modules have duplicate jcr

[jira] Closed: (SLING-487) Donate our OSGi mock classes to the Felix project

2010-02-23 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-487. -- Donate our OSGi mock classes to the Felix project

[jira] Resolved: (SLING-487) Donate our OSGi mock classes to the Felix project

2010-02-23 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-487. Resolution: Won't Fix As pointed out I think using a real mocking approach is better than

[jira] Updated: (SLING-518) JCR-Explorer -- Add support for a meta selector to support richer information about node properties

2010-02-23 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-518: --- Component/s: (was: Commons) JCR JCR-Explorer -- Add support for a meta

[jira] Resolved: (SLING-405) Move web-console and obr servlet to Apache Felix

2010-02-23 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-405. Resolution: Fixed I think we can close this old issue now ; everything is maintained in the

[jira] Closed: (SLING-405) Move web-console and obr servlet to Apache Felix

2010-02-23 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-405. -- Move web-console and obr servlet to Apache Felix

[jira] Updated: (SLING-1399) Not possible to build /contrib since ScalaScriptEngineFactory.scala in /scripting/scala/script contains an error

2010-02-23 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-1399: Component/s: Scripting Not possible to build /contrib since

[jira] Updated: (SLING-1394) Add AnimalSniffer to Sling Parent POM

2010-02-23 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-1394: Component/s: General Affects Version/s: Parent 8 Fix Version/s: Parent 9

Build failed in Hudson: sling-trunk-1.5 #593

2010-02-23 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-trunk-1.5/593/changes Changes: [justin] SLING-1405 - fixing duplicate dependencies SLING-1405 - fixing duplicate depencencies removing dupe jcr dependency SLING-1405 - fixing jcr.webdav pom remove provided scope [cziegeler] Use current

[jira] Created: (SLING-1407) add a method to SlingIntegrationTestClient which accept multiple parameters with the same name

2010-02-23 Thread Justin Edelson (JIRA)
add a method to SlingIntegrationTestClient which accept multiple parameters with the same name -- Key: SLING-1407 URL: https://issues.apache.org/jira/browse/SLING-1407

[jira] Updated: (SLING-1407) add a method to SlingIntegrationTestClient which accept multiple parameters with the same name

2010-02-23 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson updated SLING-1407: -- Fix Version/s: Commons Testing 2.0.6 add a method to SlingIntegrationTestClient which accept

[jira] Created: (SLING-1408) text/plain property rendering of multi-valued properties doesn't work

2010-02-23 Thread Justin Edelson (JIRA)
text/plain property rendering of multi-valued properties doesn't work - Key: SLING-1408 URL: https://issues.apache.org/jira/browse/SLING-1408 Project: Sling Issue Type: Bug

[jira] Updated: (SLING-1404) Create Maven plugin to select port dynamically and use it in integration tests

2010-02-23 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson updated SLING-1404: -- Assignee: Justin Edelson (was: Bertrand Delacretaz) Create Maven plugin to select port

[jira] Commented: (SLING-1404) Create Maven plugin to select port dynamically and use it in integration tests

2010-02-23 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12837389#action_12837389 ] Justin Edelson commented on SLING-1404: --- added jetty.http.port in r915492, default to

[jira] Resolved: (SLING-1404) Create Maven plugin to select port dynamically and use it in integration tests

2010-02-23 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson resolved SLING-1404. --- Resolution: Fixed Create Maven plugin to select port dynamically and use it in integration

[jira] Resolved: (SLING-1333) POST Servlet should handle @TypeHint = Reference and value is a path

2010-02-23 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson resolved SLING-1333. --- Resolution: Fixed integration tests, covering both single and multi value cases committed

[jira] Updated: (SLING-1333) POST Servlet should handle @TypeHint = Reference and value is a path

2010-02-23 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson updated SLING-1333: -- Fix Version/s: Servlets Post 2.0.6 POST Servlet should handle @TypeHint = Reference and value

[jira] Commented: (SLING-1407) add a method to SlingIntegrationTestClient which accept multiple parameters with the same name

2010-02-23 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12837392#action_12837392 ] Justin Edelson commented on SLING-1407: --- created in r915489 used in

[jira] Resolved: (SLING-1407) add a method to SlingIntegrationTestClient which accept multiple parameters with the same name

2010-02-23 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson resolved SLING-1407. --- Resolution: Fixed add a method to SlingIntegrationTestClient which accept multiple

Build failed in Hudson: sling-trunk-1.5 #594

2010-02-23 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-trunk-1.5/594/changes Changes: [cziegeler] SLING-1406 : Upgrade to JCR 2.0/Jackrabbit 2.0 and add simple test case for the repository util. -- [...truncated 5225 lines...] [echo] On most platforms,

[jira] Commented: (SLING-920) Hudson continuous integration setup

2010-02-23 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12837421#action_12837421 ] Bertrand Delacretaz commented on SLING-920: --- Removed the -Dhttp.port settings from

Build failed in Hudson: sling-trunk-1.5 #595

2010-02-23 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-trunk-1.5/595/changes Changes: [justin] marking 'base' test classes abstract [justin] SLING-1333 - fixing integration test type hints [justin] SLING-1407 - adding nullcheck and better default alignment with current behavior [justin]

RE: [VOTE] Release Commons MIME type support 2.1.4, Eventing 2.3, File System Provider 1.0, and Scripting Core 2.0.10

2010-02-23 Thread Stefan Seifert
Apache Sling File System Provider 1.0.0 https://issues.apache.org/jira/browse/SLING/fixforversion/12314388 Several fixes +1 (non-binding)

[jira] Updated: (SLING-1399) Not possible to build /contrib since ScalaScriptEngineFactory.scala in /scripting/scala/script contains an error

2010-02-23 Thread Pontus Amberg (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pontus Amberg updated SLING-1399: - Attachment: scala-script-src-patch.txt I've attached a patch of the

Hudson build is back to normal : sling-trunk-1.5 #596

2010-02-23 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-trunk-1.5/596/

Hudson build became unstable: sling-contrib-1.5 » Apache Sling Internationalization Support #381

2010-02-23 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-contrib-1.5/org.apache.sling$org.apache.sling.i18n/381/

Re: Add replaceEntry method to AccessControlUtil?

2010-02-23 Thread Ray Davis
While scoping this out I bumped into some behavior that surprised me. The idea of SLING-997 is to merge newly specified privileges with any existing ACEs for the principal. ModifyAceServlet does this by remembering any existing ACE-included privileges which aren't mentioned *by name* in the

[jira] Commented: (SLING-1399) Not possible to build /contrib since ScalaScriptEngineFactory.scala in /scripting/scala/script contains an error

2010-02-23 Thread JIRA
[ https://issues.apache.org/jira/browse/SLING-1399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12837516#action_12837516 ] Michael Dürig commented on SLING-1399: -- Thanks for the patch. This fixes things for

Re: Add replaceEntry method to AccessControlUtil?

2010-02-23 Thread Eric Norman
Hi Ray, Thanks for testing and reporting this. You raise a good point. The ModifyAceServlet should handle updates involving aggregate privileges transparently. I'll re-open SLING-997 and work on an updated fix to address your scenario. Regards, Eric On Tue, Feb 23, 2010 at 3:32 PM, Ray Davis

[jira] Reopened: (SLING-997) ModifyAceServlet replaces rather than merges privileges

2010-02-23 Thread Eric Norman (JIRA)
[ https://issues.apache.org/jira/browse/SLING-997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Norman reopened SLING-997: --- As reported by Ray Davis on sling-dev mail list, the privilege merge does not handle updates involving

[jira] Resolved: (SLING-997) ModifyAceServlet replaces rather than merges privileges

2010-02-23 Thread Eric Norman (JIRA)
[ https://issues.apache.org/jira/browse/SLING-997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Norman resolved SLING-997. --- Resolution: Fixed Fixed the merge involving aggregate privileges in r915670. ModifyAceServlet

Re: Add replaceEntry method to AccessControlUtil?

2010-02-23 Thread Eric Norman
Ray, I applied a new patch in r915670. Can you please verify that this addresses your concerns? Thanks! Eric On Tue, Feb 23, 2010 at 7:42 PM, Eric Norman eric.d.nor...@gmail.comwrote: Hi Ray, Thanks for testing and reporting this. You raise a good point. The ModifyAceServlet should

Hudson build became unstable: sling-trunk -1.5 » Apache Sling Launchpad Testing #598

2010-02-23 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-trunk-1.5/org.apache.sling$org.apache.sling.launchpad.testing/598/

Hudson build became unstable: sling-trunk-1.5 #598

2010-02-23 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-trunk-1.5/598/changes