Building Karaf - org.apache.sling.jcr.webdav 2.3.6 Build Error

2017-02-02 Thread Ravindra Singareddy
Hello Experts,

I have checked in latest sling code. I have compiled using maven and receiving 
org.apache.sling.jcr.webdav, version 2.3.6 is not available in maven 
repository. I have changed version to 2.3.4, it compiles but throws error in 
Integration tests.


In bundle packages, org.apache.sling.jcr.webdav version set to 2.3.9-SNAPSHOT,  
version need to set it to this value.

Thanks


Ravi Singareddy


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 '145' Error 
starting inputstream:org.apache.sling.samples.fling-0.0.1-SNAPSHOT.jar 
(org.osgi.framework.BundleException: Unable to resolve 
org.apache.sling.samples.fling [145](R 145.1): missing requirement 
[org.apache.sling.samples.fling [145](R 145.1)] osgi.wiring.package; 
(&(osgi.wiring.package=org.apache.sling.commons.messaging)(version>=1.0.0)(!(version>=2.0.0)))
 Unresolved requirements: [[org.apache.sling.samples.fling [145](R 145.1)] 
osgi.wiring.package; 
(&(osgi.wiring.package=org.apache.sling.commons.messaging)(version>=1.0.0)(!(version>=2.0.0)))])
org.osgi.framework.BundleException: Unable to resolve 
org.apache.sling.samples.fling [145](R 145.1): missing requirement 
[org.apache.sling.samples.fling [145](R 145.1)] osgi.wiring.package; 
(&(osgi.wiring.package=org.apache.sling.commons.messaging)(version>=1.0.0)(!(version>=2.0.0)))
 Unresolved requirements: [[org.apache.sling.samples.fling [145](R 145.1)] 
osgi.wiring.package; 
(&(osgi.wiring.package=org.apache.sling.commons.messaging)(version>=1.0.0)(!(version>=2.0.0)))]
at 
org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4111)
at org.apache.felix.framework.Felix.startBundle(Felix.java:2117)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1371)
at 
org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:308)
at java.lang.Thread.run(Thread.java:745)
02.02.2017 02:21:24.705 *INFO * [main] Startup completed
Attempting to load ESAPI.properties via file I/O.
Any Idea?
Thanks

Ravi Singareddy




Market Research - Request For Information: Apache Sling Professional Services

2017-01-11 Thread Ravindra Singareddy
Hello Experts,

We are a very small company and starting to propose Apache Sling based 
solutions for budget clients. I would like to know any small company 
(professionals) provides Apache Sling architectural review and yearly 
production support plans?


you can send email response to

ravi (at) singareddy (dot) com


Thanks a lot


Ravi Singareddy

Singareddy, Inc


index.html not updated but index.html/jcr:content updated

2017-01-05 Thread Ravindra Singareddy
Hello Experts,

I have downloaded Sling 8 source and successfully compiled. I have launched 
Sling lauchpad using following command

D:\>java -Xmx4g -Xms4g -Dsling.home=\var\sling -Dsling.run.modes=oak 
target\org.apache.sling.launchpad-9-SNAPSHOT.jar start


I have logged into http://localhost:8080/bin/browser.html/index.html using 
admin/admin credentials. I have changed index.html content and saved. I have 
recycled Sling Lauchpad and accessed http://localhost:8080 and did not see the 
change in index.html page. But I am able see the change in jcr:content  
http://localhost:8080/index.html/jcr:content.

Here are my Questions

1) Where is index.html/jcr:content is stored on file system?

2) Why did not index.html updated?

3) What is the best option in terms of cost (licensing and maintenance) with 
respect to storing (sling.run.modes = oak vs oak_mongo) in production 
environment?


Your help in this regard greatly appreciated.

Thanks


Ravi