Hi Douglas, On Mon, Aug 10, 2009 at 3:35 PM, Douglas José<[email protected]> wrote: > [Continuing message...] > >>...I >> installed the following bundles in an attempt to satisfy the remaining >> dependencies: >> >> - com.springsource.org.apache.xalan 2.7.0 >> - com.springsource.org.apache.xerces 2.8.1 >> - com.springsource.org.apache.xmlcommons 1.3.3 >> - com.springsource.org.apache.xml.resolver 1.2.0 >> - com.springsource.org.apache.bcel 5.2.0 >> - com.springsource.javax.servlet 2.5.0 >> - com.springsource.javax.el 1.0.0 >> > > Even without any missing dependency, my application fails telling that the > URI 'http://java.sun.com/jstl/core' cannot be found anywhere on my > classpath. Do you have any idea on what I may be doing wrong?..
I'm not sure what's wrong on your side, here's what works for me: -Use the current Sling trunk -In launchpad/app, delete the sling subfolder and start the org.apache.sling.launchpad.app-6-SNAPSHOT.jar -Add and start the two bundles mentioned in my previous mail. The example JSP script that I supplied before then works. Maybe you can reproduce this and then compare with your current setup? I enclose below the list of active bundles on my system, just in case. -Bertrand com.springsource.javax.servlet.jsp.jstl (1.1.2) "Java JSP Standard Tag Library" [Active] com.springsource.org.apache.taglibs.standard (1.1.2) "Apache Standard Tag Libraries" [Active] groovy-all (1.6.0) "Groovy Runtime" [Active] org.apache.commons.collections (3.2.1) "Commons Collections" [Active] org.apache.commons.io (1.4) "Apache Commons IO Bundle" [Active] org.apache.commons.lang (2.4) "Commons Lang" [Active] org.apache.felix.bundlerepository (1.4.0) "Apache Felix Bundle Repository" [Active] org.apache.felix.configadmin (1.0.10) "Apache Felix Configuration Admin Service" [Active] org.apache.felix.eventadmin (1.0.0) "Apache Felix EventAdmin" [Active] org.apache.felix.framework (1.6.1) "System Bundle" [Active] org.apache.felix.metatype (1.0.3.SNAPSHOT) "Apache Felix Metatype Service" [Active] org.apache.felix.scr (1.0.8) "Apache Felix Declarative Services" [Active] org.apache.felix.webconsole (1.2.10) "Apache Felix Web Management Console" [Active] org.apache.jackrabbit.jackrabbit-api (1.5.0) "Jackrabbit API" [Active] org.apache.jackrabbit.jackrabbit-jcr-commons (1.5.0) "Jackrabbit JCR Commons" [Active] org.apache.sling.adapter (2.0.3.SNAPSHOT) "Apache Sling AdapterManager implementation" [Active] org.apache.sling.api (2.0.5.SNAPSHOT) "Apache Sling API" [Active] org.apache.sling.bundleresource.impl (2.0.4.incubator) "Apache Sling Bundle Resource Provider" [Active] org.apache.sling.commons.classloader (0.9.0.SNAPSHOT) "Apache Sling Dynamic Class Loader Support" [Active] org.apache.sling.commons.json (2.0.4.incubator) "Apache Sling JSON Library" [Active] org.apache.sling.commons.log (2.0.5.SNAPSHOT) "Apache Sling OSGi LogService Implementation" [Active] org.apache.sling.commons.mime (2.1.0.incubator) "Apache Sling MIME type mapping support" [Active] org.apache.sling.commons.osgi (2.0.4.incubator) "Apache Sling Commons OSGi support" [Active] org.apache.sling.engine (2.0.5.SNAPSHOT) "Apache Sling Engine Implementation" [Active] org.apache.sling.extensions.threaddump (0.1.2.incubator) "Apache Sling Thread Dumper" [Active] org.apache.sling.httpauth (2.0.5.SNAPSHOT) "Apache Sling HTTP Header Authentication" [Active] org.apache.sling.jcr.api (2.0.2.incubator) "Sling - Repository API Bundle" [Active] org.apache.sling.jcr.base (2.0.4.incubator) "Apache Sling JCR Base Bundle" [Active] org.apache.sling.jcr.classloader (2.0.5.SNAPSHOT) "Apache Sling Repository ClassLoader" [Active] org.apache.sling.jcr.contentloader (2.0.5.SNAPSHOT) "Apache Sling Initial Content Loader" [Active] org.apache.sling.jcr.jackrabbit.accessmanager (2.0.2.incubator) "Apache Sling Jackrabbit JSR-283 Access Control Manager Support" [Active] org.apache.sling.jcr.jackrabbit.server (2.0.3.incubator-SNAPSHOT) "Apache Sling Jackrabbit Embedded Repository" [Active] org.apache.sling.jcr.jackrabbit.usermanager (2.0.3.SNAPSHOT) "Apache Sling Jackrabbit UserManager Support" [Active] org.apache.sling.jcr.ocm (2.0.4.incubator) "Apache Sling Object Content Mapping" [Active] org.apache.sling.jcr.resource (2.0.5.SNAPSHOT) "Apache Sling Resource Resolver" [Active] org.apache.sling.jcr.webdav (2.0.6.incubator) "Apache Sling Simple WebDAV Access to repositories" [Active] org.apache.sling.launchpad.content (2.0.4.incubator) "Apache Sling Launchpad Content" [Active] org.apache.sling.scripting.api (2.0.2.incubator) "Sling - Scripting Implementation API" [Active] org.apache.sling.scripting.core (2.0.5.SNAPSHOT) "Apache Sling Scripting Core implementation" [Active] org.apache.sling.scripting.javascript (2.0.5.SNAPSHOT) "Apache Sling Scripting JavaScript Support" [Active] org.apache.sling.scripting.jsp (2.0.7.SNAPSHOT) "Apache Sling Scripting JSP Support" [Active] org.apache.sling.scripting.jsp.taglib (2.0.5.SNAPSHOT) "Apache Sling JSP Tag Library" [Active] org.apache.sling.servlets.get (2.0.5.SNAPSHOT) "Apache Sling Default GET Servlets" [Active] org.apache.sling.servlets.post (2.0.4.incubator) "Apache Sling Default POST Servlets" [Active] org.apache.sling.servlets.resolver (2.0.7.SNAPSHOT) "Apache Sling Servlet Resolver" [Active] org.apache.sling.systemstatus (0.9.0.SNAPSHOT) "Apache Sling System Status Service" [Active] org.ops4j.pax.web.pax-web-service (0.6.0) "OPS4J Pax Web - Service" [Active]
