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

2008-10-09 Thread Saminda Wijeratne

Hi
Sorry for the late reply. You may be using maven1. Download and install 
maven 2 from http://maven.apache.org/download.html and try again.


regards
Saminda.

ibrahim demir wrote:

Hi ;

I am on windows platform and run it like that

C:\Cybersoft\ADS\Eclipse\workspace\axis2-eclipse-codegen-plugin>maven 
clean install


but it fails and says
 
>> Goal 'install' does not exist in this project.


Am I on a wrong directory or another problem is present. The directory 
is in this structure:


 Directory of 
C:\Cybersoft\ADS\Eclipse\workspace\axis2-eclipse-codegen-plugin


01.10.2008  23:23  .
01.10.2008  23:23  ..
01.10.2008  23:23   232 .project
01.10.2008  23:2314.906 build.xml
01.10.2008  23:23 5.580 eclipse-codegen-plugin-assembly.xml
01.10.2008  23:2328.402 pom.xml
01.10.2008  23:23  src
   4 File(s) 49.120 bytes
   3 Dir(s)  19.257.098.240 bytes free

Yours.

 
Ibrahim DEMIR

CyberSoft Yazilim Muh.
http://www.ibrahimdemir.org
 
   
 



- 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
should build the plugin as /target/dist/axis2-eclipse-codegen-wizard.zip

regards
Saminda

ibrahim demir wrote:
>
> Hi;
>
> 
>
> How can I do a maven build to the plugin that I checked out the 
resources.

>
> 
>

> I have maven installed and I have checked-out the plugin from the
> repository.
>
> 
>

> Yours
>
> 
>

>
> 
> Ibrahim DEMIR

> CyberSoft Yazilim Muh.
> http://www.ibrahimdemir.org <http://www.ibrahimdemir.org/>
> 
>   
> 
>

>
> - Original Message 
> From: Saminda Wijeratne <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>
> To: axis-user@ws.apache.org <mailto: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 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
> 
(http://svn.apache.org/repos/asf/webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/) 


>
> and do a maven build to create the snapshot version of the plugin. It
> works fine for me.
>
> regards
> saminda.
>
> Steve Cohen wrote:
> > 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 the most recent, so I
> > removed this plugin from my eclipse plugins directory and downloaded
> > the latest from the site, and placed it back in the plugins directory.
> >
> > Now the wizard fails immediately upon launch as follows:
> >
> > The selected wizard could not be started.
> >
> > Plug-in Axis2_Codegen_Wizard was unable to load class
> > org.apache.axis2.tool.codegen.eclipse.CodeGenWizard
> >
> > Ironically, before I tried using this wizard I was making some
> > progress with the command line tool.  I thought this would be easier.
> > Geez.
> >
> > Can someone explain what I need to make this plugin work?  Or would I
> > be better off just using the command line tool.
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED] 
<mailto:[EMAIL PROTECTED]>
> <mailto:[EMAIL PROTECTED] 
<mailto:[EMAIL PROTECTED]>>
> > For additional commands, e-mail: [EMAIL PROTECTED] 
<mailto:[EMAIL PROTECTED]>
> <mailto:[EMAIL PROTECTED] 
<mailto:[EMAIL PROTECTED]>>

> >
> >
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED] 
<mailto:[EMAIL PROTECTED]>
> <mailto:[EMAIL PROTECTED] 
<mailto:[EMAIL PROTECTED]>>
> For additional commands, e-mail: [EMAIL PROTECTED] 
<mailto:[EMAIL PROTECTED]>
> <mailto:[EMAIL PROTECTED] 
<mailto:[EMAIL PROTECTED]>>

>
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED] 
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: [EMAIL PROTECTED] 
<mailto:[EMAIL PROTECTED]>






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2008-10-08 Thread ibrahim demir
Hi ;

I am on windows platform and run it like that

C:\Cybersoft\ADS\Eclipse\workspace\axis2-eclipse-codegen-plugin>maven clean 
install

but it fails and says
 
>> Goal 'install' does not exist in this project.

Am I on a wrong directory or another problem is present. The directory is in 
this structure:

 Directory of C:\Cybersoft\ADS\Eclipse\workspace\axis2-eclipse-codegen-plugin

