[jira] Commented: (SLING-508) Parameter decoding uses wrong default charset

2008-06-05 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12602939#action_12602939 ] Bertrand Delacretaz commented on SLING-508: --- One thing that might help (though I'm

[jira] Commented: (SLING-508) Parameter decoding uses wrong default charset

2008-06-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12602937#action_12602937 ] Felix Meschberger commented on SLING-508: - The only problem being that I don't know

Re: [Vote] Release Sling

2008-06-05 Thread Felix Meschberger
Hi, +1 for releasing. And a big thank you for the effort you put in glueing this together, Regards Felix Am Donnerstag, den 05.06.2008, 18:32 +0200 schrieb Carsten Ziegeler: > Hello everyone, > > let's give it a second try. I cut a new candidate as outlined today. > > I've put all release art

RE: JCR browser

2008-06-05 Thread Craig L. Ching
Ok, fixed the problem, it was some dodgy javascript syntax errors in SlingPropertyStore and apparently FF didn't mind them. I blame Lars ;-) Tested and works with the following: IE 7.0.6000.16643 on Windows Vista Safari 3.1.1. on Windows Vista FF 2.0.0.14 on Windows Vista That should be a good

Re: JCR browser

2008-06-05 Thread Lars Trieloff
hey Craig, this looks good. I noticed you changed the icons to something better looking. And I like the collapsible panes very much. regards, Lars On 05.06.2008, at 22:38, Craig L. Ching wrote: Ugh and I did the one worst thing any web developer can do, I told you all about it and didn't

RE: JCR browser

2008-06-05 Thread Craig L. Ching
Ugh and I did the one worst thing any web developer can do, I told you all about it and didn't note that I've only tested with FF 2.0.0.14. And I'm now discovering that I should have tested safari and IE because it's not working ;-) Hopefully I'll have those browsers working real soon. > -Or

JCR browser

2008-06-05 Thread Craig L. Ching
Hi all, Well, I've not really had a lot of time to spend on this yet. That said, though, I want to show you what I *have* done. It's not much beyond Lars' original demos, but I do find it useful while developing sling apps to make sure things are created correctly and help debug problems. I hav

[jira] Commented: (SLING-508) Parameter decoding uses wrong default charset

2008-06-05 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/SLING-508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12602763#action_12602763 ] Tobias Bocanegra commented on SLING-508: iiuc, this is (currently) mainly a servlet

Re: [Vote] Release Sling

2008-06-05 Thread David Nuescheler
hi carsten, the release built just fine for me. congrats. a couple of assertion seem to fail on the sling client side testing: .../sling-test/sling/sling-test.html i don't think it is something major but maybe we want to clean that up or remove from the release. regards, david On Thu, Jun 5, 2

Re: what is the correct way to run non javascript embedded in html using sling.

2008-06-05 Thread janandith jayawardena
Hi, > IMHO you're currently struggling with two distinct problems: > 1) How to integrate a new scripting language into Sling > 2) How to run scripts/templates with Scala. You are correct Bertrand. I was trying to tackle it together at once but the way you've suggested is less confusing so I'll

Re: [Vote] Release Sling

2008-06-05 Thread Juan José Vázquez Delgado
+1 BR, Juanjo On Thu, Jun 5, 2008 at 6:32 PM, Carsten Ziegeler <[EMAIL PROTECTED]> wrote: > Hello everyone, > > let's give it a second try. I cut a new candidate as outlined today. > > I've put all release artifacts here: > > http://people.apache.org/~cziegeler/releases/sling/

Re: [Vote] Release Sling

2008-06-05 Thread Jean-Michel Pittet
+1 (even though non binding ;) looking forward to the release! Cheers JM On Thu, Jun 5, 2008 at 6:32 PM, Carsten Ziegeler <[EMAIL PROTECTED]> wrote: > Hello everyone, > > let's give it a second try. I cut a new candidate as outlined today. > > I've put all release artifacts here: > > http://peopl

Re: creating a jira issue to submit progress.

2008-06-05 Thread janandith jayawardena
Hi, I updated the Scratchpad for sling-scala. It now contains the code I attached in JIRA : 510. Thanks alot . It's easy to maintain my code now because I can access my project from any place (home , campus etc..). janandith.

[jira] Closed: (SLING-507) Having problems with Apt Servlet trying to render .html output

