snichol 2002/08/29 13:06:13
Modified:java/src/org/apache/soap/providers StatelessEJBProvider.java
Log:
Clean up:
- Remove output to System.out and System.err
- Provide more precise and complete exception information
- Improve formatting (mainly indentation) of the
snichol 2002/08/28 11:43:32
Modified:java/src/org/apache/soap/providers StatelessEJBProvider.java
Log:
Bugzilla 11925 reported by [EMAIL PROTECTED] (Pierre Metrailler).
Call RPCRouter.validCall to check that method has been "exposed"
in deployment descriptor.
Revision C