Running Fling Sample - org.osgi.framework.BundleException: Unable to resolve org.apache.sling.samples.fling [145

2017-02-01 Thread Ravindra Singareddy
Hello Experts. I have started Sling Lauchpad at localhost, port 8080. I have tried to installing Fling sample using following command. mvn clean install -P launchpad@localhost I am receiving following error in sling console: 02.02.2017 02:21:24.648 *ERROR* [FelixStartLevel] ERROR: Bundle

Re: Components each process twice

2017-02-01 Thread Carsten Ziegeler
No, I've never seen this before, except when the component was really called twice per request. Your mail is really very general and makes us guess what you're talking about. Are these OSGi components, rendering components, a script? Please be more specific. Thanks Carsten Lancedolan wrote >

RE: Sling Health Checks

2017-02-01 Thread Jason Bailey
Yes, you are right. I have quite a few scenarios where beyond the indicator that something is wrong, that the healthcheck provides me, I need to capture a value that to represent the scale of the problem. So that I can have analysis. I was hoping to have the option to provide that as part of

Re: How to create Rest APIs for non-JCR data in Sling 8??

2017-02-01 Thread Bertrand Delacretaz
Hi Lance, On Tue, Jan 31, 2017 at 10:25 PM, lancedolan wrote: > Aha! Solved Here's my solution for posterity thanks for sharing! Note that (and maybe I should have tried that earlier, sorry) you can also use our planets resource example on Sling 8 by building it