You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2008/01/02 23:51:09 UTC

svn commit: r608275 - in /incubator/cxf/branches/2.0.x-fixes: ./ rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/handler/Messages.properties

Author: dkulp
Date: Wed Jan  2 14:51:09 2008
New Revision: 608275

URL: http://svn.apache.org/viewvc?rev=608275&view=rev
Log:
Merged revisions 607927 via svnmerge from 
https://svn.apache.org/repos/asf/incubator/cxf/trunk

........
  r607927 | gmazza | 2008-01-01 17:03:10 -0500 (Tue, 01 Jan 2008) | 1 line
  
  Minor text changes.
........

Modified:
    incubator/cxf/branches/2.0.x-fixes/   (props changed)
    incubator/cxf/branches/2.0.x-fixes/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/handler/Messages.properties

Propchange: incubator/cxf/branches/2.0.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: incubator/cxf/branches/2.0.x-fixes/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/handler/Messages.properties
URL: http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/handler/Messages.properties?rev=608275&r1=608274&r2=608275&view=diff
==============================================================================
--- incubator/cxf/branches/2.0.x-fixes/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/handler/Messages.properties (original)
+++ incubator/cxf/branches/2.0.x-fixes/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/handler/Messages.properties Wed Jan  2 14:51:09 2008
@@ -20,8 +20,8 @@
 #
 NO_INPUT_STREAM_EXC = No input stream available.
 NO_OUTPUT_STREAM_EXC = No output stream available.
-ANNOTATION_WITHOUT_URL_EXC = @HandlerChain annotation does not contain a file name or url.
-HANDLER_CFG_FILE_NOT_FOUND_EXC = Unable to load handler configuration file specified by annotation: {0} "
+ANNOTATION_WITHOUT_URL_EXC = @HandlerChain annotation is missing "file" member-value
+HANDLER_CFG_FILE_NOT_FOUND_EXC = Could not find the handler configuration file {0} specified by @HandlerChain annotation
 HANDLER_INSTANTIATION_EXC = Failed to instantiate handler
 CHAIN_NOT_SPECIFIED_EXC = Chain not specified
 SEI_LOAD_FAILURE_EXC = Failed to load service endpoint interface.