RE: Sling 8 Resource Versioning? Jira access?

2017-01-10 Thread lancedolan
Ahh, yes you're right. I was getting a 403 apparently because of an old bad Chrome Plugin that was injecting Basic Auth headers into my request... my fault. -- View this message in context: http://apache-sling.73963.n3.nabble.com/Sling-8-Resource-Versioning-Jira-access-tp4069484p4069486.html

JS Use API usability or limitations

2017-01-10 Thread lancedolan
I've got years of experience writing backing beans for Sling (aem) components, but can't seem to get a simple JS backing working using the new Javascript Use API. All I want to do is print out a resource's children resources. My JS backing bean: use([], function () { var returnObj = {

Re: Join new member to Sling Oak cluster?

2017-01-10 Thread lancedolan
- What kind of discovery mechanism do you use? I don't know - whichever is the default discovery mechanism when running org.apache.sling.launchpad-8-webapp.war on Tomcat 8 and I've modified the content of the war file so that it will start with run modes oak|oak_mongo, so that by default it's

How to change run mode in Sling8

2017-01-10 Thread lancedolan
I cannot change run mode using the process I have in the past, with Sling8. The only thing that has worked for me was to crack open the org.apache.sling.launchpad-8-webapp.war file, crack open the oak jar file within it, edit sling_install.properties

Re: How to change run mode in Sling8

2017-01-10 Thread Robert Munteanu
Hi, On Tue, 2017-01-10 at 20:19 -0700, lancedolan wrote: > I cannot change run mode using the process I have in the past, with > Sling8. > > The only thing that has worked for me was to crack open the > org.apache.sling.launchpad-8-webapp.war file, crack open the oak jar > file > within it, edit

Re: Join new member to Sling Oak cluster?

2017-01-10 Thread lancedolan
Not sure if I've experienced an intermittent but severe defect, or if I did something wrong when attempting this yesterday. I followed the exact same steps today, and the new instance *did* successfully join. Either I'm wrong, and I actually did something differently yesterday, or this is an

Sling 8 Resource Versioning? Jira access?

2017-01-10 Thread lancedolan
The announcement for sling 8 announces a feature we're excited to use: Versioning through the Resource API: https://sling.apache.org/news/sling-launchpad-8-released.html#versioning-support-in-the-resource-api However, the only info it provides is a JIRA link I can't access:

RE: Sling 8 Resource Versioning? Jira access?

2017-01-10 Thread Stefan Seifert
you should be able to access the JIRA link! it is a public JIRA instance, any anyone has read access to it without further authentication. stefan >-Original Message- >From: lancedolan [mailto:lance.do...@gmail.com] >Sent: Tuesday, January 10, 2017 8:42 PM >To: users@sling.apache.org

Re: Join new member to Sling Oak cluster?

2017-01-10 Thread Robert Munteanu
Hi, On Mon, 2017-01-09 at 17:52 -0700, lancedolan wrote: > Hey guys, sorry for multiple recent question. I'm biting down hard on > Sling > right now and hitting tons of learning curve and growing pains. Don't worry, we like these kinds of questions :-) > > My problem: If I create a fresh