01.10.2008  23:23  .
01.10.2008  23:23  ..
01.10.2008  23:23   232 .project
01.10.2008  23:2314.906 build.xml
01.10.2008  23:23 5.580 eclipse-codegen-plugin-assembly.xml
01.10.2008  23:2328.402 pom.xml
01.10.2008  23:23  src
   4 File(s) 49.120 bytes
   3 Dir(s)  19.257.098.240 bytes free

Yours.


 Ibrahim DEMIR
CyberSoft Yazilim Muh.
http://www.ibrahimdemir.org

 
   
 



- 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
should build the plugin as /target/dist/axis2-eclipse-codegen-wizard.zip

regards
Saminda

ibrahim demir wrote:
>
> Hi;
>
>  
>
> How can I do a maven build to the plugin that I checked out the resources.
>
>  
>
> I have maven installed and I have checked-out the plugin from the 
> repository.
>
>  
>
> Yours
>
>  
>
>
>  
> Ibrahim DEMIR
> CyberSoft Yazilim Muh.
> http://www.ibrahimdemir.org <http://www.ibrahimdemir.org/>
>  
>
>  
>
>
> - Original Message 
> From: 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 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
> (http://svn.apache.org/repos/asf/webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/)
>  
>
> and do a maven build to create the snapshot version of the plugin. It
> works fine for me.
>
> regards
> saminda.
>
> Steve Cohen wrote:
> > 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 the most recent, so I
> > removed this plugin from my eclipse plugins directory and downloaded
> > the latest from the site, and placed it back in the plugins directory.
> >
> > Now the wizard fails immediately upon launch as follows:
> >
> > The selected wizard could not be started.
> >
> > Plug-in Axis2_Codegen_Wizard was unable to load class
> > org.apache.axis2.tool.codegen.eclipse.CodeGenWizard
> >
> > Ironically, before I tried using this wizard I was making some
> > progress with the command line tool.  I thought this would be easier. 
> > Geez.
> >
> > Can someone explain what I need to make this plugin work?  Or would I
> > be better off just using the command line tool.
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail: [EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>
> >
> >
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: [EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>
>
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


  

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

2008-10-08 Thread Saminda Wijeratne

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:


Hi;

 


How can I do a maven build to the plugin that I checked out the resources.

 

I have maven installed and I have checked-out the plugin from the 
repository.


 


Yours

 



 
Ibrahim DEMIR

CyberSoft Yazilim Muh.
http://www.ibrahimdemir.org <http://www.ibrahimdemir.org/>
 
   
 



- Original Message 
From: 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 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
(http://svn.apache.org/repos/asf/webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/) 


and do a maven build to create the snapshot version of the plugin. It
works fine for me.

regards
saminda.

Steve Cohen wrote:
> 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 the most recent, so I
> removed this plugin from my eclipse plugins directory and downloaded
> the latest from the site, and placed it back in the plugins directory.
>
> Now the wizard fails immediately upon launch as follows:
>
> The selected wizard could not be started.
>
> Plug-in Axis2_Codegen_Wizard was unable to load class
> org.apache.axis2.tool.codegen.eclipse.CodeGenWizard
>
> Ironically, before I tried using this wizard I was making some
> progress with the command line tool.  I thought this would be easier. 
> Geez.

>
> Can someone explain what I need to make this plugin work?  Or would I
> be better off just using the command line tool.
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED] 
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: [EMAIL PROTECTED] 
<mailto:[EMAIL PROTECTED]>

>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED] 
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: [EMAIL PROTECTED] 
<mailto:[EMAIL PROTECTED]>






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2008-10-07 Thread ibrahim demir
Hi;
 
How can I do a maven build to the plugin that I checked out the resources.
 
I have maven installed and I have checked-out the plugin from the repository.
 
Yours
 

 Ibrahim DEMIR
CyberSoft Yazilim Muh.
http://www.ibrahimdemir.org

 
   
 



- Original Message 
From: 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 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 
(http://svn.apache.org/repos/asf/webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/)
 
and do a maven build to create the snapshot version of the plugin. It 
works fine for me.

regards
saminda.

Steve Cohen wrote:
> 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 the most recent, so I 
> removed this plugin from my eclipse plugins directory and downloaded 
> the latest from the site, and placed it back in the plugins directory.
>
> Now the wizard fails immediately upon launch as follows:
>
> The selected wizard could not be started.
>
> Plug-in Axis2_Codegen_Wizard was unable to load class 
> org.apache.axis2.tool.codegen.eclipse.CodeGenWizard
>
> Ironically, before I tried using this wizard I was making some 
> progress with the command line tool.  I thought this would be easier.  
> Geez.
>
> Can someone explain what I need to make this plugin work?  Or would I 
> be better off just using the command line tool.
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


  

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 follow these steps.

1. Copy jar file "backport-util-concurrent-3.1.jar" and license
"backport-util-concurrent-LICENSE.txt" from your Axis2 -Vesrion 1.4.1 lib
folder to Axis2 Codegen tool lib.
2.Edit Axis2 - plugin.xml and add 

 
  

3. Run the following command
C:\eclipse\eclipse.exe -vm "c:\Program Files\Java\jre1.6.0_03\bin\java.exe"
-clean -console -consoleLog -debug -vmargs -Xmx384M

remember the path in the above command may change accoriding to your local
settings.

I hope this will. Good luck.

Cheers,
WlisonSandra.




Steve Cohen wrote:
> 
> 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 the most recent, so I 
> removed this plugin from my eclipse plugins directory and downloaded the 
> latest from the site, and placed it back in the plugins directory.
> 
> Now the wizard fails immediately upon launch as follows:
> 
> The selected wizard could not be started.
> 
> Plug-in Axis2_Codegen_Wizard was unable to load class 
> org.apache.axis2.tool.codegen.eclipse.CodeGenWizard
> 
> Ironically, before I tried using this wizard I was making some progress 
> with the command line tool.  I thought this would be easier.  Geez.
> 
> Can someone explain what I need to make this plugin work?  Or would I be 
> better off just using the command line tool.
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/HELP%21%21%21---Axis-2-1.4-CodeGenerator-Eclipse-Plugin-fails-tp19742674p19858733.html
Sent from the Axis - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2008-10-01 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 try the latest codegen plugin u downloaded (may b with a 
new workspace also). Hopefully u will get the 
java.lang.reflect.InvocationTargetException again ;) (which might mean 
some sort of improvement from yo current situation).


I was kinds busy yesterday so i couldn't look at a solution for the 
latest codegen plugin to solve the problem. I only had time to test the 
snapshot to see whether it works. Anyway i checked the existing plugin 
and to fix the problem u will have to do some work. (this is for 
"Axis2_Codegen_Wizard_1.3.0")


first copy following two jars to the lib folder of the codegen plugin
   geronimo-stax-api_1.0_spec-1.0.1.jar
   backport-util-concurrent-3.1.jar
   (next obvious question... where to find these jars??? check yo maven 
repo or google for it)


Then you need to update the plugin.xml file to include the runtime 
classpath for these jars. I'm pasting the updated plugin.xml i used 
(which worked).









  
 
 


 
 

 
 

 
 

 
 

 
 

 
 

 
 

 
 

 
 

 
  
  
  
  

 
 

 
 

 
 

 
 

 
 

 
 

 
 

 
 

 
 

 
 

 
 

 
  

  
 
 
 
 
 
  

  
 
 
 
 
  
   
   





dats it.
If you still get the error, try a fresh eclipse as i've mentioned earlier.

good luck,
Saminda



Steve Cohen wrote:
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 not the most recent, so I 
removed this plugin from my eclipse plugins directory and downloaded 
the latest from the site, and placed it back in the plugins directory.


Now the wizard fails immediately upon launch as follows:

The selected wizard could not be started.

Plug-in Axis2_Codegen_Wizard was unable to load class 
org.apache.axis2.tool.codegen.eclipse.CodeGenWizard




keith chapman wrote:

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 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

(http://svn.apache.org/repos/asf/webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/) 


and do a maven build to create the snapshot version of the plugin.
It works fine for me.

regards
saminda.


Steve Cohen wrote:

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 the most recent,
so I removed this plugin from my eclipse plugins directory and
downloaded the latest from the site, and placed it back in the
plugins directory.

Now the wizard fails immediately upon launch as follows:

The selected wizard could not be started.

Plug-in Axis2_Codegen_Wizard was unable to load class
org.apache.axis2.tool.codegen.eclipse.CodeGenWizard

Ironically, before I tried using this wizard I was making some
progress with the command line tool.  I thought this would be
easier.  Geez.

Can someone explain what I need to make this plugin work?  Or
would I be better off just using the command line tool.



-

To unsubscribe, e-mail: [EMAIL PROTECTED]

For additional commands, e-mail: [EMAIL PROTECTED]







-

To unsubscribe, e-mail: [EMAIL PROTEC

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 not the most recent, so I 
removed this plugin from my eclipse plugins directory and downloaded 
the latest from the site, and placed it back in the plugins directory.


Now the wizard fails immediately upon launch as follows:

The selected wizard could not be started.

Plug-in Axis2_Codegen_Wizard was unable to load class 
org.apache.axis2.tool.codegen.eclipse.CodeGenWizard




keith chapman wrote:

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 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

(http://svn.apache.org/repos/asf/webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/)
and do a maven build to create the snapshot version of the plugin.
It works fine for me.

regards
saminda.


Steve Cohen wrote:

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 the most recent,
so I removed this plugin from my eclipse plugins directory and
downloaded the latest from the site, and placed it back in the
plugins directory.

Now the wizard fails immediately upon launch as follows:

The selected wizard could not be started.

Plug-in Axis2_Codegen_Wizard was unable to load class
org.apache.axis2.tool.codegen.eclipse.CodeGenWizard

Ironically, before I tried using this wizard I was making some
progress with the command line tool.  I thought this would be
easier.  Geez.

Can someone explain what I need to make this plugin work?  Or
would I be better off just using the command line tool.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]

For additional commands, e-mail: [EMAIL PROTECTED]






-
To unsubscribe, e-mail: [EMAIL PROTECTED]

For additional commands, e-mail: [EMAIL PROTECTED]





--
Keith Chapman
Senior Software Engineer
WSO2 Inc.
Oxygenating the Web Service Platform.
http://wso2.org/

blog: http://www.keith-chapman.org



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 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 (
> http://svn.apache.org/repos/asf/webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/)
> and do a maven build to create the snapshot version of the plugin. It works
> fine for me.
>
> regards
> saminda.
>
>
> Steve Cohen wrote:
>
>> 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 the most recent, so I removed
>> this plugin from my eclipse plugins directory and downloaded the latest from
>> the site, and placed it back in the plugins directory.
>>
>> Now the wizard fails immediately upon launch as follows:
>>
>> The selected wizard could not be started.
>>
>> Plug-in Axis2_Codegen_Wizard was unable to load class
>> org.apache.axis2.tool.codegen.eclipse.CodeGenWizard
>>
>> Ironically, before I tried using this wizard I was making some progress
>> with the command line tool.  I thought this would be easier.  Geez.
>>
>> Can someone explain what I need to make this plugin work?  Or would I be
>> better off just using the command line tool.
>>
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Keith Chapman
Senior Software Engineer
WSO2 Inc.
Oxygenating the Web Service Platform.
http://wso2.org/

blog: http://www.keith-chapman.org


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 
(http://svn.apache.org/repos/asf/webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/) 
and do a maven build to create the snapshot version of the plugin. It 
works fine for me.


regards
saminda.

Steve Cohen wrote:
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 the most recent, so I 
removed this plugin from my eclipse plugins directory and downloaded 
the latest from the site, and placed it back in the plugins directory.


Now the wizard fails immediately upon launch as follows:

The selected wizard could not be started.

Plug-in Axis2_Codegen_Wizard was unable to load class 
org.apache.axis2.tool.codegen.eclipse.CodeGenWizard


Ironically, before I tried using this wizard I was making some 
progress with the command line tool.  I thought this would be easier.  
Geez.


Can someone explain what I need to make this plugin work?  Or would I 
be better off just using the command line tool.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 the most recent, so I 
removed this plugin from my eclipse plugins directory and downloaded the 
latest from the site, and placed it back in the plugins directory.


Now the wizard fails immediately upon launch as follows:

The selected wizard could not be started.

Plug-in Axis2_Codegen_Wizard was unable to load class 
org.apache.axis2.tool.codegen.eclipse.CodeGenWizard


Ironically, before I tried using this wizard I was making some progress 
with the command line tool.  I thought this would be easier.  Geez.


Can someone explain what I need to make this plugin work?  Or would I be 
better off just using the command line tool.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]