1. HttpInvoker and exception stack traces forum.springsource.orgHttpInvoker and exception stack traces Hi. I exposed my service layer on server side with HttpInvoker and client can really call this layer using it's interface without knowing it is remote. ... |
2. HttpInvoker and exception stacktrace 2 forum.springsource.orgI'm upgrading from version 1.1.4 to 1.2.6. Now I get a stacktrace of the exceptions thrown by our service in the server console . I've read the previous posts about this ... |
3. Remoting : Using HttpInvoker - Remote Exception Throws forum.springsource.orgRemoting : Using HttpInvoker - Remote Exception Throws I am using HttpInvoker for Remoting. The Interface is: Code: public interface TestServiceInterface { public int add(int a,int b); } The Implementation Class ... |