You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Russell Butek <bu...@us.ibm.com> on 2002/03/08 23:57:03 UTC

User's Guide questions

I've gone through about 1/3 of the User's Guide and I have some
comments/questions for folks.  I'll work on these tomorrow, but if someone
knows exactly what's wrong and can fix it quickly, I'll happily let you do
the work!

1.  UG mentions "targeted chain" with a reference to the architecture
overview.  The UG doesn't have an architecture overview anymore.  No
problem, I'll just refer to the Archicture Guide.  But the AG doesn't use
the term "targeted chain" anywhere, either.  The term got lost from the old
UG overview to the new AG.  We have to add it back to the AG.

2.  For example3, the UG says:  "If you want to prove to yourself that the
deployment really worked, try undeploying the service and calling it
again."  I undeployed and ran the client again and the client still worked.
"AdminClient list" doesn't show the service, but the client still works.

3.  Example 4 is a logging handler.  It creates a file called
MyService.log.  This file has entries like:

Fri Mar 08 16:11:13 CST 2002: service null accessed 1 time(s).
Fri Mar 08 16:13:18 CST 2002: service null accessed 2 time(s).

"null" isn't very helpful.  It's null because
MessageContext.getTargetService() returns null.

Russell Butek
butek@us.ibm.com