- This topic has 7 replies, 5 voices, and was last updated 13 years, 9 months ago by support-swapna.
-
AuthorPosts
-
Douglas M HurstParticipantDid MyEclipse remove the Axis wizard that’s built in to one version of Eclipse or the other?
If so, is it available anywhere? I went to the Apache Axis web sight and all they say is it’s built-in to Eclipse and there is no download of the plug-in.
RamMemberdouglasmhurst,
Let me clarify that Axis wizard is not built in with eclipse ide.You have to add the Axis2 plugin.
Please follow below steps to install Axis plugin in MyEclipse
1) Download Axis plugin’s for eclipse from http://ws.apache.org/axis2/tools/index.html- Service Archive Wizard – Eclipse Plug-in
Code Generator Wizard – Eclipse Plug-in2) Unzip the above 2 jar files
3) Drop the unzipped folders into MyEclipse_Home directory/dropins folder
4) Start MyEclipse Ide
This will install Axis2 plugins into your MyEclipse.
Douglas M HurstParticipantWhere should I be able to view this? File > New > Other? (Ctrl-N) I did exactly as you instructed, but I see nothing as regards Axis in the Wizards dialog? Is it accessible in a different way? I’m using MyEclipse 8.5.
I could send you an image of my directory, but I promise you they descend from dropins, but I see nothing. I see org.apache.axis, but that was already there and it’s under versuib 1.4.0. The latest versions I found for the Code Gen and Archive are 1.3.0. Sorting under 1.3.0, I see nothing relating to Axis.
RamMemberdouglasmhurst,
I’m using MyEclipse 8.5.
From your screen shot I observed that you dropped those plug-ins in MyEclipse7.1_Home directory/dropins.You need to drop the plug-ins under MyEclipse8.5_Home directory/dropins.
After you restart your IDE, you will get Axis2 option from File > New > Other only.Please refer to the attached screen-shot.Attachments:
You must be logged in to view attached files.
sandeepanandraiMemberHi,
Will this work with Myeclipse Blue 7.5
Thank You,
Sandeep
Douglas M HurstParticipant@sandeepanandrai wrote:
Hi,
Will this work with Myeclipse Blue 7.5
Thank You,
SandeepI got the plug-ins to install by putting them in the correct drop-ins directory. I’ve not been able to get them to work yet, but I’m probably doing something wrong.
schwarzmtParticipantI was using Axis2_Codegen_Wizard_1.3.0 and Axis2_Service_Archiver_1.3.0 as plugins and they worked fine. I want to upgrade to Axis2 1.5.4 and I cannot get the plugins to show. I downloaded the plugins and placed them in the dropins, when that did not work copied the two jar files into the plugins directory without much success. I am getting a bit frustrated with it. Am I missing some libraries or what? I don’t get it. I see all the posts who say oh just move the files to the dropin and it should work. Do I need to uninstall the previous 1.3 version, because I deleted those directories from the dropin and myeclipse still was trying to find them. I am using Version: 8.5 build ID:8.5-20100319
support-swapnaModeratorschwarzmt,
MyEclipse does not provide an intrinsic support for 3rd party plugins. Please look for a compatible eclipse plugin and you can add it to MyEclipse using either the MyEclipse Configuration Center/ dropins folder or use pulse to add it
to your ME profile.1) Can you check if Axis2 1.5.4 is compatible with the base Eclipse version of your MyEclipse i.e Eclipse 3.4 – Ganymade?
2) I came across a thread which discussed issues while placing the Axis2 plugin into the dropins folder. Have a look at it and check if any of the recommendations helps:
https://issues.apache.org/jira/browse/AXIS2-48963) Can you try these steps :
a) Uninstall the previous versions of the Axis2 and start MyEclipse with -clean as command arg.
Here is how it can be done :
https://www.genuitec.com/forums/topic/troubleshoot-using-the-clean-command-line-argument/b) Now try placing the Axis2 1.5.4 plugins in the dropins folder.
Let us know how it works for you.
-
AuthorPosts