You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by ju...@apache.org on 2001/07/20 14:46:20 UTC

cvs commit: jakarta-slide/src/share/org/apache/slide/util/resources messages.properties

juergen     01/07/20 05:46:19

  Modified:    src/share/org/apache/slide/util/resources
                        messages.properties
  Log:
  added an entry for ServiceAccessException, a more speaking message is now produced as a warning.
  
  Revision  Changes    Path
  1.10      +4 -2      jakarta-slide/src/share/org/apache/slide/util/resources/messages.properties
  
  Index: messages.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/util/resources/messages.properties,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- messages.properties	2001/06/24 20:25:51	1.9
  +++ messages.properties	2001/07/20 12:46:19	1.10
  @@ -1,9 +1,9 @@
   #
   # Slide messages
   #
  -# $Id: messages.properties,v 1.9 2001/06/24 20:25:51 remm Exp $
  +# $Id: messages.properties,v 1.10 2001/07/20 12:46:19 juergen Exp $
   #
  -# @version $Revision: 1.9 $ $Date: 2001/06/24 20:25:51 $
  +# @version $Revision: 1.10 $ $Date: 2001/07/20 12:46:19 $
   #
   
   #
  @@ -20,6 +20,8 @@
           Namespace configuration {0} failed : {1}
   org.apache.slide.common.MalformedUriException=\
           Malformed Uri : {0}
  +org.apache.slide.common.ServiceAccessException=\
  +        Service {0} access error : {1}
   org.apache.slide.common.ServiceAccessError=\
           Service {0} access error : {1}
   org.apache.slide.common.ServiceConnectionFailedException=\