Hi; Grzegorz where can we find the jars?
Thanks Ibrahim DEMIR CyberSoft Yazilim Muh. http://www.ibrahimdemir.org ----- Original Message ---- From: Grzegorz Słowikowski <[EMAIL PROTECTED]> To: [email protected] Sent: Monday, September 15, 2008 5:26:36 PM Subject: Re: Axis2 Eclipse Code Generation Hi Ibrahim and all I tried this plugin and had this exception too. Today I have debugged it and found that it does not have all libraries needed by Axis. Internal error is ClassNotFoundException. The two libraries I had to add to the plugin are: - geronimo-stax-api_1.0_spec-1.0.1,jar - you don't need it if you have Java6, - backport-util-concurrent-3.1.jar Jars must be copied to "Axis2_Codegen_Wizard_1.3.0/lib" direcrtory and added to "Axis2_Codegen_Wizard_1.3.0/plugin.xml" file in "runtime" section: <library name="lib/backport-util-concurrent-3.1.jar"> <export name="*"/> </library> <library name="lib/geronimo-stax-api_1.0_spec-1.0.1.jar"> <export name="*"/> </library> Someone shoud fix the plugin in the svn repository. Greetings Grzegorz Slowikowski ibrahim demir wrote: > Hi Lahiru; > > I tired all of them. Everthing is normal till the next steps.But at > the end when I say finish then I get exceptions. All the web tutorials > are tried. > > What I need is to define the problem. I do google searches and meet > jira issues that are closed but even I use the latest ones I really > can not make it run. So I am realy in trouble. > > I will use AXIS2 for connecting to .NET based web services and > publishing my code as a web service but still I am unable to do it.. > > Thanks > > Ibrahim DEMIR > CyberSoft Yazilim Muh. > http://www.ibrahimdemir.org > > > > > > ----- Original Message ---- > From: Lahiru Sandakith <[EMAIL PROTECTED]> > To: [email protected] > Sent: Monday, September 15, 2008 12:20:56 AM > Subject: Re: Axis2 Eclipse Code Generation > > Hi Ibrahim, > > How about trying these out.. > [1] Developing Web Services Using Apache Axis2 Eclipse Plugins - Part > 1 - http://wso2.org/library/1719 Also you can look on Part 2 > [2] WTP Tutorials - Creating Bottom Up Web Service via Axis2 > <http://www.eclipse.org/webtools/community/tutorials/BottomUpAxis2WebService/bu_tutorial.html> > [3] WTP Tutorials - Creating Top Down Web Service via Axis2 > <http://www.eclipse.org/webtools/community/tutorials/TopDownAxis2WebService/td_tutorial.html> > > Please note that those tutorials written some time and there maybe > slight deviation of the latest released of the tools. But if you are > with the exact version I think you are safe. > > Thanks > Lahiru Sandakith Gallege > > On Sun, Sep 14, 2008 at 4:31 PM, ibrahim demir > <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: > > > > > Hi All; > > I am trying to create a wsdl from my simple java method than try > to write a spimle client for my wsdl file. In this issue I use > both Eclipse j2ee axis2 Web Service Wizard and Web Service Client > wizard. > And also I tried Axis2 Eclipse Code Generator plugin. > > Bun unfotunetly it caused my 1 week and no result. > > Which Axis2 version,which eclipse version,which tomcat version and > which Axis2 code gereator version I should use. I tired many > combinations but everytime there is parse error,reflection > error,and all the exceptions that an application throw :) > > And I do not want to use ant task or wsdl2java and java2wsdl tools > directly because I must find an easy way for all developers. > > If you have any any suggestions you would have saved my life. > > Thanks. > > Ibrahim DEMIR > CyberSoft Yazilim Muh. > http://www.ibrahimdemir.org > > > > > > > > > > > > -- > Thanks > Lahiru Sandakith Gallege > > http://sandakith.wordpress.com/ > GPG Key Fingerprint : 8CD8 68E0 4CBC 75CB 25BC 1AB1 FE5E 7464 1F01 9A0F > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
