"An access occurred that is not valid." error in java2wsdl with -dlb option if
class contains void method with throws clause
----------------------------------------------------------------------------------------------------------------------------
Key: AXIS2-4275
URL: https://issues.apache.org/jira/browse/AXIS2-4275
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: wsdl
Affects Versions: 1.4.1
Reporter: Pétur Runólfsson
If java2wsdl is run with the -dlb option on a class that contains a method with
void return type and a throws clause, java2wsdl fails with the following error:
An error occured while generating codeorg.apache.axis2.AxisFault: An access
occurred that is not valid.
The generated .wsdl file is empty. If the -dlb flag is omitted, the wsdl is
generated.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.