openamf/src/java/org/openamf DefaultGateway.java,1.36,1.37

[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-serv28135/src/java/org/openamf

Modified Files:
	DefaultGateway.java 
Log Message:
use getRootCause() for warn

Index: DefaultGateway.java
===================================================================
RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/DefaultGateway.java,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** DefaultGateway.java	5 Aug 2003 20:49:28 -0000	1.36
--- DefaultGateway.java	5 Aug 2003 21:00:37 -0000	1.37
***************
*** 126,130 ****
  		} catch (ServiceInvocationException e) {
  			serviceResult = e.getAMFError();
! 			log.warn(e.getCause().getMessage());
  		}
  		return serviceResult;
--- 126,130 ----
  		} 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.