2008-06-05 Thread Craig L. Ching (JIRA)
[ https://issues.apache.org/jira/browse/SLING-507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Craig L. Ching closed SLING-507. Resolution: Fixed Appears to be fixed in r663677 by https://issues.apache.org/jira/browse/SLING-512

Re: [Vote] Release Sling

2008-06-05 Thread Carsten Ziegeler
Carsten Ziegeler wrote: Hello everyone, let's give it a second try. I cut a new candidate as outlined today. I've put all release artifacts here: http://people.apache.org/~cziegeler/releases/sling/ The releases are in http://people.apache.org/~cziegeler/releases/sling/releases This is a big

[Vote] Release Sling

2008-06-05 Thread Carsten Ziegeler
Hello everyone, let's give it a second try. I cut a new candidate as outlined today. I've put all release artifacts here: http://people.apache.org/~cziegeler/releases/sling/ The releases are in http://people.apache.org/~cziegeler/releases/sling/releases This is a big source tree of our relea

RE: Cannot find parent: org.apache.sling:sling for project

2008-06-05 Thread Craig L. Ching
Ha, ok, thanks Carsten! > -Original Message- > From: Carsten Ziegeler [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 05, 2008 10:02 AM > To: sling-dev@incubator.apache.org > Subject: Re: Cannot find parent: org.apache.sling:sling for project > > Craig L. Ching wrote: > > I know you fi

Re: Cannot find parent: org.apache.sling:sling for project

2008-06-05 Thread Carsten Ziegeler
Craig L. Ching wrote: I know you fixed this once, but I'm getting it again now: Yes, I fixed it, did a new release and broke it again...sorry for that. I just fixed it (this time for real...) Sorry Carsten Project ID: null:org.apache.sling.launchpad.webapp:war:2.0.3-incubator-SNAPSHOT Reaso

RE: Cannot find parent: org.apache.sling:sling for project

2008-06-05 Thread Craig L. Ching
I know you fixed this once, but I'm getting it again now: Project ID: null:org.apache.sling.launchpad.webapp:war:2.0.3-incubator-SNAPSHOT Reason: Cannot find parent: org.apache.sling:sling for project: null:org.apache. sling.launchpad.webapp:war:2.0.3-incubator-SNAPSHOT for project null:org.apach

[jira] Commented: (SLING-512) APT servlet takes over requests that do not have the aptml extension

2008-06-05 Thread Craig L. Ching (JIRA)
[ https://issues.apache.org/jira/browse/SLING-512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12602660#action_12602660 ] Craig L. Ching commented on SLING-512: -- This is probably the same as https://issues.apa

[jira] Created: (SLING-514) expose currentSession

2008-06-05 Thread David Nuescheler (JIRA)
expose currentSession - Key: SLING-514 URL: https://issues.apache.org/jira/browse/SLING-514 Project: Sling Issue Type: New Feature Components: Scripting Reporter: David Nuescheler Priorit

RE: Jetty version (was: Jetty Inclusion (was: svn commit: r662927-/incubator/sling/trunk/etc/notice/notices/))

2008-06-05 Thread Craig L. Ching
> -Original Message- > From: Felix Meschberger [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 05, 2008 2:21 AM > To: sling-dev@incubator.apache.org > Subject: RE: Jetty version (was: Jetty Inclusion (was: svn > commit: r662927-/incubator/sling/trunk/etc/notice/notices/)) > > So, fin

Re: I18N changes

2008-06-05 Thread Felix Meschberger
Hi, Am Donnerstag, den 05.06.2008, 15:18 +0200 schrieb Alexander Klimetschek: > On Thu, Jun 5, 2008 at 2:06 PM, Felix Meschberger <[EMAIL PROTECTED]> wrote: > > Given the changes below, I think, we should not release the i18n module > > yet with the initial Sling release. Instead we should careful

Re: I18N changes

2008-06-05 Thread Alexander Klimetschek
On Thu, Jun 5, 2008 at 2:06 PM, Felix Meschberger <[EMAIL PROTECTED]> wrote: > Given the changes below, I think, we should not release the i18n module > yet with the initial Sling release. Instead we should carefully build > these changes into the module and release as soon as we are ready. Ok, so

[jira] Created: (SLING-513) How to run the JCR Explorer with Sling?

2008-06-05 Thread Bertrand Delacretaz (JIRA)
How to run the JCR Explorer with Sling? --- Key: SLING-513 URL: https://issues.apache.org/jira/browse/SLING-513 Project: Sling Issue Type: Improvement Components: Documentation Report

[jira] Commented: (SLING-508) Parameter decoding uses wrong default charset

2008-06-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12602634#action_12602634 ] Felix Meschberger commented on SLING-508: - First off: Servlet Container parameters a

[jira] Assigned: (SLING-508) Parameter decoding uses wrong default charset

2008-06-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger reassigned SLING-508: --- Assignee: Felix Meschberger > Parameter decoding uses wrong default charset >

Re: problems deploying jcr bundles

2008-06-05 Thread Edgar Poce
Hi Felix, thank you very much, it works now :). br, edgar On Thu, Jun 5, 2008 at 4:54 AM, Felix Meschberger <[EMAIL PROTECTED]> wrote: > Hi Edgar, > > I think you are missing the jackrabbit-jcr-commons bundle. This should > provide "org.apache.jackrabbit.commons.repository", which is required by

Re: I18N changes

2008-06-05 Thread Carsten Ziegeler
Felix Meschberger wrote: Hi, Given the changes below, I think, we should not release the i18n module yet with the initial Sling release. Instead we should carefully build these changes into the module and release as soon as we are ready. I already anticipated this :) and removed i18n from our

Re: I18N changes

2008-06-05 Thread Felix Meschberger
Hi, Given the changes below, I think, we should not release the i18n module yet with the initial Sling release. Instead we should carefully build these changes into the module and release as soon as we are ready. Please, create an issue for these changes. More comments inline. Am Donnerstag, de

Re: VOTE CANCELLED [was Re: [VOTE] Release Sling Artifacts]

2008-06-05 Thread Carsten Ziegeler
Bertrand Delacretaz wrote: On Thu, Jun 5, 2008 at 11:41 AM, Carsten Ziegeler <[EMAIL PROTECTED]> wrote: ... e) All upcoming releases will be single bundle releases I think Jukka has valid points here, but we don't need to decide on this right now. ... I hope this is ok for everyone?...

Re: VOTE CANCELLED [was Re: [VOTE] Release Sling Artifacts]

2008-06-05 Thread Bertrand Delacretaz
On Thu, Jun 5, 2008 at 11:41 AM, Carsten Ziegeler <[EMAIL PROTECTED]> wrote: > >... e) All upcoming releases will be single bundle releases I think Jukka has valid points here, but we don't need to decide on this right now. >... I hope this is ok for everyone?... Ok for me, thanks. At some p

