[
https://issues.apache.org/jira/browse/AXIS2-5585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13809156#comment-13809156
]
Martin Gainty commented on AXIS2-5585:
--------------------------------------
One possible reason is null returned by getContainer()
try {
getContainer().run(false, true, op);
} catch (InvocationTargetException e1) {
throw new RuntimeException(e1);
}
Wizard.java:
public IWizardContainer getContainer() {
return container;
}
-IWizardContainer is not implemented by
org.apache.axis2.tool.codegen.eclipse.CodeGenWizard
and should be
-reference a constructed class which already implements IWizardContainer such
as WizardPropertyPage
http://grepcode.com/file/repository.grepcode.com/java/eclipse.org/3.4.2/org.eclipse.ui/workbench/3.4.2/org/eclipse/ui/preferences/WizardPropertyPage.java
> java.lang.Invocation Target error in eclipse-codegen-wizard-1.6.2
> -----------------------------------------------------------------
>
> Key: AXIS2-5585
> URL: https://issues.apache.org/jira/browse/AXIS2-5585
> Project: Axis2
> Issue Type: Bug
> Environment: -Windows 7
> -JDK 1.6.xx
> -eclipse Android Developer Tools Build: v21.1.0-569685
> -axis2 V. 1.6.2
> -axis2-eclipse-codegen-wizard-1.6.2
> -axis2-eclipse-service-archiver-wizard-1.6.2
> Reporter: kan_susan
> Original Estimate: 720h
> Remaining Estimate: 720h
>
> Developing xml Using Apache Axis2 Eclipse Plugins
> produces at the end of "Generate WSDL from java source file" the ERROR
> message: ...java.lang.reflect.Invocation Target exception
--
This message was sent by Atlassian JIRA
(v6.1#6144)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]