openamf/src/java/org/openamf/invoker JavaServiceInvoker.java,1.20,1.21

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

Modified Files:
	JavaServiceInvoker.java 
Log Message:
added more logging

Index: JavaServiceInvoker.java
===================================================================
RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/invoker/JavaServiceInvoker.java,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** JavaServiceInvoker.java	5 Aug 2003 20:49:28 -0000	1.20
--- JavaServiceInvoker.java	8 Aug 2003 02:24:07 -0000	1.21
***************
*** 123,127 ****
  
  		if (serviceMethod == null) {
! 			throw new NoSuchMethodException();
  		}
  
--- 123,129 ----
  
  		if (serviceMethod == null) {
! 			String errorDesc = serviceClass + "." + methodName + "(" + parameters + ")";
! 			log.warn("Method Not Found: " + errorDesc);
! 			throw new NoSuchMethodException(errorDesc);
  		}
  




-------------------------------------------------------
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.