From 9878d25d1836ff6fd529c7696760de0bf70bb49e Mon Sep 17 00:00:00 2001 From: lresende Date: Fri, 29 May 2009 03:46:45 +0000 Subject: Fixing namespace for json-rpc operation selector and wire format git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779830 13f79535-47bb-0310-9956-ffa450edef68 --- .../http/operationselector/jsonrpc/JSONRPCOperationSelector.java | 2 +- .../tuscany/sca/binding/http/wireformat/jsonrpc/JSONRPCWireFormat.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/branches/sca-java-1.x/modules/binding-http-jsonrpc/src/main/java/org/apache/tuscany/sca/binding/http/operationselector/jsonrpc/JSONRPCOperationSelector.java b/branches/sca-java-1.x/modules/binding-http-jsonrpc/src/main/java/org/apache/tuscany/sca/binding/http/operationselector/jsonrpc/JSONRPCOperationSelector.java index 07cc76e744..68024e8d5c 100644 --- a/branches/sca-java-1.x/modules/binding-http-jsonrpc/src/main/java/org/apache/tuscany/sca/binding/http/operationselector/jsonrpc/JSONRPCOperationSelector.java +++ b/branches/sca-java-1.x/modules/binding-http-jsonrpc/src/main/java/org/apache/tuscany/sca/binding/http/operationselector/jsonrpc/JSONRPCOperationSelector.java @@ -33,7 +33,7 @@ public interface JSONRPCOperationSelector extends OperationSelector { /** * QName representing the HTTP JSON-RPC Operation Selector extension */ - public static final QName OPERATION_SELECTOR_HTTP_JSONRPC_QNAME = new QName(Constants.SCA10_NS, "wireFormat.jsonrpc"); + public static final QName OPERATION_SELECTOR_HTTP_JSONRPC_QNAME = new QName(Constants.SCA10_TUSCANY_NS, "wireFormat.jsonrpc"); QName getSchemaName(); } diff --git a/branches/sca-java-1.x/modules/binding-http-jsonrpc/src/main/java/org/apache/tuscany/sca/binding/http/wireformat/jsonrpc/JSONRPCWireFormat.java b/branches/sca-java-1.x/modules/binding-http-jsonrpc/src/main/java/org/apache/tuscany/sca/binding/http/wireformat/jsonrpc/JSONRPCWireFormat.java index b4207760fd..f9aaa57a51 100644 --- a/branches/sca-java-1.x/modules/binding-http-jsonrpc/src/main/java/org/apache/tuscany/sca/binding/http/wireformat/jsonrpc/JSONRPCWireFormat.java +++ b/branches/sca-java-1.x/modules/binding-http-jsonrpc/src/main/java/org/apache/tuscany/sca/binding/http/wireformat/jsonrpc/JSONRPCWireFormat.java @@ -33,7 +33,7 @@ public interface JSONRPCWireFormat extends WireFormat { /** * QName representing the HTTP JSON-RPC Wire Format extension */ - public static final QName WIRE_FORMAT_HTTP_JSONRPC_QNAME = new QName(Constants.SCA10_NS, "wireFormat.jsonrpc"); + public static final QName WIRE_FORMAT_HTTP_JSONRPC_QNAME = new QName(Constants.SCA10_TUSCANY_NS, "wireFormat.jsonrpc"); QName getSchemaName(); } -- cgit v1.2.3