[jira] Commented: (SLING-393) default renderer for .xml

2008-04-25 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/SLING-393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12592519#action_12592519 ] Tobias Bocanegra commented on SLING-393: i suggest to use the JCR system view as def

Re: What are the best practices used in Sling.

2008-04-25 Thread janandith jayawardena
Hi Felix, Gert, Thanks a lot Felix i will look into the references. Thanks Gert for your wishes and the link. I will have a look at the POM file. :-). regards, janandith.

Re: Simplifying script paths and names?

2008-04-25 Thread Dominik Süß
I missed an important point in this scenario. The "path"option doesn't produce unique paths. /apps/myapp/homepage/header/highlight/highlight.jpg.esp could be a produced by resolving: /content/myapp/homepage/header.highlight.jpg as well as by resolving: /content/myapp/homepage/header/highlight.jpg

Re: Bundlifying non-osgi jars

2008-04-25 Thread Felix Meschberger
Hi, Am Freitag, den 25.04.2008, 18:23 +0200 schrieb Alexander Saar: > If you are only using parts of > these frameworks, you can add the packages you need as private > packages and the maven bundle plugin will add them to the bundle. This is actually a good idea for small dependencies and all

Re: Bundlifying non-osgi jars

2008-04-25 Thread Felix Meschberger
Hi, Am Freitag, den 25.04.2008, 18:42 +0200 schrieb Tobias Bocanegra: > basically you create a bundle and embed the dependencies: > > eg: > > org.apache.felix > maven-bundle-plugin > true > > >

Re: Bundlifying non-osgi jars

2008-04-25 Thread Felix Meschberger
Hi, Am Freitag, den 25.04.2008, 17:58 +0200 schrieb Alexander Klimetschek: > Hi, > > what is the best practice when you want to bundle a lot of external > maven jar files that aren't OSGi bundles yet? > > Partial knowledge snippets I could collect so far: > > 1) some projects might already an

Re: Simplifying script paths and names?

2008-04-25 Thread Dominik Süß
Hi, On Fri, Apr 25, 2008 at 5:52 PM, Felix Meschberger <[EMAIL PROTECTED]> wrote: > I also wonder, why "/apps/myapp/homepage/header/highlight.jpg.esp" would > be easier to use than "/apps/myapp/homepage/header.highlight.jpg.esp" ? > It is eaven easier to manage: no need to move files in the hiera

Re: Bundlifying non-osgi jars

2008-04-25 Thread Tobias Bocanegra
basically you create a bundle and embed the dependencies: eg: org.apache.felix maven-bundle-plugin true ... mail;inline=t

Re: Simplifying script paths and names?

2008-04-25 Thread Tobias Bocanegra
> > after going through this entire discussion and looking at issue: > > https://issues.apache.org/jira/browse/SLING-387 > > i would like to raise the following point. > > > > i think it is important that this change was originally suggested to > > make the simple cases as simple and intuitive

Re: Bundlifying non-osgi jars

2008-04-25 Thread Alexander Saar
Hi, I'm not an OSGI expert but will try to answer your questions based on my own experiences. Since this is really an OSGI related question I would suggest to post your questions again on the Felix mailing list if my answers are not enough. 1) some projects might already annotate their jar

Bundlifying non-osgi jars

2008-04-25 Thread Alexander Klimetschek
Hi, what is the best practice when you want to bundle a lot of external maven jar files that aren't OSGi bundles yet? Partial knowledge snippets I could collect so far: 1) some projects might already annotate their jars with the maven- bundle-plugin - but how do I quickly find out if they h

Re: Simplifying script paths and names?

2008-04-25 Thread Felix Meschberger
Hi, Am Freitag, den 25.04.2008, 16:40 +0200 schrieb David Nuescheler: > after going through this entire discussion and looking at issue: > https://issues.apache.org/jira/browse/SLING-387 > i would like to raise the following point. > > i think it is important that this change was originally sugge

[jira] Commented: (SLING-367) change sling:post: to sling: for "command" prefixes in form names

