Hi guys, I´m trying to get up a Sling based enterprise platform extending basic launchpad webapp. My goal is to have an application platform to build Sling based applications adding third party software, i.e. Apache CXF bundles, Apache Servicemix bundles, Spring DM, etc.
Furthermore, i´d like to reach this goal fulfilling some conditions: * Launch the platform running a launchpad webapp instance. * Preserve the genuine Sling launchpad webapp without modifications (except improvements, of course). * Include the additional bundles on startup. * Not include specific sling bundles on startup (i.e. include org.apache.sling.jcr.jackrabbit.client instead of org.apache.sling.jcr.jackrabbit.server). * Use the local maven repository as OBR. Is this scenario possible?. I´ve been trying to build this platform from [1] and [2] without success. I don´t find the right way to do this. Any suggestions or help will be appreciated. Thanks in advance. BR, Juanjo.** [1] http://incubator.apache.org/sling/site/provisioning-and-startup.html [2] http://incubator.apache.org/sling/site/configuration.html#Configuration-InitialConfiguration
