openamf/src/java/org/openamf DefaultGateway.java,1.32,1.33

[email protected]
Newsgroups gmane.comp.java.openamf.cvs
Message-ID <[email protected]>
Update of /cvsroot/openamf/openamf/src/java/org/openamf
In directory sc8-pr-cvs1:/tmp/cvs-serv32506/src/java/org/openamf

Modified Files:
	DefaultGateway.java 
Log Message:
only log warning ServiceInvocationException's rootCause message

Index: DefaultGateway.java
===================================================================
RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/DefaultGateway.java,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** DefaultGateway.java	14 Jul 2003 09:01:47 -0000	1.32
--- DefaultGateway.java	24 Jul 2003 18:34:26 -0000	1.33
***************
*** 121,125 ****
  		} catch (ServiceInvocationException e) {
  			serviceResult = e.getAMFError();
! 			log.error(e.getMessage(), e);
  		}
  		return serviceResult;
--- 121,125 ----
  		} catch (ServiceInvocationException e) {
  			serviceResult = e.getAMFError();
! 			log.warn(e.getRootCause().getMessage());
  		}
  		return serviceResult;




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.