Re: I18N changes

2008-06-05 Thread Alexander Klimetschek
On Thu, Jun 5, 2008 at 12:41 PM, Alexander Klimetschek <[EMAIL PROTECTED]> wrote: > input: node name Ups, this is wrong. It should say "input: key". The node name is the outcome of this algorithm, the key / source string of the message is the input. > esc = cut off 50 char from key > esc =

Re: I18N changes

2008-06-05 Thread Alexander Klimetschek
Hi all, sorry for the suspense ;-) Here are my ideas for an IMHO better i18n message structure; please find listings of the current nodetypes and my new proposal at the end of the mail. 1) I think the name "sling:Language" is misleading. I suggest to name it "sling:MessageBundle", because it is a

Re: How to check the release artifacts (was: [VOTE] Release Sling Artifacts)

2008-06-05 Thread Felix Meschberger
Hi, Am Donnerstag, den 05.06.2008, 08:53 +0200 schrieb Carsten Ziegeler: > Bertrand Delacretaz wrote: > > Here the goal is to check that the contents match what's tagged with > > the same release number under > > http://svn.apache.org/repos/asf/incubator/sling/tags/, right? > > > Yes, and to make

Re: VOTE CANCELLED [was Re: [VOTE] Release Sling Artifacts]

2008-06-05 Thread Jukka Zitting
Hi, On Thu, Jun 5, 2008 at 12:41 PM, Carsten Ziegeler <[EMAIL PROTECTED]> wrote: > I hope this is ok for everyone? OK, with one concern: > e) All upcoming releases will be single bundle releases. I'm a bit worried about this. Even though Sling consists of multiple components, from the end user

