Re: HELP!!! - Axis 2 1.4 CodeGenerator Eclipse Plugin fails

2008-10-09 Thread Saminda Wijeratne
: Wednesday, October 8, 2008 11:37:56 AM Subject: Re: HELP!!! - Axis 2 1.4 CodeGenerator Eclipse Plugin fails have you tried tool/axis2-eclipse-codegen-plugin$ mvn clean install should build the plugin as /target/dist/axis2-eclipse-codegen-wizard.zip regards Saminda ibrahim demir wrote

Re: HELP!!! - Axis 2 1.4 CodeGenerator Eclipse Plugin fails

2008-10-08 Thread ibrahim demir
: Saminda Wijeratne [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Wednesday, October 1, 2008 1:12:00 PM Subject: Re: HELP!!! - Axis 2 1.4 CodeGenerator Eclipse Plugin fails Hi, Yes I also noticed the InvocationException on the last release of the plugin. This occured due to a missing jar

Re: HELP!!! - Axis 2 1.4 CodeGenerator Eclipse Plugin fails

2008-10-08 Thread Saminda Wijeratne
Sent: Wednesday, October 1, 2008 1:12:00 PM Subject: Re: HELP!!! - Axis 2 1.4 CodeGenerator Eclipse Plugin fails Hi, Yes I also noticed the InvocationException on the last release of the plugin. This occured due to a missing jar file (missing class actually javax.xml.stream.XMLStreamException

Re: HELP!!! - Axis 2 1.4 CodeGenerator Eclipse Plugin fails

2008-10-08 Thread ibrahim demir
- Original Message From: Saminda Wijeratne [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Wednesday, October 8, 2008 11:37:56 AM Subject: Re: HELP!!! - Axis 2 1.4 CodeGenerator Eclipse Plugin fails have you tried tool/axis2-eclipse-codegen-plugin$ mvn clean install

Re: HELP!!! - Axis 2 1.4 CodeGenerator Eclipse Plugin fails - InvocationTargetException

2008-10-07 Thread WilsonSandra
Steve, I had the same problem (InovcationTargetException) and resolved. I am using : Eclipse version 3.4 (eclipse-jee-ganymede-SR1-win32.zip) Axis2 version 1.4.1 (axis2-1.4.1-bin.zip) Axis2 - Codegen tool - version1.4 (axis2-eclipse-codegen-wizard.zip) Make sure you are using the above and

Re: HELP!!! - Axis 2 1.4 CodeGenerator Eclipse Plugin fails

2008-10-02 Thread Saminda Wijeratne
One thing i've experienced with eclipse is that it caches some of the classes, plugin configurations. So eventhough u update the plugin or overwrite the existing one it uses this cached information for some reason. I had alot of problems bcos of it. Try using a fresh eclipse installation to

Re: HELP!!! - Axis 2 1.4 CodeGenerator Eclipse Plugin fails

2008-10-01 Thread Saminda Wijeratne
Hi, Yes I also noticed the InvocationException on the last release of the plugin. This occured due to a missing jar file (missing class actually javax.xml.stream.XMLStreamException). However the snapshot of the plugin works fine. What you can do is to checkout the source

Re: HELP!!! - Axis 2 1.4 CodeGenerator Eclipse Plugin fails

2008-10-01 Thread keith chapman
Saminda, Is there a way that a user can get this missing jar and add it into the plugin manually instead of doing a maven build? I guess the former is easier for users. :) Thanks, Kieth. On Wed, Oct 1, 2008 at 3:42 PM, Saminda Wijeratne [EMAIL PROTECTED] wrote: Hi, Yes I also noticed the

Re: HELP!!! - Axis 2 1.4 CodeGenerator Eclipse Plugin fails

2008-10-01 Thread Steve Cohen
Thanks, both of you, but your advice is, alas too late. If you read carefully what I originally wrote (I admit it's not as clear as it might have been), I no longer even get to the InvocationTargetException, because I can't even get into the Wizard. I noticed that the plugin code I had was

HELP!!! - Axis 2 1.4 CodeGenerator Eclipse Plugin fails

2008-09-30 Thread Steve Cohen
I ran the eclipse plugin wizard to generate Java from a WSDL and it failed with An error occurred while completing process - java.lang.reflect.InvocationTargetException upon pressing Finish. Platform is Ubuntu Linux 7.10 Eclipse is version 3.3.2 I noticed that the plugin code I had was not