Hi y'all:

So I'm cleaning up a little code and javadoc, and happened to come across
AxisConfiguration.getService()... which *throws an Exception* if you ask for
an inactive service.

...which is why we have a second method called "getServiceForActivation()"
that simply avoids the check and the exception.

Does this make sense?  Why?

--Glen

Reply via email to