2008-04-25 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12592401#action_12592401 ] Carsten Ziegeler commented on SLING-367: I think there is a difference between stuff

RE: JCR Explorer

2008-04-25 Thread Craig L. Ching
> Nevertheless, I agree, that it might be too much to list all properties > in the same tree as the nodes. On the other hand, it is sometimes > usefull. Still I am considering new ways of doing this. In addition, I > am also considering reworking the whole plugin as since its inception, I > have ga

Re: JCR Explorer

2008-04-25 Thread Peter Svensson
This sounds very good. Perhaps you can find the time to do what I can't :) Please mail me if you need any assistance or have questions. Cheers, PS On Fri, Apr 25, 2008 at 4:57 PM, Craig L. Ching <[EMAIL PROTECTED]> wrote: > > And BTW, Lars Trieloff contributed two Dojo data providers for nodes >

RE: JCR Explorer

2008-04-25 Thread Craig L. Ching
> And BTW, Lars Trieloff contributed two Dojo data providers for nodes and > properties, which may be found in the extensions/dojo-sling module. > Maybe this can be of any help. > Already using them ;-) I pulled the SVN repo into a local git repo and I'm going to be enhancing both the data store

[jira] Commented: (SLING-387) Simplify script paths and names

2008-04-25 Thread David Nuescheler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12592393#action_12592393 ] David Nuescheler commented on SLING-387: i think it is important that this change wa

Re: Simplifying script paths and names?

2008-04-25 Thread David Nuescheler
hi guys, after going through this entire discussion and looking at issue: https://issues.apache.org/jira/browse/SLING-387 i would like to raise the following point. i think it is important that this change was originally suggested to make the simple cases as simple and intuitive as possible for t

Re: Sling parameters in maven bundle plugin?

2008-04-25 Thread Alexander Klimetschek
Hi Felix, thanks for the answer! Sling-Bundle-Resources - Bundle Based Resoures That was what I was looking for. I found some examples in some of Sling's poms. As I can see, the paths given there will be looked up from src/main/resources, ie. the resources put into the jar file. Alex

[jira] Commented: (SLING-367) change sling:post: to sling: for "command" prefixes in form names

2008-04-25 Thread David Nuescheler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12592373#action_12592373 ] David Nuescheler commented on SLING-367: i think the behavior is consistent if all t

Re: Sling parameters in maven bundle plugin?

2008-04-25 Thread Felix Meschberger
Hi, Am Freitag, den 25.04.2008, 14:39 +0200 schrieb Alexander Klimetschek: > Hi all, > > is there any documentation about the parameters supported by Sling in > the maven-bundle plugin, ie. the Manifest entries that are read by > Sling? (Sling-Initial-Content, etc.) I couldn't find one... Th

[jira] Commented: (SLING-393) default renderer for .xml

2008-04-25 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12592365#action_12592365 ] Felix Meschberger commented on SLING-393: - Yes, I was referring to this export-impor

Sling parameters in maven bundle plugin?

2008-04-25 Thread Alexander Klimetschek
Hi all, is there any documentation about the parameters supported by Sling in the maven-bundle plugin, ie. the Manifest entries that are read by Sling? (Sling-Initial-Content, etc.) I couldn't find one... Thanks, Alex -- Alexander Klimetschek [EMAIL PROTECTED] >> Day JCR Cup 08 | Win a Ma

Re: IncludeTest fails

2008-04-25 Thread Felix Meschberger
Hi Andreas, Thanks for reporting this issue. We look into this shortly. Regards Felix Am Donnerstag, den 24.04.2008, 16:26 +0200 schrieb Andreas Hartmann: > Hi Sling devs, > > FYI: the IncludeTest fails on my machine after a fresh check-out (stack > trace attached below). I wasn't sure if thi

[jira] Commented: (SLING-393) default renderer for .xml

2008-04-25 Thread Michael Marth (JIRA)
[ https://issues.apache.org/jira/browse/SLING-393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12592360#action_12592360 ] Michael Marth commented on SLING-393: - I imagine it to be more like a document view (muc

[jira] Commented: (SLING-393) default renderer for .xml

2008-04-25 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12592351#action_12592351 ] Felix Meschberger commented on SLING-393: - How do you think, should this XML be form

Re: What are the best practices used in Sling.

2008-04-25 Thread Gert Vanthienen
Janandith, Congratulations on your GSoC project! If you're looking for an example of a Maven pom.xml for use with Scala, we have one in Apache Camel [1] Regards, Gert [1] http://svn.apache.org/repos/asf/activemq/camel/trunk/components/camel-scala/pom.xml Felix Meschberger wrote: ... One

[jira] Created: (SLING-393) default renderer for .xml

2008-04-25 Thread Michael Marth (JIRA)
default renderer for .xml - Key: SLING-393 URL: https://issues.apache.org/jira/browse/SLING-393 Project: Sling Issue Type: Improvement Reporter: Michael Marth Priority: Minor I would like to

Apache Sling wins 5. Prize at the JAX Innovation Award

2008-04-25 Thread Felix Meschberger
Hi all, We would like to inform you, that at this years JAX Innovation Award Ceremony of Wednesday night, Apache Sling was awarded the 5. prize. We are very proud of this recognition of our project and efforts. Please refer to [1] and [2] (german only) for more information. Regards Carsten and

Re: What are the best practices used in Sling.

2008-04-25 Thread Felix Meschberger
Hi Janandith, Am Freitag, den 25.04.2008, 00:48 +0600 schrieb janandith jayawardena: > I would like to know about the development process and best practices used > in Sling. The single most best practice is: Have Fun ;-) > 1. If there is any preferred coding standard used. We have no special co

[jira] Commented: (SLING-392) JSON Import: serialization fails with node type denying child nodes even though mixin allows it

2008-04-25 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12592345#action_12592345 ] Felix Meschberger commented on SLING-392: - Two things to note: (1) The node type

[jira] Commented: (SLING-390) NPE in SlingServletResolver (script == null accessed)

2008-04-25 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12592339#action_12592339 ] Felix Meschberger commented on SLING-390: - Oops, this is probably completely wrong.

[jira] Assigned: (SLING-390) NPE in SlingServletResolver (script == null accessed)

2008-04-25 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger reassigned SLING-390: --- Assignee: Felix Meschberger > NPE in SlingServletResolver (script == null accessed) >

[jira] Resolved: (SLING-392) JSON Import: serialization fails with node type denying child nodes even though mixin allows it

2008-04-25 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-392. Resolution: Invalid Your json is incorrect: you apply the mixin "mix:language", but this mix

RE: JCR Explorer

2008-04-25 Thread Felix Meschberger
Hi, Am Dienstag, den 22.04.2008, 15:55 -0500 schrieb Craig L. Ching: > 3) Does anyone have any thoughts on how they'd like to see properties > vs. children (e.g. does everyone agree that the way the Eclipse browser > works is a good model for this? Or are there certain things that should > be don

[jira] Assigned: (SLING-392) JSON Import: serialization fails with node type denying child nodes even though mixin allows it

2008-04-25 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler reassigned SLING-392: -- Assignee: Carsten Ziegeler > JSON Import: serialization fails with node type denying chi

[jira] Commented: (SLING-392) JSON Import: serialization fails with node type denying child nodes even though mixin allows it

2008-04-25 Thread JIRA
[ https://issues.apache.org/jira/browse/SLING-392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12592305#action_12592305 ] Dominique Jäggi commented on SLING-392: --- of course the JSON file shown in the original

[jira] Created: (SLING-392) JSON Import: serialization fails with node type denying child nodes even though mixin allows it

2008-04-25 Thread JIRA
JSON Import: serialization fails with node type denying child nodes even though mixin allows it --- Key: SLING-392 URL: https://issues.apache.org/jira/browse/SLING-392