Author: dkulp
Date: Mon Oct 15 19:07:12 2012
New Revision: 1398460
URL: http://svn.apache.org/viewvc?rev=1398460&view=rev
Log:
Merged revisions 1398449 via git cherry-pick from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1398449 | dkulp | 2012-10-15 14:51:32 -0400 (Mon, 15 Oct 2012) | 2 lines
[CXF-4567] Fix error message
........
Modified:
cxf/branches/2.6.x-fixes/api/src/main/java/org/apache/cxf/binding/Messages.properties
cxf/branches/2.6.x-fixes/rt/core/src/main/java/org/apache/cxf/bus/managers/Messages.properties
Modified:
cxf/branches/2.6.x-fixes/api/src/main/java/org/apache/cxf/binding/Messages.properties
URL:
http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/api/src/main/java/org/apache/cxf/binding/Messages.properties?rev=1398460&r1=1398459&r2=1398460&view=diff
==============================================================================
---
cxf/branches/2.6.x-fixes/api/src/main/java/org/apache/cxf/binding/Messages.properties
(original)
+++
cxf/branches/2.6.x-fixes/api/src/main/java/org/apache/cxf/binding/Messages.properties
Mon Oct 15 19:07:12 2012
@@ -18,4 +18,3 @@
# under the License.
#
#
-NO_BINDING_FACTORY_EXC = No binding factory for namespace {0} registered.
Modified:
cxf/branches/2.6.x-fixes/rt/core/src/main/java/org/apache/cxf/bus/managers/Messages.properties
URL:
http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/core/src/main/java/org/apache/cxf/bus/managers/Messages.properties?rev=1398460&r1=1398459&r2=1398460&view=diff
==============================================================================
---
cxf/branches/2.6.x-fixes/rt/core/src/main/java/org/apache/cxf/bus/managers/Messages.properties
(original)
+++
cxf/branches/2.6.x-fixes/rt/core/src/main/java/org/apache/cxf/bus/managers/Messages.properties
Mon Oct 15 19:07:12 2012
@@ -20,3 +20,4 @@
#
NO_CONDUIT_INITIATOR=No conduit initiator was found for the namespace {0}.
NO_DEST_FACTORY=No DestinationFactory was found for the namespace {0}.
+NO_BINDING_FACTORY_EXC = No binding factory for namespace {0} registered.