Hi,
I am trying to follow the tutorial at
Developing Web Services Using Apache Axis2 Eclipse Plugins - Part I. When try to generate the wsdl file using Axis 2 Code Generator wizard I get the "java.lang.reflect.InvocationTargetException" message window at the final step. I am not able to find the log file to see the stack trace.
I found in some forums to add the 2 jar file "backport-util-concurrent-3.1.jar" and "geronimo-stax-api_1.0_spec-1.0.1.jar". I tried adding the 2 jar files under Axis2 Code Generator plug-in's lib folder and added the corresponding entry in its plugin.xml file. However when I tried to generate the wsdl file, I am still getting the same InvocationTargetException exception. I use the following
Tomcat : 6.0
Eclipse : 3.4.1
Axis2.war (deployed in tomcat webapps)
Java 1.6.0_16
AXIS2_HOME : C:\axis2-1.4.1
Am I missing something here. For some reason I am not able to make it to work.
Thanks in advance
Suraj