Errors on 'Writing Your Own Axis2 Module' web page
--------------------------------------------------
Key: AXIS2-2727
URL: https://issues.apache.org/jira/browse/AXIS2-2727
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: documentation
Environment: Axis2 Website. http://ws.apache.org
Reporter: Nathan Hook
On http://ws.apache.org/axis2/1_2/modules.html there are several spelling
mistakes that make the tutorial impossible to finish.
If you look under Step3 : module.xml you'll see the example given for the
logging module's config file.
There are 5 errors (at least for my setup) for that example config.
1.) the class="..." entry has a space at the end of the class name. This
causes a ClassNotFoundException but only if logging is turned on for
org.apache.axis2.
2.) The element inflow needs to be InFlow. (The elements are case sensitive.)
3.) The element outflow needs to be OutFlow. (The elements are case sensitive.)
4.) The element Outfaultflow needs to be OutFaultFlow. (The elements are case
sensitive.)
5.) The element InFaultFlow needs to be InFaultFlow. (The elements are case
sensitive.)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]