rsitze 02/04/24 09:12:08
Modified: java/src/org/apache/axis/transport/http AxisServlet.java
Log:
log errors with NLS
Revision Changes Path
1.96 +3 -3
xml-axis/java/src/org/apache/axis/transport/http/AxisServlet.java
Index: AxisServlet.java
===================================================================
RCS file:
/home/cvs/xml-axis/java/src/org/apache/axis/transport/http/AxisServlet.java,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- AxisServlet.java 23 Apr 2002 21:07:53 -0000 1.95
+++ AxisServlet.java 24 Apr 2002 16:12:08 -0000 1.96
@@ -435,7 +435,7 @@
try {
engine = getEngine();
} catch (AxisFault fault) {
- log.error(fault);
+ log.error(JavaUtils.getMessage("axisFault00"), fault);
Message msg = new Message(fault);
res.setContentType( msg.getContentType() );
res.setContentLength( msg.getContentLength() );
@@ -542,7 +542,7 @@
JavaUtils.getMessage("noHeader00", "SOAPAction"),
null, null );
- log.error(af);
+ log.error(JavaUtils.getMessage("genFault00"), af);
throw af;
}
@@ -577,7 +577,7 @@
if(isDebug) log.debug("Return from Axis Engine.");
}
catch( Exception e ) {
- log.error(e);
+ log.error(JavaUtils.getMessage("exception00"), e);
if ( e instanceof AxisFault ) {
AxisFault af = (AxisFault) e ;
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... gdaniels
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... gdaniels
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... gdaniels
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... butek
- RE: cvs commit: xml-axis/java/src/org/apache/axis/transport... Glen Daniels
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... butek
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... gdaniels
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... gdaniels
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... tomj
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... rsitze
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... rsitze
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... tomj
- Re: cvs commit: xml-axis/java/src/org/apache/axis/tran... Steve Loughran
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... rsitze
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... rsitze
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... rsitze
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... rsitze
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... rsitze
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... rsitze
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... rsitze
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... rsitze
