You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2003/10/01 12:43:26 UTC

cvs commit: ws-axis/java/src/org/apache/axis/i18n resource.properties

dims        2003/10/01 03:43:26

  Modified:    java/src/org/apache/axis/transport/jms
                        JMSConnectorManager.java
               java/src/org/apache/axis/i18n resource.properties
  Log:
  fix build failure - warn message text should be in resources.
  
  Revision  Changes    Path
  1.2       +1 -1      ws-axis/java/src/org/apache/axis/transport/jms/JMSConnectorManager.java
  
  Index: JMSConnectorManager.java
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/src/org/apache/axis/transport/jms/JMSConnectorManager.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JMSConnectorManager.java	30 Sep 2003 19:14:56 -0000	1.1
  +++ JMSConnectorManager.java	1 Oct 2003 10:43:26 -0000	1.2
  @@ -258,7 +258,7 @@
           }
           catch (Exception e)
           {
  -            log.warn("failedJMSConnectorShutdown", e);
  +            log.warn(Messages.getMessage("failedJMSConnectorShutdown"), e);
           }
   
           if (log.isDebugEnabled()) {
  
  
  
  1.69      +2 -1      ws-axis/java/src/org/apache/axis/i18n/resource.properties
  
  Index: resource.properties
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/src/org/apache/axis/i18n/resource.properties,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -u -r1.68 -r1.69
  --- resource.properties	26 Sep 2003 06:07:58 -0000	1.68
  +++ resource.properties	1 Oct 2003 10:43:26 -0000	1.69
  @@ -1205,4 +1205,5 @@
   
   noService10=No service named {0} is available
   
  -adminServiceNoWSDD=Unable to process the message -was it a valid WSDD descriptor?
  \ No newline at end of file
  +adminServiceNoWSDD=Unable to process the message -was it a valid WSDD descriptor?
  +failedJMSConnectorShutdown=failure in JMSConnectorShutdown
  \ No newline at end of file