You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2013/06/03 14:10:21 UTC

[jira] [Commented] (CAMEL-6222) camel-example-blueprintweb - An example like the tomcat example but using blueprint-web to be Spring free example

    [ https://issues.apache.org/jira/browse/CAMEL-6222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13673054#comment-13673054 ] 

Claus Ibsen commented on CAMEL-6222:
------------------------------------

Pushed code. blueprint-web may need to add support for 3rd party namespaces. I get this error in Tomcat
{code}
Jun 03, 2013 1:59:43 PM org.apache.catalina.core.ApplicationContext log
INFO: Loading Blueprint contexts
[file:/opt/apache-tomcat-7.0.37/webapps/camel-example-blueprintweb/WEB-INF/classes/META-INF/blueprint.xml]
Jun 03, 2013 1:59:43 PM org.apache.catalina.core.ApplicationContext log
SEVERE: Failed to startup blueprint container.
java.lang.IllegalArgumentException: Unsupported namespaces:
[http://camel.apache.org/schema/blueprint]
java.lang.IllegalArgumentException: Unsupported namespaces:
[http://camel.apache.org/schema/blueprint]
at org.apache.aries.blueprint.container.BlueprintContainerImpl.init(BlueprintContainerImpl.java:99)
at org.apache.aries.blueprint.container.BlueprintContainerImpl.<init>(BlueprintContainerImpl.java:73)
at org.apache.aries.blueprint.web.BlueprintContextListener.contextInitialized(BlueprintContextListener.java:86)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4797)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5291)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:633)
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:977)
at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1655)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:722)

Jun 03, 2013 1:59:43 PM org.apache.catalina.core.ApplicationContext log
{code}

Using 1.0.0 version of blueprint-web
                
> camel-example-blueprintweb - An example like the tomcat example but using blueprint-web to be Spring free example
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-6222
>                 URL: https://issues.apache.org/jira/browse/CAMEL-6222
>             Project: Camel
>          Issue Type: New Feature
>          Components: examples
>            Reporter: Claus Ibsen
>             Fix For: Future
>
>
> When Apache Aries Blueprint has released a version of blueprint-web, we can build a Camel example using it.
> Like this example: http://camel.apache.org/servlet-tomcat-no-spring-example.html
> But using blueprint-web.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira