Repository: camel Updated Branches: refs/heads/master c974dd836 -> 9835af408
CAMEL-8096 CxfEndpoint schema should support to publishEndpointUrl from the element attribute Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/9835af40 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/9835af40 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/9835af40 Branch: refs/heads/master Commit: 9835af4088b728cc57971f3279d9dc6b6ee92802 Parents: c974dd8 Author: Willem Jiang <[email protected]> Authored: Mon Dec 1 10:25:05 2014 +0800 Committer: Willem Jiang <[email protected]> Committed: Mon Dec 1 10:25:25 2014 +0800 ---------------------------------------------------------------------- .../camel-cxf/src/main/resources/schema/blueprint/camel-cxf.xsd | 1 + components/camel-cxf/src/main/resources/schema/cxfEndpoint.xsd | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/9835af40/components/camel-cxf/src/main/resources/schema/blueprint/camel-cxf.xsd ---------------------------------------------------------------------- diff --git a/components/camel-cxf/src/main/resources/schema/blueprint/camel-cxf.xsd b/components/camel-cxf/src/main/resources/schema/blueprint/camel-cxf.xsd index 500f61a..dc22c9d 100644 --- a/components/camel-cxf/src/main/resources/schema/blueprint/camel-cxf.xsd +++ b/components/camel-cxf/src/main/resources/schema/blueprint/camel-cxf.xsd @@ -60,6 +60,7 @@ <xsd:attribute name="loggingFeatureEnabled" type="xsd:boolean"/> <xsd:attribute name="loggingSizeLimit" type="xsd:integer" /> <xsd:attribute name="continuationTimeout" type="xsd:long" /> + <xsd:attribute name="publishedEndpointUrl" type="xsd:string" /> </xsd:extension> </xsd:complexContent> </xsd:complexType> http://git-wip-us.apache.org/repos/asf/camel/blob/9835af40/components/camel-cxf/src/main/resources/schema/cxfEndpoint.xsd ---------------------------------------------------------------------- diff --git a/components/camel-cxf/src/main/resources/schema/cxfEndpoint.xsd b/components/camel-cxf/src/main/resources/schema/cxfEndpoint.xsd index a9eff65..72f9741 100644 --- a/components/camel-cxf/src/main/resources/schema/cxfEndpoint.xsd +++ b/components/camel-cxf/src/main/resources/schema/cxfEndpoint.xsd @@ -59,6 +59,7 @@ <xsd:attribute name="loggingSizeLimit" type="xsd:integer" /> <xsd:attribute name="skipFaultLogging" type="xsd:boolean" /> <xsd:attribute name="continuationTimeout" type="xsd:long" /> + <xsd:attribute name="publishedEndpointUrl" type="xsd:string" /> </xsd:extension> </xsd:complexContent> </xsd:complexType>
