how can I listen a event all time ?

2009-02-16 Thread yanshaozhiGmail
HI everyone: I used EventAdmin send a event , and I want I am able to listen is all time , however , some time the service who listened the event will jion backlist and never listen the event after. How to handle it? thanks. 2009-02-16 yanjie

[jira] Created: (SLING-857) Support XSL transformations when importing XML for initial-content

2009-02-16 Thread Vidar S. Ramdal (JIRA)
Support XSL transformations when importing XML for initial-content -- Key: SLING-857 URL: https://issues.apache.org/jira/browse/SLING-857 Project: Sling Issue Type: New Feature

Re: Pipeline support

2009-02-16 Thread Juan José Vázquez Delgado
Hi Felix, Yes. I think there are multiple options for the input * apply standard Sling processing as in RequestDispatcher.include(resource, resourceTypeOverWrite) I´m not sure what you mean with this case. I understand, the pipeline source would be the XML expressed result of

[jira] Closed: (SLING-858) RepositoryClassLoaderProviderImpl does not handle bind/unbind repository correctly

2009-02-16 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-858. -- Resolution: Fixed Removed the bind/unbind methods in revision 744921 and let the scr plugin

Re: option overwrite:=true

2009-02-16 Thread vkrejcirik
Hi, the node structure is nt:unstructured. (for every node in my content). I have this error only, if I have this option in pom.xml. It's cuious. /**/ Best regards / S pozdravem Vladislav Krejčiřík http://www.vkrejcirik.info Alexander Klimetschek

documentation for server-side ECMAscript

2009-02-16 Thread vkrejcirik
Hi, can I ask you, if it exists any documentation or examples of server-side ECMAscript which is uses for rendering of content? -- /**/ Best regards / S pozdravem Vladislav Krejčiřík http://www.vkrejcirik.info

Re: documentation for server-side ECMAscript

2009-02-16 Thread Felix Meschberger
Hi, There are a few server side scripts in the sample modules as well as the integration tests (look for .esp files). Additionally [1] might also help. Regards Felix [1] http://cwiki.apache.org/SLING/scripting-variables.html vkrejcirik schrieb: Hi, can I ask you, if it exists any

Re: documentation for server-side ECMAscript

2009-02-16 Thread Valentin Jacquemin
Something that helped me a lot was to have a look at the unit tests particularly under /sling_src_home/scripting/javascript/src/test/java/org/apache/sling/scripting (it seems that the Sling svn is not alive anymore.. ) My 0.5 cents ;) On Mon, Feb 16, 2009 at 8:19 PM, Felix Meschberger

Re: Proposal: Extend o.a.s.j.c.i.r.XmlReader to support XSL transformations

2009-02-16 Thread Vidar Ramdal
On Fri, Feb 13, 2009 at 6:22 PM, Vidar Ramdal vi...@idium.no wrote: One easy way to get extensible format support, at least when speaking of XML formats, is to let XmlReader look for a reference to an XSL stylesheet in the XML file (?xml-stylesheet type=text/xsl href=stylesheet.xsl?). I've

option overwrite:=true

2009-02-16 Thread vkrejcirik
hi, I have this in my pom.xml: plugin groupIdorg.apache.felix/groupId artifactIdmaven-bundle-plugin/artifactId extensionstrue/extensions configuration instructions Sling-Initial-Content