Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Not able to see Axis2 Plugin for Eclipse

Here's the problem:
I tried with multiple Eclipse IDE versions.

eclipse-jee-galileo-SR1-win32
eclipse-jee-galileo-SR2-win32
eclipse-jee-helios-SR2-win32
eclipse-jee-indigo-SR1-win32

Axis2 runtime is axis2-1.6.1

Axis2 Plugin from http://axis.apache.org/axis2/java/core/tools/index.html

org.apache.axis2.eclipse.service.plugin_1.6.1.jar
org.apache.axis2.eclipse.codegen.plugin_1.6.1.jar

Tried putting above jars into either dropins or plugin directories, but not able to see Axis2 Wizard under File -> New -> Other (for all of the above eclipse IDEs).

like image 745
Yatin Kumbhare Avatar asked Nov 10 '11 06:11

Yatin Kumbhare


People also ask

How to install Axis2 plugins in Eclipse?

This folder is used by the p2 provisioning system introduced in recent Eclipse version. It should be present starting with Eclipse version 3.4. If your Eclipse version uses p2, use the following procedure to install the Axis2 plugins: Download the ZIP file for the plugin you want to install.

Does Axis2 plugin work with Helios or indigo?

I've tried Axis2 plugin 1.6.0 with Helios and Indigo, and it does work either. The WSDL generation has an exception on the last step of the wizard: An error occurred while completing process - java.lang.reflect.InvocationTargetException The code generation creates a file on the file system, but there is nothing in it.

Why is my plugin not showing up in Eclipse?

If a plugin doesn’t show up in the Eclipse UI, use the following debugging procedure: Start Eclipse with the -console option. In the console, use ss axis2 to check if the plugin has been installed and to identify its bundle ID.

How to add service archiver Wizard in Eclipse?

Now start the eclipse and then go to File-->New--> Others and then expand "Axis2 Wizards". Here you will find the Eclipse Axis2 Code generator and Service Archiver wizards. I encountered a similar issue using Spring Tool Suite (on top of Eclipse) and had to place my jar files into the spring (STS) dropin folder.


2 Answers

There was indeed an issue with the 1.6.1 versions of the plugins. You can use 1.6.0 or one of the snapshot builds.

like image 192
Andreas Veithen Avatar answered Oct 13 '22 23:10

Andreas Veithen


Try to apply the batch provided HERE

like image 23
Bassel Kh Avatar answered Oct 14 '22 01:10

Bassel Kh