[jira] [Commented] (CAMEL-13953) The url http://camel.apache.org/schema/blueprint/cxf is down
[ https://issues.apache.org/jira/browse/CAMEL-13953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16925903#comment-16925903 ] Marco Tenti commented on CAMEL-13953: - Sorry freeman lost something during the copy and paste . I have committed the absent beans. > The url http://camel.apache.org/schema/blueprint/cxf is down > > > Key: CAMEL-13953 > URL: https://issues.apache.org/jira/browse/CAMEL-13953 > Project: Camel > Issue Type: Bug >Reporter: Marco Tenti >Assignee: Freeman Fang >Priority: Critical > > My bundle OSGI remains in "grace period" because of this error > {code} > is waiting for namespace handlers [http://cxf.apache.org/blueprint/core, > http://cxf.apache.org/transports/http/configuration, > http://camel.apache.org/schema/cxf/camel-cxf-blueprint, > http://cxf.apache.org/configuration/security, > http://camel.apache.org/schema/blueprint, > http://cxf.apache.org/transports/http-undertow/configuration, > [http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.1.0] > {code} > it' seem some url is down in the specific the url > http://camel.apache.org/schema/blueprint/cxf > is a couple of days is not reachable and give me error code 404 "Page not > found". > Is down for a error or the XSD is migrate to another url? > REPRODUCER PROJECT : https://github.com/p4535992/bug-load-namespace-blueprint -- This message was sent by Atlassian Jira (v8.3.2#803003)
[jira] [Commented] (CAMEL-13953) The url http://camel.apache.org/schema/blueprint/cxf is down
[ https://issues.apache.org/jira/browse/CAMEL-13953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16925751#comment-16925751 ] Marco Tenti commented on CAMEL-13953: - It's not a perfect solution, because i want to understand "why" something stop working, but i resolved by updating the RedHat Fuse 7.3.1 to 7.4.0 and avoid the installing of these features: feature:install cxf-http-netty-client feature:install cxf-http-netty-server feature:install jms feature:install activemq-client feature:install pax-jms-pool-pooledjms feature:install pax-jms-artemis feature:install pax-jms-config feature:install pax-jms-pool feature:install artemis feature:install artemis-core feature:install artemis-core-client feature:install artemis-jms-client i will try to go more deep on this , but it's seem some collision lirbary order between feature > The url http://camel.apache.org/schema/blueprint/cxf is down > > > Key: CAMEL-13953 > URL: https://issues.apache.org/jira/browse/CAMEL-13953 > Project: Camel > Issue Type: Bug >Reporter: Marco Tenti >Assignee: Freeman Fang >Priority: Critical > > My bundle OSGI remains in "grace period" because of this error > {code} > is waiting for namespace handlers [http://cxf.apache.org/blueprint/core, > http://cxf.apache.org/transports/http/configuration, > http://camel.apache.org/schema/cxf/camel-cxf-blueprint, > http://cxf.apache.org/configuration/security, > http://camel.apache.org/schema/blueprint, > http://cxf.apache.org/transports/http-undertow/configuration, > [http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.1.0] > {code} > it' seem some url is down in the specific the url > http://camel.apache.org/schema/blueprint/cxf > is a couple of days is not reachable and give me error code 404 "Page not > found". > Is down for a error or the XSD is migrate to another url? > REPRODUCER PROJECT : https://github.com/p4535992/bug-load-namespace-blueprint -- This message was sent by Atlassian Jira (v8.3.2#803003)
[jira] [Comment Edited] (CAMEL-13953) The url http://camel.apache.org/schema/blueprint/cxf is down
[ https://issues.apache.org/jira/browse/CAMEL-13953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16925465#comment-16925465 ] Marco Tenti edited comment on CAMEL-13953 at 9/9/19 10:52 AM: -- Ty all . Freeman seem to tell the right thing the url http://camel.apache.org/schema/cxf/camel-cxf-blueprint seem wrong and is not a url i used previosuly. For clarification i make a reproducer project with the old configuration on the READ.me file it's worked just fine or at least not stuck on grace period two week ago . Here the reproducer project: https://github.com/p4535992/bug-load-namespace-blueprint i'm desperated to solve this issue any help is more than welcome. it's very simlar to this issue open recently from another developer: https://stackoverflow.com/questions/56887309/waiting-for-namespace-handlers So maybe is some feature i have installed conflict with another feature, in the README.md file of the reproducer project i put a list of all my insatlled feature in order of installation. was (Author: 4535992): Ty all . Freeman seem to tell the right thing the url http://camel.apache.org/schema/cxf/camel-cxf-blueprint seem wrong and is not a url i used previosuly. For clarification i make a reproducer project with the old configuration on the READ.me file it's worked just fine or at least not stuck on grace period two week ago . Here the reproducer project: https://github.com/p4535992/bug-load-namespace-blueprint i'm desperated to solve this issue any help is more than welcome. it's very simlar to this issue open recently from another developer: https://stackoverflow.com/questions/56887309/waiting-for-namespace-handlers > The url http://camel.apache.org/schema/blueprint/cxf is down > > > Key: CAMEL-13953 > URL: https://issues.apache.org/jira/browse/CAMEL-13953 > Project: Camel > Issue Type: Bug >Reporter: Marco Tenti >Assignee: Freeman Fang >Priority: Critical > > My bundle OSGI remains in "grace period" because of this error > {code} > is waiting for namespace handlers [http://cxf.apache.org/blueprint/core, > http://cxf.apache.org/transports/http/configuration, > http://camel.apache.org/schema/cxf/camel-cxf-blueprint, > http://cxf.apache.org/configuration/security, > http://camel.apache.org/schema/blueprint, > http://cxf.apache.org/transports/http-undertow/configuration, > [http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.1.0] > {code} > it' seem some url is down in the specific the url > http://camel.apache.org/schema/blueprint/cxf > is a couple of days is not reachable and give me error code 404 "Page not > found". > Is down for a error or the XSD is migrate to another url? > REPRODUCER PROJECT : https://github.com/p4535992/bug-load-namespace-blueprint -- This message was sent by Atlassian Jira (v8.3.2#803003)
[jira] [Comment Edited] (CAMEL-13953) The url http://camel.apache.org/schema/blueprint/cxf is down
[ https://issues.apache.org/jira/browse/CAMEL-13953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16925465#comment-16925465 ] Marco Tenti edited comment on CAMEL-13953 at 9/9/19 10:45 AM: -- Ty all . Freeman seem to tell the right thing the url http://camel.apache.org/schema/cxf/camel-cxf-blueprint seem wrong and is not a url i used previosuly. For clarification i make a reproducer project with the old configuration on the READ.me file it's worked just fine or at least not stuck on grace period two week ago . Here the reproducer project: https://github.com/p4535992/bug-load-namespace-blueprint i'm desperated to solve this issue any help is more than welcome. it's very simlar to this issue open recnetly but another developer: https://stackoverflow.com/questions/56887309/waiting-for-namespace-handlers was (Author: 4535992): Ty all . Freeman seem to tell the right thing the url http://camel.apache.org/schema/cxf/camel-cxf-blueprint seem wrong and is not a url i used previosuly. For clarification i make a reproducer project with the old configuration on the READ.me file it's worked just fine or at least not stuck on grace period two week ago . Here the reproducer project: https://github.com/p4535992/bug-load-namespace-blueprint i'm desperated to solve this issue any help is more than welcome. > The url http://camel.apache.org/schema/blueprint/cxf is down > > > Key: CAMEL-13953 > URL: https://issues.apache.org/jira/browse/CAMEL-13953 > Project: Camel > Issue Type: Bug >Reporter: Marco Tenti >Assignee: Freeman Fang >Priority: Critical > > My bundle OSGI remains in "grace period" because of this error > {code} > is waiting for namespace handlers [http://cxf.apache.org/blueprint/core, > http://cxf.apache.org/transports/http/configuration, > http://camel.apache.org/schema/cxf/camel-cxf-blueprint, > http://cxf.apache.org/configuration/security, > http://camel.apache.org/schema/blueprint, > http://cxf.apache.org/transports/http-undertow/configuration, > [http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.1.0] > {code} > it' seem some url is down in the specific the url > http://camel.apache.org/schema/blueprint/cxf > is a couple of days is not reachable and give me error code 404 "Page not > found". > Is down for a error or the XSD is migrate to another url? > REPRODUCER PROJECT : https://github.com/p4535992/bug-load-namespace-blueprint -- This message was sent by Atlassian Jira (v8.3.2#803003)
[jira] [Comment Edited] (CAMEL-13953) The url http://camel.apache.org/schema/blueprint/cxf is down
[ https://issues.apache.org/jira/browse/CAMEL-13953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16925465#comment-16925465 ] Marco Tenti edited comment on CAMEL-13953 at 9/9/19 10:45 AM: -- Ty all . Freeman seem to tell the right thing the url http://camel.apache.org/schema/cxf/camel-cxf-blueprint seem wrong and is not a url i used previosuly. For clarification i make a reproducer project with the old configuration on the READ.me file it's worked just fine or at least not stuck on grace period two week ago . Here the reproducer project: https://github.com/p4535992/bug-load-namespace-blueprint i'm desperated to solve this issue any help is more than welcome. it's very simlar to this issue open recently from another developer: https://stackoverflow.com/questions/56887309/waiting-for-namespace-handlers was (Author: 4535992): Ty all . Freeman seem to tell the right thing the url http://camel.apache.org/schema/cxf/camel-cxf-blueprint seem wrong and is not a url i used previosuly. For clarification i make a reproducer project with the old configuration on the READ.me file it's worked just fine or at least not stuck on grace period two week ago . Here the reproducer project: https://github.com/p4535992/bug-load-namespace-blueprint i'm desperated to solve this issue any help is more than welcome. it's very simlar to this issue open recnetly but another developer: https://stackoverflow.com/questions/56887309/waiting-for-namespace-handlers > The url http://camel.apache.org/schema/blueprint/cxf is down > > > Key: CAMEL-13953 > URL: https://issues.apache.org/jira/browse/CAMEL-13953 > Project: Camel > Issue Type: Bug >Reporter: Marco Tenti >Assignee: Freeman Fang >Priority: Critical > > My bundle OSGI remains in "grace period" because of this error > {code} > is waiting for namespace handlers [http://cxf.apache.org/blueprint/core, > http://cxf.apache.org/transports/http/configuration, > http://camel.apache.org/schema/cxf/camel-cxf-blueprint, > http://cxf.apache.org/configuration/security, > http://camel.apache.org/schema/blueprint, > http://cxf.apache.org/transports/http-undertow/configuration, > [http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.1.0] > {code} > it' seem some url is down in the specific the url > http://camel.apache.org/schema/blueprint/cxf > is a couple of days is not reachable and give me error code 404 "Page not > found". > Is down for a error or the XSD is migrate to another url? > REPRODUCER PROJECT : https://github.com/p4535992/bug-load-namespace-blueprint -- This message was sent by Atlassian Jira (v8.3.2#803003)
[jira] [Updated] (CAMEL-13953) The url http://camel.apache.org/schema/blueprint/cxf is down
[ https://issues.apache.org/jira/browse/CAMEL-13953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marco Tenti updated CAMEL-13953: Description: My bundle OSGI remains in "grace period" because of this error {code} is waiting for namespace handlers [http://cxf.apache.org/blueprint/core, http://cxf.apache.org/transports/http/configuration, http://camel.apache.org/schema/cxf/camel-cxf-blueprint, http://cxf.apache.org/configuration/security, http://camel.apache.org/schema/blueprint, http://cxf.apache.org/transports/http-undertow/configuration, [http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.1.0] {code} it' seem some url is down in the specific the url http://camel.apache.org/schema/blueprint/cxf is a couple of days is not reachable and give me error code 404 "Page not found". Is down for a error or the XSD is migrate to another url? REPRODUCER PROJECT : https://github.com/p4535992/bug-load-namespace-blueprint was: My bundle OSGI remains in "grace period" because of this error {code} is waiting for namespace handlers [http://cxf.apache.org/blueprint/core, http://cxf.apache.org/transports/http/configuration, http://camel.apache.org/schema/cxf/camel-cxf-blueprint, http://cxf.apache.org/configuration/security, http://camel.apache.org/schema/blueprint, http://cxf.apache.org/transports/http-undertow/configuration, [http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.1.0] {code} it' seem some url is down in the specific the url http://camel.apache.org/schema/blueprint/cxf is a couple of days is not reachable and give me error code 404 "Page not found". Is down for a error or the XSD is migrate to another url? > The url http://camel.apache.org/schema/blueprint/cxf is down > > > Key: CAMEL-13953 > URL: https://issues.apache.org/jira/browse/CAMEL-13953 > Project: Camel > Issue Type: Bug >Reporter: Marco Tenti >Assignee: Freeman Fang >Priority: Critical > > My bundle OSGI remains in "grace period" because of this error > {code} > is waiting for namespace handlers [http://cxf.apache.org/blueprint/core, > http://cxf.apache.org/transports/http/configuration, > http://camel.apache.org/schema/cxf/camel-cxf-blueprint, > http://cxf.apache.org/configuration/security, > http://camel.apache.org/schema/blueprint, > http://cxf.apache.org/transports/http-undertow/configuration, > [http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.1.0] > {code} > it' seem some url is down in the specific the url > http://camel.apache.org/schema/blueprint/cxf > is a couple of days is not reachable and give me error code 404 "Page not > found". > Is down for a error or the XSD is migrate to another url? > REPRODUCER PROJECT : https://github.com/p4535992/bug-load-namespace-blueprint -- This message was sent by Atlassian Jira (v8.3.2#803003)
[jira] [Commented] (CAMEL-13953) The url http://camel.apache.org/schema/blueprint/cxf is down
[ https://issues.apache.org/jira/browse/CAMEL-13953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16925465#comment-16925465 ] Marco Tenti commented on CAMEL-13953: - Ty all . Freeman seem to tell the right thing the url http://camel.apache.org/schema/cxf/camel-cxf-blueprint seem wrong and is not a url i used previosuly. For clarification i make a reproducer project with the old configuration on the READ.me file it's worked just fine or at least not stuck on grace period two week ago . Here the reproducer project: https://github.com/p4535992/bug-load-namespace-blueprint i'm desperated to solve this issue any help is more than welcome. > The url http://camel.apache.org/schema/blueprint/cxf is down > > > Key: CAMEL-13953 > URL: https://issues.apache.org/jira/browse/CAMEL-13953 > Project: Camel > Issue Type: Bug >Reporter: Marco Tenti >Assignee: Freeman Fang >Priority: Critical > > My bundle OSGI remains in "grace period" because of this error > {code} > is waiting for namespace handlers [http://cxf.apache.org/blueprint/core, > http://cxf.apache.org/transports/http/configuration, > http://camel.apache.org/schema/cxf/camel-cxf-blueprint, > http://cxf.apache.org/configuration/security, > http://camel.apache.org/schema/blueprint, > http://cxf.apache.org/transports/http-undertow/configuration, > [http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.1.0] > {code} > it' seem some url is down in the specific the url > http://camel.apache.org/schema/blueprint/cxf > is a couple of days is not reachable and give me error code 404 "Page not > found". > Is down for a error or the XSD is migrate to another url? -- This message was sent by Atlassian Jira (v8.3.2#803003)
[jira] [Comment Edited] (CAMEL-13953) The url http://camel.apache.org/schema/blueprint/cxf is down
[ https://issues.apache.org/jira/browse/CAMEL-13953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16924414#comment-16924414 ] Marco Tenti edited comment on CAMEL-13953 at 9/6/19 5:06 PM: - ty all for the clarification. For now i use the http protocol instead of https . I'm not very smart on this configuration, but here my "blueprint.xml header" updated : {code:xml} http://osgi.org/xmlns/blueprint/v1.0.0"; xmlns:blueprint-schema-cxf="http://camel.apache.org/schema/cxf"; xmlns:camel="http://camel.apache.org/schema/blueprint"; xmlns:cm="http://aries.apache.org/schemas/blueprint-cm/blueprint-cm-1.3.0"; xmlns:ctx="http://www.springframework.org/schema/context"; xmlns:cxf="http://camel.apache.org/schema/cxf/camel-cxf-blueprint"; xmlns:cxf-core="http://cxf.apache.org/schemas/blueprint/core"; xmlns:cxf-security="http://cxf.apache.org/configuration/security"; xmlns:enc="http://karaf.apache.org/xmlns/jasypt/v1.0.0"; xmlns:ext="http://aries.apache.org/blueprint/xmlns/blueprint-ext/v1.0.0"; xmlns:http="http://cxf.apache.org/schemas/configuration/http-conf"; xmlns:httpn="http://cxf.apache.org/schemas/configuration/http-netty-server"; xmlns:httpu="http://cxf.apache.org/schemas/configuration/http-undertow"; xmlns:jaxrs="http://cxf.apache.org/schemas/blueprint/jaxrs"; xmlns:jaxws="http://cxf.apache.org/schemas/blueprint/jaxws"; xmlns:osgi="http://www.springframework.org/schema/osgi"; xmlns:osgix="http://www.springframework.org/schema/osgi-compendium"; xmlns:sec="http://cxf.apache.org/schemas/configuration/security"; xmlns:spring-beans="http://www.springframework.org/schema/beans"; xmlns:spring-camel-cxf="http://camel.apache.org/schema/cxf"; xmlns:spring-security="http://www.springframework.org/schema/security"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation=" http://osgi.org/xmlns/blueprint/v1.0.0 https://osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd http://camel.apache.org/schema/cxf http://camel.apache.org/schema/cxf/camel-cxf.xsd http://camel.apache.org/schema/blueprint/camel-blueprint.xsd http://aries.apache.org/schemas/blueprint-cm/blueprint-cm-1.3.0 http://aries.apache.org/schemas/blueprint-cm/blueprint-cm-1.3.0.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd http://camel.apache.org/schema/cxf/camel-cxf-blueprint.xsd http://cxf.apache.org/schemas/blueprint/core http://cxf.apache.org/schemas/blueprint/core.xsd http://karaf.apache.org/xmlns/jasypt/v1.0.0 http://aries.apache.org/blueprint/xmlns/blueprint-ext/v1.0.0 http://aries.apache.org/schemas/blueprint-ext/blueprint-ext.xsd http://cxf.apache.org/schemas/configuration/http-conf http://cxf.apache.org/schemas/configuration/http-conf.xsd http://cxf.apache.org/schemas/configuration/http-netty-server http://cxf.apache.org/schemas/configuration/http-netty-server.xsd http://cxf.apache.org/schemas/configuration/http-undertow http://cxf.apache.org/schemas/configuration/http-undertow.xsd http://cxf.apache.org/schemas/blueprint/jaxrs http://cxf.apache.org/schemas/blueprint/jaxrs.xsd http://cxf.apache.org/schemas/blueprint/jaxws http://cxf.apache.org/schemas/blueprint/jaxws.xsd http://www.springframework.org/schema/osgi http://www.springframework.org/schema/osgi/spring-osgi.xsd http://www.springframework.org/schema/osgi-compendium http://www.springframework.org/schema/osgi-compendium/spring-osgi-compendium.xsd http://cxf.apache.org/schemas/configuration/security http://cxf.apache.org/schemas/configuration/security.xsd http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://camel.apache.org/schema/cxf https://camel.apache.org/schema/cxf/camel-cxf.xsd http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security.xsd";> {code} i still get the error {code:java} is waiting for namespace handlers [http://osgi.org/xmlns/blueprint/v1.0.0, http://camel.apache.org/schema/cxf/camel-cxf-blueprint, http://cxf.apache.org/schemas/blueprint/core, http://cxf.apache.org/schemas/configuration/security, http://cxf.apache.org/schemas/configuration/http-conf, http://camel.apache.org/schema/blueprint, http://aries.apache.org/schemas/blueprint-cm/blueprint-cm-1.3.0, http://cxf.apache.org/schemas/configuration/http-undertow] {code} there is still some wrong url on this? *To answer to Claus and Freeman:* i'm using RedHat Fuse and i've installed the feature "camel-cxf" there is some configuration i must put on my OSGI manifest for avoid the call to remote XSD using a the mebdded XSD on the "camel-cxf" bundle? Here the maven plugin i'
[jira] [Comment Edited] (CAMEL-13953) The url http://camel.apache.org/schema/blueprint/cxf is down
[ https://issues.apache.org/jira/browse/CAMEL-13953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16924414#comment-16924414 ] Marco Tenti edited comment on CAMEL-13953 at 9/6/19 5:06 PM: - ty all for the clarification. For now i use the http protocol instead of https . I'm not very smart on this configuration, but here my "blueprint.xml header" updated : {code:xml} http://osgi.org/xmlns/blueprint/v1.0.0"; xmlns:blueprint-schema-cxf="http://camel.apache.org/schema/cxf"; xmlns:camel="http://camel.apache.org/schema/blueprint"; xmlns:cm="http://aries.apache.org/schemas/blueprint-cm/blueprint-cm-1.3.0"; xmlns:ctx="http://www.springframework.org/schema/context"; xmlns:cxf="http://camel.apache.org/schema/cxf/camel-cxf-blueprint"; xmlns:cxf-core="http://cxf.apache.org/schemas/blueprint/core"; xmlns:cxf-security="http://cxf.apache.org/configuration/security"; xmlns:enc="http://karaf.apache.org/xmlns/jasypt/v1.0.0"; xmlns:ext="http://aries.apache.org/blueprint/xmlns/blueprint-ext/v1.0.0"; xmlns:http="http://cxf.apache.org/schemas/configuration/http-conf"; xmlns:httpn="http://cxf.apache.org/schemas/configuration/http-netty-server"; xmlns:httpu="http://cxf.apache.org/schemas/configuration/http-undertow"; xmlns:jaxrs="http://cxf.apache.org/schemas/blueprint/jaxrs"; xmlns:jaxws="http://cxf.apache.org/schemas/blueprint/jaxws"; xmlns:osgi="http://www.springframework.org/schema/osgi"; xmlns:osgix="http://www.springframework.org/schema/osgi-compendium"; xmlns:sec="http://cxf.apache.org/schemas/configuration/security"; xmlns:spring-beans="http://www.springframework.org/schema/beans"; xmlns:spring-camel-cxf="http://camel.apache.org/schema/cxf"; xmlns:spring-security="http://www.springframework.org/schema/security"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation=" http://osgi.org/xmlns/blueprint/v1.0.0 https://osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd http://camel.apache.org/schema/cxf http://camel.apache.org/schema/cxf/camel-cxf.xsd http://camel.apache.org/schema/blueprint/camel-blueprint.xsd http://aries.apache.org/schemas/blueprint-cm/blueprint-cm-1.3.0 http://aries.apache.org/schemas/blueprint-cm/blueprint-cm-1.3.0.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd http://camel.apache.org/schema/cxf/camel-cxf-blueprint.xsd http://cxf.apache.org/schemas/blueprint/core http://cxf.apache.org/schemas/blueprint/core.xsd http://karaf.apache.org/xmlns/jasypt/v1.0.0 http://aries.apache.org/blueprint/xmlns/blueprint-ext/v1.0.0 http://aries.apache.org/schemas/blueprint-ext/blueprint-ext.xsd http://cxf.apache.org/schemas/configuration/http-conf http://cxf.apache.org/schemas/configuration/http-conf.xsd http://cxf.apache.org/schemas/configuration/http-netty-server http://cxf.apache.org/schemas/configuration/http-netty-server.xsd http://cxf.apache.org/schemas/configuration/http-undertow http://cxf.apache.org/schemas/configuration/http-undertow.xsd http://cxf.apache.org/schemas/blueprint/jaxrs http://cxf.apache.org/schemas/blueprint/jaxrs.xsd http://cxf.apache.org/schemas/blueprint/jaxws http://cxf.apache.org/schemas/blueprint/jaxws.xsd http://www.springframework.org/schema/osgi http://www.springframework.org/schema/osgi/spring-osgi.xsd http://www.springframework.org/schema/osgi-compendium http://www.springframework.org/schema/osgi-compendium/spring-osgi-compendium.xsd http://cxf.apache.org/schemas/configuration/security http://cxf.apache.org/schemas/configuration/security.xsd http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://camel.apache.org/schema/cxf https://camel.apache.org/schema/cxf/camel-cxf.xsd http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security.xsd";> {code} i still get the error {code:java} is waiting for namespace handlers [http://osgi.org/xmlns/blueprint/v1.0.0, http://camel.apache.org/schema/cxf/camel-cxf-blueprint, http://cxf.apache.org/schemas/blueprint/core, http://cxf.apache.org/schemas/configuration/security, http://cxf.apache.org/schemas/configuration/http-conf, http://camel.apache.org/schema/blueprint, http://aries.apache.org/schemas/blueprint-cm/blueprint-cm-1.3.0, http://cxf.apache.org/schemas/configuration/http-undertow] {code} there is still some wrong url on this? *To answer to Claus and Freeman:* i'm using RedHat Fuse and i've installed the feature "camel-cxf" there is some configuration i must put on my OSGI manifest for avoid the call to remote XSD using a the embbeded XSD on the "camel-cxf" bundle? Here the maven plugin i
[jira] [Comment Edited] (CAMEL-13953) The url http://camel.apache.org/schema/blueprint/cxf is down
[ https://issues.apache.org/jira/browse/CAMEL-13953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16924414#comment-16924414 ] Marco Tenti edited comment on CAMEL-13953 at 9/6/19 5:02 PM: - ty all for the clarification. For now i use the http protocol instead of https . I'm not very smart on this configuration, but here my "blueprint.xml header" updated : {code:xml} http://osgi.org/xmlns/blueprint/v1.0.0"; xmlns:blueprint-schema-cxf="http://camel.apache.org/schema/cxf"; xmlns:camel="http://camel.apache.org/schema/blueprint"; xmlns:cm="http://aries.apache.org/schemas/blueprint-cm/blueprint-cm-1.3.0"; xmlns:ctx="http://www.springframework.org/schema/context"; xmlns:cxf="http://camel.apache.org/schema/cxf/camel-cxf-blueprint"; xmlns:cxf-core="http://cxf.apache.org/schemas/blueprint/core"; xmlns:cxf-security="http://cxf.apache.org/configuration/security"; xmlns:enc="http://karaf.apache.org/xmlns/jasypt/v1.0.0"; xmlns:ext="http://aries.apache.org/blueprint/xmlns/blueprint-ext/v1.0.0"; xmlns:http="http://cxf.apache.org/schemas/configuration/http-conf"; xmlns:httpn="http://cxf.apache.org/schemas/configuration/http-netty-server"; xmlns:httpu="http://cxf.apache.org/schemas/configuration/http-undertow"; xmlns:jaxrs="http://cxf.apache.org/schemas/blueprint/jaxrs"; xmlns:jaxws="http://cxf.apache.org/schemas/blueprint/jaxws"; xmlns:osgi="http://www.springframework.org/schema/osgi"; xmlns:osgix="http://www.springframework.org/schema/osgi-compendium"; xmlns:sec="http://cxf.apache.org/schemas/configuration/security"; xmlns:spring-beans="http://www.springframework.org/schema/beans"; xmlns:spring-camel-cxf="http://camel.apache.org/schema/cxf"; xmlns:spring-security="http://www.springframework.org/schema/security"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation=" http://osgi.org/xmlns/blueprint/v1.0.0 https://osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd http://camel.apache.org/schema/cxf http://camel.apache.org/schema/cxf/camel-cxf.xsd http://camel.apache.org/schema/blueprint/camel-blueprint.xsd http://aries.apache.org/schemas/blueprint-cm/blueprint-cm-1.3.0 http://aries.apache.org/schemas/blueprint-cm/blueprint-cm-1.3.0.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd http://camel.apache.org/schema/cxf/camel-cxf-blueprint.xsd http://cxf.apache.org/schemas/blueprint/core http://cxf.apache.org/schemas/blueprint/core.xsd http://karaf.apache.org/xmlns/jasypt/v1.0.0 http://aries.apache.org/blueprint/xmlns/blueprint-ext/v1.0.0 http://aries.apache.org/schemas/blueprint-ext/blueprint-ext.xsd http://cxf.apache.org/schemas/configuration/http-conf http://cxf.apache.org/schemas/configuration/http-conf.xsd http://cxf.apache.org/schemas/configuration/http-netty-server http://cxf.apache.org/schemas/configuration/http-netty-server.xsd http://cxf.apache.org/schemas/configuration/http-undertow http://cxf.apache.org/schemas/configuration/http-undertow.xsd http://cxf.apache.org/schemas/blueprint/jaxrs http://cxf.apache.org/schemas/blueprint/jaxrs.xsd http://cxf.apache.org/schemas/blueprint/jaxws http://cxf.apache.org/schemas/blueprint/jaxws.xsd http://www.springframework.org/schema/osgi http://www.springframework.org/schema/osgi/spring-osgi.xsd http://www.springframework.org/schema/osgi-compendium http://www.springframework.org/schema/osgi-compendium/spring-osgi-compendium.xsd http://cxf.apache.org/schemas/configuration/security http://cxf.apache.org/schemas/configuration/security.xsd http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://camel.apache.org/schema/cxf https://camel.apache.org/schema/cxf/camel-cxf.xsd http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security.xsd";> {code} i still get the error {code:java} is waiting for namespace handlers [http://osgi.org/xmlns/blueprint/v1.0.0, http://camel.apache.org/schema/cxf/camel-cxf-blueprint, http://cxf.apache.org/schemas/blueprint/core, http://cxf.apache.org/schemas/configuration/security, http://cxf.apache.org/schemas/configuration/http-conf, http://camel.apache.org/schema/blueprint, http://aries.apache.org/schemas/blueprint-cm/blueprint-cm-1.3.0, http://cxf.apache.org/schemas/configuration/http-undertow] {code} there is still some wrong url on this? *To answer to Claus* i'm using RedHat Fuse and i've installed the feature "camel-cxf" there is some configuration i must put on my OSGI manifest for avoid the call to remote XSD using a "blueprint.xml" ? was (Author: 4535992): ty all for the clarification. For now
[jira] [Comment Edited] (CAMEL-13953) The url http://camel.apache.org/schema/blueprint/cxf is down
[ https://issues.apache.org/jira/browse/CAMEL-13953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16924414#comment-16924414 ] Marco Tenti edited comment on CAMEL-13953 at 9/6/19 5:00 PM: - ty all for the clarification. For now i use the http protocol instead of https . I'm not very smart on this configuration, but here my "blueprint.xml header" updated : {code:xml} http://osgi.org/xmlns/blueprint/v1.0.0"; xmlns:blueprint-schema-cxf="http://camel.apache.org/schema/cxf"; xmlns:camel="http://camel.apache.org/schema/blueprint"; xmlns:cm="http://aries.apache.org/schemas/blueprint-cm/blueprint-cm-1.3.0"; xmlns:ctx="http://www.springframework.org/schema/context"; xmlns:cxf="http://camel.apache.org/schema/cxf/camel-cxf-blueprint"; xmlns:cxf-core="http://cxf.apache.org/schemas/blueprint/core"; xmlns:cxf-security="http://cxf.apache.org/configuration/security"; xmlns:enc="http://karaf.apache.org/xmlns/jasypt/v1.0.0"; xmlns:ext="http://aries.apache.org/blueprint/xmlns/blueprint-ext/v1.0.0"; xmlns:http="http://cxf.apache.org/schemas/configuration/http-conf"; xmlns:httpn="http://cxf.apache.org/schemas/configuration/http-netty-server"; xmlns:httpu="http://cxf.apache.org/schemas/configuration/http-undertow"; xmlns:jaxrs="http://cxf.apache.org/schemas/blueprint/jaxrs"; xmlns:jaxws="http://cxf.apache.org/schemas/blueprint/jaxws"; xmlns:osgi="http://www.springframework.org/schema/osgi"; xmlns:osgix="http://www.springframework.org/schema/osgi-compendium"; xmlns:sec="http://cxf.apache.org/schemas/configuration/security"; xmlns:spring-beans="http://www.springframework.org/schema/beans"; xmlns:spring-camel-cxf="http://camel.apache.org/schema/cxf"; xmlns:spring-security="http://www.springframework.org/schema/security"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation=" http://osgi.org/xmlns/blueprint/v1.0.0 https://osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd http://camel.apache.org/schema/cxf http://camel.apache.org/schema/cxf/camel-cxf.xsd http://camel.apache.org/schema/blueprint/camel-blueprint.xsd http://aries.apache.org/schemas/blueprint-cm/blueprint-cm-1.3.0 http://aries.apache.org/schemas/blueprint-cm/blueprint-cm-1.3.0.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd http://camel.apache.org/schema/cxf/camel-cxf-blueprint.xsd http://cxf.apache.org/schemas/blueprint/core http://cxf.apache.org/schemas/blueprint/core.xsd http://karaf.apache.org/xmlns/jasypt/v1.0.0 http://aries.apache.org/blueprint/xmlns/blueprint-ext/v1.0.0 http://aries.apache.org/schemas/blueprint-ext/blueprint-ext.xsd http://cxf.apache.org/schemas/configuration/http-conf http://cxf.apache.org/schemas/configuration/http-conf.xsd http://cxf.apache.org/schemas/configuration/http-netty-server http://cxf.apache.org/schemas/configuration/http-netty-server.xsd http://cxf.apache.org/schemas/configuration/http-undertow http://cxf.apache.org/schemas/configuration/http-undertow.xsd http://cxf.apache.org/schemas/blueprint/jaxrs http://cxf.apache.org/schemas/blueprint/jaxrs.xsd http://cxf.apache.org/schemas/blueprint/jaxws http://cxf.apache.org/schemas/blueprint/jaxws.xsd http://www.springframework.org/schema/osgi http://www.springframework.org/schema/osgi/spring-osgi.xsd http://www.springframework.org/schema/osgi-compendium http://www.springframework.org/schema/osgi-compendium/spring-osgi-compendium.xsd http://cxf.apache.org/schemas/configuration/security http://cxf.apache.org/schemas/configuration/security.xsd http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://camel.apache.org/schema/cxf https://camel.apache.org/schema/cxf/camel-cxf.xsd http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security.xsd";> {code} i still get the error {code:java} is waiting for namespace handlers [http://osgi.org/xmlns/blueprint/v1.0.0, http://camel.apache.org/schema/cxf/camel-cxf-blueprint, http://cxf.apache.org/schemas/blueprint/core, http://cxf.apache.org/schemas/configuration/security, http://cxf.apache.org/schemas/configuration/http-conf, http://camel.apache.org/schema/blueprint, http://aries.apache.org/schemas/blueprint-cm/blueprint-cm-1.3.0, http://cxf.apache.org/schemas/configuration/http-undertow] {code} there is still some wrong url on this? was (Author: 4535992): ty all for the clarification. For now i use the http protocol instead of https . I'm not very smart on this configuration, but here my "blueprint.xml header" update by the sugeestion : {code:xml} http://osgi.org/xmlns/blueprint/v1.0.0"; xml
[jira] [Comment Edited] (CAMEL-13953) The url http://camel.apache.org/schema/blueprint/cxf is down
[ https://issues.apache.org/jira/browse/CAMEL-13953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16924414#comment-16924414 ] Marco Tenti edited comment on CAMEL-13953 at 9/6/19 4:59 PM: - ty all for the clarification. For now i use the http protocl instead of https . I'm not very smart on this configuration, but here my "blueprint.xml header" update by the sugeestion : {code:xml} http://osgi.org/xmlns/blueprint/v1.0.0"; xmlns:blueprint-schema-cxf="http://camel.apache.org/schema/cxf"; xmlns:camel="http://camel.apache.org/schema/blueprint"; xmlns:cm="http://aries.apache.org/schemas/blueprint-cm/blueprint-cm-1.3.0"; xmlns:ctx="http://www.springframework.org/schema/context"; xmlns:cxf="http://camel.apache.org/schema/cxf/camel-cxf-blueprint"; xmlns:cxf-core="http://cxf.apache.org/schemas/blueprint/core"; xmlns:cxf-security="http://cxf.apache.org/configuration/security"; xmlns:enc="http://karaf.apache.org/xmlns/jasypt/v1.0.0"; xmlns:ext="http://aries.apache.org/blueprint/xmlns/blueprint-ext/v1.0.0"; xmlns:http="http://cxf.apache.org/schemas/configuration/http-conf"; xmlns:httpn="http://cxf.apache.org/schemas/configuration/http-netty-server"; xmlns:httpu="http://cxf.apache.org/schemas/configuration/http-undertow"; xmlns:jaxrs="http://cxf.apache.org/schemas/blueprint/jaxrs"; xmlns:jaxws="http://cxf.apache.org/schemas/blueprint/jaxws"; xmlns:osgi="http://www.springframework.org/schema/osgi"; xmlns:osgix="http://www.springframework.org/schema/osgi-compendium"; xmlns:sec="http://cxf.apache.org/schemas/configuration/security"; xmlns:spring-beans="http://www.springframework.org/schema/beans"; xmlns:spring-camel-cxf="http://camel.apache.org/schema/cxf"; xmlns:spring-security="http://www.springframework.org/schema/security"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation=" http://osgi.org/xmlns/blueprint/v1.0.0 https://osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd http://camel.apache.org/schema/cxf http://camel.apache.org/schema/cxf/camel-cxf.xsd http://camel.apache.org/schema/blueprint/camel-blueprint.xsd http://aries.apache.org/schemas/blueprint-cm/blueprint-cm-1.3.0 http://aries.apache.org/schemas/blueprint-cm/blueprint-cm-1.3.0.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd http://camel.apache.org/schema/cxf/camel-cxf-blueprint.xsd http://cxf.apache.org/schemas/blueprint/core http://cxf.apache.org/schemas/blueprint/core.xsd http://karaf.apache.org/xmlns/jasypt/v1.0.0 http://aries.apache.org/blueprint/xmlns/blueprint-ext/v1.0.0 http://aries.apache.org/schemas/blueprint-ext/blueprint-ext.xsd http://cxf.apache.org/schemas/configuration/http-conf http://cxf.apache.org/schemas/configuration/http-conf.xsd http://cxf.apache.org/schemas/configuration/http-netty-server http://cxf.apache.org/schemas/configuration/http-netty-server.xsd http://cxf.apache.org/schemas/configuration/http-undertow http://cxf.apache.org/schemas/configuration/http-undertow.xsd http://cxf.apache.org/schemas/blueprint/jaxrs http://cxf.apache.org/schemas/blueprint/jaxrs.xsd http://cxf.apache.org/schemas/blueprint/jaxws http://cxf.apache.org/schemas/blueprint/jaxws.xsd http://www.springframework.org/schema/osgi http://www.springframework.org/schema/osgi/spring-osgi.xsd http://www.springframework.org/schema/osgi-compendium http://www.springframework.org/schema/osgi-compendium/spring-osgi-compendium.xsd http://cxf.apache.org/schemas/configuration/security http://cxf.apache.org/schemas/configuration/security.xsd http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://camel.apache.org/schema/cxf https://camel.apache.org/schema/cxf/camel-cxf.xsd http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security.xsd";> {code} i still get the error {code:java} is waiting for namespace handlers [http://osgi.org/xmlns/blueprint/v1.0.0, http://camel.apache.org/schema/cxf/camel-cxf-blueprint, http://cxf.apache.org/schemas/blueprint/core, http://cxf.apache.org/schemas/configuration/security, http://cxf.apache.org/schemas/configuration/http-conf, http://camel.apache.org/schema/blueprint, http://aries.apache.org/schemas/blueprint-cm/blueprint-cm-1.3.0, http://cxf.apache.org/schemas/configuration/http-undertow] {code} there is still some wrong url on this? was (Author: 4535992): ty all for the clarification. For now i use the http protocl instead of https . I'm not very smart on this configuration, but here my blueprint.xml header : {code:xml} http://osgi.org/xmlns/blueprint/v1.0.0"; xmlns:blueprint-
[jira] [Commented] (CAMEL-13953) The url http://camel.apache.org/schema/blueprint/cxf is down
[ https://issues.apache.org/jira/browse/CAMEL-13953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16924414#comment-16924414 ] Marco Tenti commented on CAMEL-13953: - ty all for the clarification. For now i use the http protocl instead of https . I'm not very smart on this configuration, but here my blueprint.xml header : {code:xml} http://osgi.org/xmlns/blueprint/v1.0.0"; xmlns:blueprint-schema-cxf="http://camel.apache.org/schema/cxf"; xmlns:camel="http://camel.apache.org/schema/blueprint"; xmlns:cm="http://aries.apache.org/schemas/blueprint-cm/blueprint-cm-1.3.0"; xmlns:ctx="http://www.springframework.org/schema/context"; xmlns:cxf="http://camel.apache.org/schema/cxf/camel-cxf-blueprint"; xmlns:cxf-core="http://cxf.apache.org/schemas/blueprint/core"; xmlns:cxf-security="http://cxf.apache.org/configuration/security"; xmlns:enc="http://karaf.apache.org/xmlns/jasypt/v1.0.0"; xmlns:ext="http://aries.apache.org/blueprint/xmlns/blueprint-ext/v1.0.0"; xmlns:http="http://cxf.apache.org/schemas/configuration/http-conf"; xmlns:httpn="http://cxf.apache.org/schemas/configuration/http-netty-server"; xmlns:httpu="http://cxf.apache.org/schemas/configuration/http-undertow"; xmlns:jaxrs="http://cxf.apache.org/schemas/blueprint/jaxrs"; xmlns:jaxws="http://cxf.apache.org/schemas/blueprint/jaxws"; xmlns:osgi="http://www.springframework.org/schema/osgi"; xmlns:osgix="http://www.springframework.org/schema/osgi-compendium"; xmlns:sec="http://cxf.apache.org/schemas/configuration/security"; xmlns:spring-beans="http://www.springframework.org/schema/beans"; xmlns:spring-camel-cxf="http://camel.apache.org/schema/cxf"; xmlns:spring-security="http://www.springframework.org/schema/security"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation=" http://osgi.org/xmlns/blueprint/v1.0.0 https://osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd http://camel.apache.org/schema/cxf http://camel.apache.org/schema/cxf/camel-cxf.xsd http://camel.apache.org/schema/blueprint/camel-blueprint.xsd http://aries.apache.org/schemas/blueprint-cm/blueprint-cm-1.3.0 http://aries.apache.org/schemas/blueprint-cm/blueprint-cm-1.3.0.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd http://camel.apache.org/schema/cxf/camel-cxf-blueprint.xsd http://cxf.apache.org/schemas/blueprint/core http://cxf.apache.org/schemas/blueprint/core.xsd http://karaf.apache.org/xmlns/jasypt/v1.0.0 http://aries.apache.org/blueprint/xmlns/blueprint-ext/v1.0.0 http://aries.apache.org/schemas/blueprint-ext/blueprint-ext.xsd http://cxf.apache.org/schemas/configuration/http-conf http://cxf.apache.org/schemas/configuration/http-conf.xsd http://cxf.apache.org/schemas/configuration/http-netty-server http://cxf.apache.org/schemas/configuration/http-netty-server.xsd http://cxf.apache.org/schemas/configuration/http-undertow http://cxf.apache.org/schemas/configuration/http-undertow.xsd http://cxf.apache.org/schemas/blueprint/jaxrs http://cxf.apache.org/schemas/blueprint/jaxrs.xsd http://cxf.apache.org/schemas/blueprint/jaxws http://cxf.apache.org/schemas/blueprint/jaxws.xsd http://www.springframework.org/schema/osgi http://www.springframework.org/schema/osgi/spring-osgi.xsd http://www.springframework.org/schema/osgi-compendium http://www.springframework.org/schema/osgi-compendium/spring-osgi-compendium.xsd http://cxf.apache.org/schemas/configuration/security http://cxf.apache.org/schemas/configuration/security.xsd http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://camel.apache.org/schema/cxf https://camel.apache.org/schema/cxf/camel-cxf.xsd http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security.xsd";> {code} i still get the error {code} is waiting for namespace handlers [http://osgi.org/xmlns/blueprint/v1.0.0, http://camel.apache.org/schema/cxf/camel-cxf-blueprint, http://cxf.apache.org/schemas/blueprint/core, http://cxf.apache.org/schemas/configuration/security, http://cxf.apache.org/schemas/configuration/http-conf, http://camel.apache.org/schema/blueprint, http://aries.apache.org/schemas/blueprint-cm/blueprint-cm-1.3.0, http://cxf.apache.org/schemas/configuration/http-undertow] {code} there is still some wrong url on this? > The url http://camel.apache.org/schema/blueprint/cxf is down > > > Key: CAMEL-13953 > URL: https://issues.apache.org/jira/browse/CAMEL-13953 > Project: Camel > Issue Type: Bug >Reporter: Marco Tenti >
[jira] [Comment Edited] (CAMEL-13953) The url http://camel.apache.org/schema/blueprint/cxf is down
[ https://issues.apache.org/jira/browse/CAMEL-13953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16924414#comment-16924414 ] Marco Tenti edited comment on CAMEL-13953 at 9/6/19 4:59 PM: - ty all for the clarification. For now i use the http protocol instead of https . I'm not very smart on this configuration, but here my "blueprint.xml header" update by the sugeestion : {code:xml} http://osgi.org/xmlns/blueprint/v1.0.0"; xmlns:blueprint-schema-cxf="http://camel.apache.org/schema/cxf"; xmlns:camel="http://camel.apache.org/schema/blueprint"; xmlns:cm="http://aries.apache.org/schemas/blueprint-cm/blueprint-cm-1.3.0"; xmlns:ctx="http://www.springframework.org/schema/context"; xmlns:cxf="http://camel.apache.org/schema/cxf/camel-cxf-blueprint"; xmlns:cxf-core="http://cxf.apache.org/schemas/blueprint/core"; xmlns:cxf-security="http://cxf.apache.org/configuration/security"; xmlns:enc="http://karaf.apache.org/xmlns/jasypt/v1.0.0"; xmlns:ext="http://aries.apache.org/blueprint/xmlns/blueprint-ext/v1.0.0"; xmlns:http="http://cxf.apache.org/schemas/configuration/http-conf"; xmlns:httpn="http://cxf.apache.org/schemas/configuration/http-netty-server"; xmlns:httpu="http://cxf.apache.org/schemas/configuration/http-undertow"; xmlns:jaxrs="http://cxf.apache.org/schemas/blueprint/jaxrs"; xmlns:jaxws="http://cxf.apache.org/schemas/blueprint/jaxws"; xmlns:osgi="http://www.springframework.org/schema/osgi"; xmlns:osgix="http://www.springframework.org/schema/osgi-compendium"; xmlns:sec="http://cxf.apache.org/schemas/configuration/security"; xmlns:spring-beans="http://www.springframework.org/schema/beans"; xmlns:spring-camel-cxf="http://camel.apache.org/schema/cxf"; xmlns:spring-security="http://www.springframework.org/schema/security"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation=" http://osgi.org/xmlns/blueprint/v1.0.0 https://osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd http://camel.apache.org/schema/cxf http://camel.apache.org/schema/cxf/camel-cxf.xsd http://camel.apache.org/schema/blueprint/camel-blueprint.xsd http://aries.apache.org/schemas/blueprint-cm/blueprint-cm-1.3.0 http://aries.apache.org/schemas/blueprint-cm/blueprint-cm-1.3.0.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd http://camel.apache.org/schema/cxf/camel-cxf-blueprint.xsd http://cxf.apache.org/schemas/blueprint/core http://cxf.apache.org/schemas/blueprint/core.xsd http://karaf.apache.org/xmlns/jasypt/v1.0.0 http://aries.apache.org/blueprint/xmlns/blueprint-ext/v1.0.0 http://aries.apache.org/schemas/blueprint-ext/blueprint-ext.xsd http://cxf.apache.org/schemas/configuration/http-conf http://cxf.apache.org/schemas/configuration/http-conf.xsd http://cxf.apache.org/schemas/configuration/http-netty-server http://cxf.apache.org/schemas/configuration/http-netty-server.xsd http://cxf.apache.org/schemas/configuration/http-undertow http://cxf.apache.org/schemas/configuration/http-undertow.xsd http://cxf.apache.org/schemas/blueprint/jaxrs http://cxf.apache.org/schemas/blueprint/jaxrs.xsd http://cxf.apache.org/schemas/blueprint/jaxws http://cxf.apache.org/schemas/blueprint/jaxws.xsd http://www.springframework.org/schema/osgi http://www.springframework.org/schema/osgi/spring-osgi.xsd http://www.springframework.org/schema/osgi-compendium http://www.springframework.org/schema/osgi-compendium/spring-osgi-compendium.xsd http://cxf.apache.org/schemas/configuration/security http://cxf.apache.org/schemas/configuration/security.xsd http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://camel.apache.org/schema/cxf https://camel.apache.org/schema/cxf/camel-cxf.xsd http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security.xsd";> {code} i still get the error {code:java} is waiting for namespace handlers [http://osgi.org/xmlns/blueprint/v1.0.0, http://camel.apache.org/schema/cxf/camel-cxf-blueprint, http://cxf.apache.org/schemas/blueprint/core, http://cxf.apache.org/schemas/configuration/security, http://cxf.apache.org/schemas/configuration/http-conf, http://camel.apache.org/schema/blueprint, http://aries.apache.org/schemas/blueprint-cm/blueprint-cm-1.3.0, http://cxf.apache.org/schemas/configuration/http-undertow] {code} there is still some wrong url on this? was (Author: 4535992): ty all for the clarification. For now i use the http protocl instead of https . I'm not very smart on this configuration, but here my "blueprint.xml header" update by the sugeestion : {code:xml} http://osgi.org/xmlns/blueprint/