Re: Launchpad app/webapp in trunk are currently broken...

2008-06-05 Thread Felix Meschberger
Hi, Am Donnerstag, den 05.06.2008, 10:36 +0200 schrieb Bertrand Delacretaz: > due to SLING-512 - workaround is to disable the APT servlet bundle. > > -Bertrand Fix in trunk. Regards Felix

Re: VOTE CANCELLED [was Re: [VOTE] Release Sling Artifacts]

2008-06-05 Thread Felix Meschberger
Hi, Am Donnerstag, den 05.06.2008, 11:41 +0200 schrieb Carsten Ziegeler: > Ok, > > so I cancel this vote due to mainly two problems: > a) a bug (SLING-512) which will be solved by Felix :) > b) the source release should rather be one big archive > > The plan for release is as follows: > a) We wi

[jira] Closed: (SLING-512) APT servlet takes over requests that do not have the aptml extension

2008-06-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger closed SLING-512. --- Resolution: Fixed Fixed in Rev. 663513. > APT servlet takes over requests that do not have th

I18N changes (was: [VOTE] Release Sling Artifacts)

2008-06-05 Thread Felix Meschberger
Hi, Am Donnerstag, den 05.06.2008, 11:53 +0200 schrieb Alexander Klimetschek: > On Thu, Jun 5, 2008 at 8:32 AM, Bertrand Delacretaz > <[EMAIL PROTECTED]> wrote: > > Would your changes be backwards-incompatible? > > No, unfortunately they are not. That's why I bothered to disturb your > release vo

Re: [VOTE] Release Sling Artifacts

2008-06-05 Thread Alexander Klimetschek
On Thu, Jun 5, 2008 at 8:32 AM, Bertrand Delacretaz <[EMAIL PROTECTED]> wrote: > Would your changes be backwards-incompatible? No, unfortunately they are not. That's why I bothered to disturb your release voting ;-) > We might also release now and re-release just this module later, no big deal.

VOTE CANCELLED [was Re: [VOTE] Release Sling Artifacts]

2008-06-05 Thread Carsten Ziegeler
Ok, so I cancel this vote due to mainly two problems: a) a bug (SLING-512) which will be solved by Felix :) b) the source release should rather be one big archive The plan for release is as follows: a) We will fix the bugs in the affected modules and then tag them as 2.0.2 bundles/modules. b)

Re: The release is too complex? (Was: [VOTE] Release Sling Artifacts)

2008-06-05 Thread Jukka Zitting
Hi, On Thu, Jun 5, 2008 at 11:49 AM, Carsten Ziegeler <[EMAIL PROTECTED]> wrote: > Jukka Zitting wrote: >> With this release structure I don't think anyone in their right mind >> would care to download the sources and build them, and that's IMHO a >> bad thing. >> > Hmm, ok, this depends of course

[jira] Updated: (SLING-512) APT servlet takes over requests that do not have the aptml extension

2008-06-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated SLING-512: Fix Version/s: (was: 2.0.1) Servlet Resolver 2.0.2 > APT servlet take

[jira] Commented: (SLING-512) APT servlet takes over requests that do not have the aptml extension

2008-06-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12602594#action_12602594 ] Felix Meschberger commented on SLING-512: - The cause of this issue is the servlet re

[jira] Updated: (SLING-512) APT servlet takes over requests that do not have the aptml extension

2008-06-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated SLING-512: Component/s: (was: Engine) Servlets Resolver Fix Version/s: 2.0.

[jira] Assigned: (SLING-512) APT servlet takes over requests that do not have the aptml extension

2008-06-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger reassigned SLING-512: --- Assignee: Felix Meschberger > APT servlet takes over requests that do not have the apt

Re: The release is too complex? (Was: [VOTE] Release Sling Artifacts)

2008-06-05 Thread Carsten Ziegeler
Jukka Zitting wrote: Hi, On Thu, Jun 5, 2008 at 8:54 AM, Carsten Ziegeler <[EMAIL PROTECTED]> wrote: Hmm, don't know - noone came up with this *before* doing the release. :) I was expecting that we'd do a single release, not dozens of them at the same time. :-) In the end I see no real diff

Launchpad app/webapp in trunk are currently broken...

2008-06-05 Thread Bertrand Delacretaz
due to SLING-512 - workaround is to disable the APT servlet bundle. -Bertrand

Re: [VOTE] Release Sling Artifacts

2008-06-05 Thread Bertrand Delacretaz
On Wed, Jun 4, 2008 at 7:51 PM, Carsten Ziegeler <[EMAIL PROTECTED]> wrote: > org.apache.sling.launchpad.app-2.0.0-incubator ... > org.apache.sling.launchpad.webapp-2.0.0-incubator... Are broken due to SLING-512, which apparently hides a slightly more serious problem. -Bertrand

[jira] Created: (SLING-512) APT servlet takes over requests that do not have the aptml extension

2008-06-05 Thread Bertrand Delacretaz (JIRA)
APT servlet takes over requests that do not have the aptml extension Key: SLING-512 URL: https://issues.apache.org/jira/browse/SLING-512 Project: Sling Issue Type: Bug

Re: The release is too complex? (Was: [VOTE] Release Sling Artifacts)

2008-06-05 Thread Jukka Zitting
Hi, On Thu, Jun 5, 2008 at 8:54 AM, Carsten Ziegeler <[EMAIL PROTECTED]> wrote: > Hmm, don't know - noone came up with this *before* doing the release. :) I was expecting that we'd do a single release, not dozens of them at the same time. :-) > In the end I see no real difference, you have to ch

Re: what is the correct way to run non javascript embedded in html using sling.

2008-06-05 Thread Bertrand Delacretaz
Hi Janandith, On Sat, May 31, 2008 at 10:46 AM, janandith jayawardena <[EMAIL PROTECTED]> wrote: > ...Scala has an interpreter which I intend to call in the eval method of my > script engine to run scripts I had a quick look at the Scala interpreter class [1], and it is probably what you nee

Re: problems deploying jcr bundles

2008-06-05 Thread Felix Meschberger
Hi Edgar, I think you are missing the jackrabbit-jcr-commons bundle. This should provide "org.apache.jackrabbit.commons.repository", which is required by jcr/base. The jcr/jackrabbit-server bundle also includes this package, but it is private to the bundle. You can simply install the jackrabbit-j

Re: The release is too complex? (Was: [VOTE] Release Sling Artifacts)

2008-06-05 Thread Felix Meschberger
Hi, Am Donnerstag, den 05.06.2008, 08:45 +0200 schrieb Bertrand Delacretaz: > On Wed, Jun 4, 2008 at 11:39 PM, Jukka Zitting <[EMAIL PROTECTED]> wrote: > > > ...Whoa, you are running almost 50 release votes in parallel?!? I'm all > > for modularity, but isn't this a bit extreme?... > > Ah - didn

Re: what is the correct way to run non javascript embedded in html using sling.

2008-06-05 Thread Felix Meschberger
Hi Janandith, Am Mittwoch, den 04.06.2008, 22:40 +0530 schrieb janandith jayawardena: > Hi Felix, > > I've created a jira issue and attached the code as scala.tar.gz till I'm > able to commit to the google project. Cool. Thanks. Aparently Bertrand has fixed the google codes project. Still h

Re: creating a jira issue to submit progress.

2008-06-05 Thread Bertrand Delacretaz
Hi, On Wed, Jun 4, 2008 at 7:04 PM, janandith jayawardena <[EMAIL PROTECTED]> wrote: > ...I cannot commit my code to http://code.google.com/p/sling-scala although I > tried several times. I think I need access rights sorry about that, should be fixed now, please try again! -Bertrand

Re: Cannot find parent: org.apache.sling:sling for project

2008-06-05 Thread Mark
[INFO] Sling (Builder) ... SUCCESS [0.000s] [INFO] [INFO] [INFO] BUILD SUCCESSFUL [INFO]

RE: Jetty version (was: Jetty Inclusion (was: svn commit: r662927 -/incubator/sling/trunk/etc/notice/notices/))

2008-06-05 Thread Felix Meschberger
Hi, Am Mittwoch, den 04.06.2008, 10:50 -0500 schrieb Craig L. Ching: > BTW, who determines what version of Jetty you distribute? Is it Sling > or is it Felix? Neither, currently. The Sling Launchpad App includes the PAX Web Service from OPS4J. This in the current version used includes Jetty 6.1