0 Replies Latest reply on Nov 7, 2011 9:14 AM by sekaijin

    [camel OSGI] No component found with scheme: xslt

    sekaijin

      Hi

       

      Failed to create route ESB999_Copilote_Outbound at: >>> To[xslt:org/aphp/eip/esb999/copilote/2reservation.xsl]

       

      I guess I have a configuration problem.

      probably compoasant camel that is not installed.

       

      I looked in the direction of features:install camel-??

      but I have not found.

       

      I added to org.apache.karaf.features.cfg

      featuresBoot=karaf-framework,config,activemq-broker,activemq-spring,camel,camel-spring,camel-bindy,camel-activemq,camel-nmr,camel-cxf,camel-blueprint,jbi-cluster,war,servicemix-cxf-bc,servicemix-file,servicemix-ftp,servicemix-http,servicemix-jms,servicemix-mail,servicemix-smpp,servicemix-snmp,servicemix-vfs,servicemix-bean,servicemix-camel,servicemix-cxf-se,servicemix-drools,servicemix-eip,servicemix-osworkflow,servicemix-quartz,servicemix-scripting,servicemix-validation,servicemix-saxon,servicemix-wsn2005

       

       

      xslt but I do not know what to put.

       

      where can I find a complete list of features camel can I install?

       

      this is my error reporting

      14:36:11,357 | ERROR | ExtenderThread-7 | ContextLoaderListener            | 78 - org.springframework.osgi.extender - 1.2.1 | Application context refresh failed (OsgiBundleXmlApplicationContext(bundle=org.aphp.smx.route, config=osgibundle:/META-INF/spring/*.xml))

      org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.aphp.eip.esb999.Flow#0' defined in URL bundle://143.0:0/META-INF/spring/camel-context.xml: Invocation of init method failed; nested exception is org.apache.camel.FailedToCreateRouteException: Failed to create route ESB999_Copilote_Outbound at: >>> To[xslt:org/aphp/eip/esb999/copilote/2reservation.xsl] <<< in route: Route[[From[jms://queue:ESB999_in_Copilote_Outbound]] -> [In... because of Failed to resolve endpoint: xslt://org/aphp/eip/esb999/copilote/2reservation.xsl due to: No component found with scheme: xslt

           at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1420)[67:org.springframework.beans:3.0.5.RELEASE]

           at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)[67:org.springframework.beans:3.0.5.RELEASE]

           at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)[67:org.springframework.beans:3.0.5.RELEASE]

           at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)[67:org.springframework.beans:3.0.5.RELEASE]

           at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)[67:org.springframework.beans:3.0.5.RELEASE]

           at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)[67:org.springframework.beans:3.0.5.RELEASE]

           at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)[67:org.springframework.beans:3.0.5.RELEASE]

           at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580)[67:org.springframework.beans:3.0.5.RELEASE]

           at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)[69:org.springframework.context:3.0.5.RELEASE]

           at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.access$1600(AbstractDelegatedExecutionApplicationContext.java:69)[75:org.springframework.osgi.core:1.2.1]

           at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext$4.run(AbstractDelegatedExecutionApplicationContext.java:355)[75:org.springframework.osgi.core:1.2.1]

           at org.springframework.osgi.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85)[75:org.springframework.osgi.core:1.2.1]

           at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.completeRefresh(AbstractDelegatedExecutionApplicationContext.java:320)[75:org.springframework.osgi.core:1.2.1]

           at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor$CompleteRefreshTask.run(DependencyWaiterApplicationContextExecutor.java:132)[78:org.springframework.osgi.extender:1.2.1]

           at java.lang.Thread.run(Thread.java:662)[:1.6.0_25]

       

      bye