Exception name generation needs improvement
-------------------------------------------

                 Key: AXIS2-2652
                 URL: https://issues.apache.org/jira/browse/AXIS2-2652
             Project: Axis 2.0 (Axis2)
          Issue Type: Improvement
          Components: codegen
            Reporter: Artem Portnoy
            Priority: Minor


It seems that the way exceptions are generated is by taking the fault name and 
appending the word Exception at the end.  So, in the case when my fault name is 
MyException - Axis2 produces a class whose name is MyExceptionException.  This 
is ugly to say the least.  Currently I have to rename the exception classes 
after code generation removing the extra "Exception" suffix and replacing all 
occurences in the genned code as a workaround.

-- 
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]

Reply via email to