bug in contrib/explorers/jQuery

2010-08-12 Thread Clemens Wyss
I found a little bug (which mainly showed up in FF) and have a patch ready to fix it. Where (at https://issues.apache.org/jira/browse/SLING) should I file the bug and patch? Are there any plans to extend this lightweight resource explorer? What additional features would make sense?

Re: [RT] Using FileInstall

2010-08-12 Thread Bertrand Delacretaz
On Tue, Aug 10, 2010 at 3:09 PM, Carsten Ziegeler cziege...@apache.org wrote: ...Therefore instead of enhancing FileInstall and add all our features, I think it makes more sense to leverage our OSGi installer and add file support to it - like we already have jcr support. I'm glad to hear that

Re: bug in contrib/explorers/jQuery

2010-08-12 Thread Bertrand Delacretaz
On Thu, Aug 12, 2010 at 8:21 AM, Clemens Wyss clemens...@mysign.ch wrote: I found a little bug (which mainly showed up in FF) and have a patch ready to fix it. Where (at https://issues.apache.org/jira/browse/SLING) should I file the bug and patch? Just create an issue assigned to the

RE: bug in contrib/explorers/jQuery

2010-08-12 Thread Clemens Wyss
Just create an issue assigned to the extensions component. ok so it's a nice way for people to get involved. my intention :-) Nevertheless I need some extensions/features which would make sense... -Original Message- From: Bertrand Delacretaz [mailto:bdelacre...@apache.org] Sent:

[jira] Created: (SLING-1645) jQuery explorer (contrib/explorers/jQuery) does not display properly in Firefox

2010-08-12 Thread Clemens Wyss (JIRA)
jQuery explorer (contrib/explorers/jQuery) does not display properly in Firefox --- Key: SLING-1645 URL: https://issues.apache.org/jira/browse/SLING-1645 Project: Sling

[jira] Updated: (SLING-1645) jQuery explorer (contrib/explorers/jQuery) does not display properly in Firefox

2010-08-12 Thread Clemens Wyss (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clemens Wyss updated SLING-1645: Attachment: jQuery_explorer_in_FF.png jQuery explorer (contrib/explorers/jQuery) does not display

[jira] Updated: (SLING-1645) jQuery explorer (contrib/explorers/jQuery) does not display properly in Firefox

2010-08-12 Thread Clemens Wyss (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clemens Wyss updated SLING-1645: Attachment: explorer.js.diff a patch/diff to solve this bug jQuery explorer

[jira] Commented: (SLING-1560) Improve and clean up code

2010-08-12 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12897599#action_12897599 ] Carsten Ziegeler commented on SLING-1560: - Changes in revision 984660 Remove unused

[jira] Resolved: (SLING-1643) Add start level support

2010-08-12 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-1643. - Resolution: Fixed Added start level support through the dictionary in revision 984661

Re: [RT] API, settings and run mode

2010-08-12 Thread Felix Meschberger
Sounds like a good plan. +1 from me ;-) Regards Felix On 11.08.2010 11:23, Carsten Ziegeler wrote: Hi, while looking at the current installer code, I noticed that it would be nice to have the run mode stuff at a more prominent place (so far we have never released this bundle yet). We

Build failed in Hudson: sling-contrib-1.5 » Apache Sling Launchpad Contrib Testing #556

2010-08-12 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-contrib-1.5/org.apache.sling$org.apache.sling.launchpad.contrib-testing/556/ -- [...truncated 17 lines...] [INFO] Copying bundle from

Build failed in Hudson: sling-contrib-1.5 #556

2010-08-12 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-contrib-1.5/556/ -- [...truncated 3541 lines...] [INFO] snapshot org.apache.sling:org.apache.sling.engine:2.0.7-SNAPSHOT: checking for updates from scala-tools.org [INFO] Copying bundle from

[jira] Created: (SLING-1646) Expose subset of authentication info properties as ResourceResolver attributes

2010-08-12 Thread Felix Meschberger (JIRA)
Expose subset of authentication info properties as ResourceResolver attributes -- Key: SLING-1646 URL: https://issues.apache.org/jira/browse/SLING-1646 Project: Sling

[jira] Created: (SLING-1647) Cleanup Authentication Info constants and implementation

2010-08-12 Thread Felix Meschberger (JIRA)
Cleanup Authentication Info constants and implementation Key: SLING-1647 URL: https://issues.apache.org/jira/browse/SLING-1647 Project: Sling Issue Type: Improvement

[jira] Assigned: (SLING-1647) Cleanup Authentication Info constants and implementation

2010-08-12 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger reassigned SLING-1647: Assignee: Felix Meschberger Cleanup Authentication Info constants and

[jira] Resolved: (SLING-1644) Use configuration reader from Apache Felix ConfigAdmin

2010-08-12 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-1644. - Resolution: Fixed Added support for the two dictionary file formats with various

esp - enlist jcr:primaryType's and or sling:resourceType's ?

2010-08-12 Thread Clemens Wyss
How can I enlist all available jcr:primaryType's from within esp? How can I enlist all available sling:resourceType's from within esp?

Re: esp - enlist jcr:primaryType's and or sling:resourceType's ?

2010-08-12 Thread Julian Sedding
Hi Clemens On Thu, Aug 12, 2010 at 10:58 AM, Clemens Wyss clemens...@mysign.ch wrote: How can I enlist all available jcr:primaryType's from within esp? Via javax.jcr.nodetype.NodeTypeManager#getPrimaryNodeTypes()[0]. Other interesting methods may be getMixinNodeTypes() and getAllNodeTypes().

[jira] Commented: (SLING-1560) Improve and clean up code

2010-08-12 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12897668#action_12897668 ] Carsten Ziegeler commented on SLING-1560: - Changes in revision 984709 Further

Build failed in Hudson: sling-contrib-1.5 » Apache Sling Launchpad Contrib Testing #557

2010-08-12 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-contrib-1.5/org.apache.sling$org.apache.sling.launchpad.contrib-testing/557/ -- [INFO] [INFO] Building Apache Sling Launchpad

Build failed in Hudson: sling-contrib-1.5 #557

2010-08-12 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-contrib-1.5/557/ -- [...truncated 3481 lines...] [INFO] Building Apache Sling Features for ServiceMix Kernel [INFO]task-segment: [clean, install] [INFO]

Build failed in Hudson: sling-contrib-1.5 » Apache Sling Launchpad Contrib Testing #558

2010-08-12 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-contrib-1.5/org.apache.sling$org.apache.sling.launchpad.contrib-testing/558/ -- [INFO] [INFO] Building Apache Sling Launchpad

Build failed in Hudson: sling-contrib-1.5 #558

2010-08-12 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-contrib-1.5/558/ -- [...truncated 3484 lines...] [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting file set:

[jira] Commented: (SLING-1647) Cleanup Authentication Info constants and implementation

2010-08-12 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12897753#action_12897753 ] Felix Meschberger commented on SLING-1647: -- Change the OpenID and Form

[jira] Created: (SLING-1649) AbstractDispatcherTagHandler should override release() and free resources

2010-08-12 Thread Tobias Bocanegra (JIRA)
AbstractDispatcherTagHandler should override release() and free resources - Key: SLING-1649 URL: https://issues.apache.org/jira/browse/SLING-1649 Project: Sling Issue

extending jQuery JCR Resource explorer

2010-08-12 Thread Clemens Wyss
As promised, I (actually it's we, MySign) intend to extend the jQuery JCR Resource (contrib/explorers/jQuery) explorer in order to make it more valuable for developers. Features currently available (as of May 17th 2010, rev 945149): + login + browse JCR + add node (name, sling:resourceType and

Build failed in Hudson: sling-trunk-1.5 » Apache Sling JCR Resource Resolver #827

2010-08-12 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-trunk-1.5/org.apache.sling$org.apache.sling.jcr.resource/827/changes Changes: [fmeschbe] SLING-1647 Expose o.a.s.jcr.resource API as fixed version 2.1 (instead of refering to the project version which is a moving target)

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

2010-08-12 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-trunk-1.5/827/changes Changes: [fmeschbe] SLING-1647 Expose o.a.s.jcr.resource API as fixed version 2.1 (instead of refering to the project version which is a moving target) [fmeschbe] SLING-1647 Remove old constant definitions (now moved to

[jira] Commented: (SLING-1646) Expose subset of authentication info properties as ResourceResolver attributes

2010-08-12 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12897804#action_12897804 ] Felix Meschberger commented on SLING-1646: -- Added the getAttribute(String) and

[jira] Commented: (SLING-1647) Cleanup Authentication Info constants and implementation

2010-08-12 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12897805#action_12897805 ] Felix Meschberger commented on SLING-1647: -- Moved the USER_IMPERSONATOR constant

Build failed in Hudson: sling-trunk-1.6 #520

2010-08-12 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-trunk-1.6/520/changes Changes: [fmeschbe] SLING-1646 Add unit tests for new ResourceResolver methods SLING-1647 Add JCR specific resource resolver creation constants; adapt the implementation classes and add/adapt unit tests [fmeschbe]

JSOP

2010-08-12 Thread Felix Meschberger
Hi all, Julian Reschke (of WebDAV and HTTP fame) and David Nuescheler (of JCR fame) have proposed a new protocol for fine-grained HTTP-based information exchange [1]. As can be seen from the description and from David's Slides [2] this is an effort to standardize on an extension of the

Re: extending jQuery JCR Resource explorer

2010-08-12 Thread Felix Meschberger
Hi Clemens, Sounds very interesting. You are welcome to provide patches in any order you like ... If this gets a heavy lift, we might consider moving this to the bundles location for inclusion in upcoming Sling releases. WDYT ? Regards Felix On 12.08.2010 16:26, Clemens Wyss wrote: As

[jira] Commented: (SLING-1649) AbstractDispatcherTagHandler should override release() and free resources

2010-08-12 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12897860#action_12897860 ] Felix Meschberger commented on SLING-1649: -- This is really problem to do. But do

[jira] Commented: (SLING-1649) AbstractDispatcherTagHandler should override release() and free resources

2010-08-12 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12897862#action_12897862 ] Tobias Bocanegra commented on SLING-1649: - not really, just saw some stray

[jira] Resolved: (SLING-1649) AbstractDispatcherTagHandler should override release() and free resources

2010-08-12 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger resolved SLING-1649. -- Assignee: Felix Meschberger Fix Version/s: Scripting JSP-Taglib 2.1.0

[jira] Assigned: (SLING-1645) jQuery explorer (contrib/explorers/jQuery) does not display properly in Firefox

2010-08-12 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger reassigned SLING-1645: Assignee: Felix Meschberger jQuery explorer (contrib/explorers/jQuery) does not

[jira] Resolved: (SLING-1645) jQuery explorer (contrib/explorers/jQuery) does not display properly in Firefox

2010-08-12 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger resolved SLING-1645. -- Resolution: Fixed Thanks for providing the patch. I have applied it in Rev. 984898.

Re: extending jQuery JCR Resource explorer

2010-08-12 Thread Justin Edelson
Nice of you to ask about prioritization... 2, 4, 5, 6, 10 Would be the highest priority items for me. I'd also add these to your list: ACL view/edit Reference/Path property support I need to make some modifications to the explorer to support non-default workspaces, but hopefully that change

Hudson build is back to normal : sling-trunk- 1.5 » Apache Sling JCR Resource Resolver #828

2010-08-12 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-trunk-1.5/org.apache.sling$org.apache.sling.jcr.resource/828/changes

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

2010-08-12 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-trunk-1.5/828/changes

Re: JSOP

2010-08-12 Thread Justin Edelson
Looks like what CMIS should have been :) But the name is already in use... On Aug 12, 2010, at 1:38 PM, Felix Meschberger fmesc...@gmail.com wrote: Hi all, Julian Reschke (of WebDAV and HTTP fame) and David Nuescheler (of JCR fame) have proposed a new protocol for fine-grained HTTP-based

Hudson build is back to normal : sling-tru nk-1.6 » Apache Sling Servlet Resolver #521

2010-08-12 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.servlets.resolver/521/changes

Hudson build is back to normal : sling-trunk-1.6 #521

2010-08-12 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-trunk-1.6/521/changes

Build failed in Hudson: sling-contrib-1.5 » Apache Sling Launchpad Contrib Testing #559

2010-08-12 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-contrib-1.5/org.apache.sling$org.apache.sling.launchpad.contrib-testing/559/ -- [INFO] [INFO] Building Apache Sling Launchpad

Build failed in Hudson: sling-contrib-1.5 #559

2010-08-12 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-contrib-1.5/559/changes Changes: [fmeschbe] SLING-1645 Apply patch by Clemens Wyss (thanks alot) -- [...truncated 3532 lines...] [INFO] Copying bundle from

RE: extending jQuery JCR Resource explorer

2010-08-12 Thread Clemens Wyss
2, 4, 5, 6, 10 ok, so you think/say mixin types is not that much a topic? ACL view/edit good point, though this mandates 10) ;-) Reference/Path property support Links? dragdrop? I need to make some modifications to the explorer to support non-default workspaces, but hopefully that change

Re: extending jQuery JCR Resource explorer

2010-08-12 Thread Felix Meschberger
Hi, On 13.08.2010 07:22, Clemens Wyss wrote: 2, 4, 5, 6, 10 ok, so you think/say mixin types is not that much a topic? ACL view/edit good point, though this mandates 10) ;-) Reference/Path property support Links? dragdrop? I need to make some modifications to the explorer to support

[jira] Updated: (SLING-1132) JCR Server Bundle has wrong bundle version

2010-08-12 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated SLING-1132: - Assignee: Ian Boston Fix Version/s: JCR Jackrabbit Server 2.0.6

[jira] Resolved: (SLING-1132) JCR Server Bundle has wrong bundle version

2010-08-12 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger resolved SLING-1132. -- Resolution: Fixed included in the release JCR Server Bundle has wrong bundle version

RE: extending jQuery JCR Resource explorer

2010-08-12 Thread Clemens Wyss
Take care of maintainability ;-) +1, so either esp or groovy. Will proceed with esp for the moment Just my CHF 0.02 really. we both know there is at minimum the CHF 0.05 :-) maven question: I'd like to make use of -P autoInstBundle to speed up the development cycle. What needs to be