archiver alternatives

2010-05-18 Thread Meeusen, Christopher W.
Hi, I've been using the axis2 service archiver plugin for eclipse for years, but recently it's become unusable. It freezes on this screen and will not continue. I've tried everything (new workspace, deleting .metadata folder in workspace, reinstalling the plugin in eclipse, re downl

RE: Weird problem

2010-05-18 Thread Phee, Marty
Axis2 1.5.1 I tried xmlbeans 2.4.0 and same problem. Why would the ant build work, but not maven on the same code base? -Original Message- From: robert lazarski [mailto:[email protected]] Sent: Tuesday, May 18, 2010 12:42 PM To: [email protected] Subject: Re: Weird probl

Re: Weird problem

2010-05-18 Thread robert lazarski
On Tue, May 18, 2010 at 2:36 PM, Phee, Marty wrote: > When I use the plugin it generates this for struct8d8bdoctype.xsb > > SchemaTypeSystemImpl:690 > > value: org.apache.xmlbeans.SchemaGlobalElement$Ref = > {org.apache.xmlbeans.schemaglobalelement$...@2173} > > _handle = struct8d8bdoctype > > > >

RE: Weird problem

2010-05-18 Thread Phee, Marty
1. Seems to be using the latest. I have a separate pom for the webapp using this: org.apache.axis2 axis2-webapp 1.5.1 war 2.It’s packaged in the aar by the plugin and it’s not complaining about not finding the file

RE: Weird problem

2010-05-18 Thread Phee, Marty
When I use the plugin it generates this for struct8d8bdoctype.xsb SchemaTypeSystemImpl:690 value: org.apache.xmlbeans.SchemaGlobalElement$Ref = {org.apache.xmlbeans.schemaglobalelement$...@2173} _handle = struct8d8bdoctype So

Re: Weird problem

2010-05-18 Thread ceri tandogan
Hello, Which application server or servlet container are you using? 1)try to update wsdl.jar of app server common lib directory 2)Check if schemaorg_apache_xmlbeans.system.* is in your classpath. CT From: Martin Gainty To: [email protected] Sent: Tue

RE: Weird problem

2010-05-18 Thread Martin Gainty
the axis2-wsdl2code-maven-plugin main site (and all mirrors appear to be down)..if you are able to attach or post the jar you have we can try to replicate problem here Martin Gainty BTW ..you spelled "wired" incorrectly.. __ Verzicht und Vertraulich

RE: Weird problem

2010-05-18 Thread Phee, Marty
Thanks, but it looks like the file is being found. Caused by: java.lang.RuntimeException: Could not instantiate SchemaTypeSystemImpl (java.lang.reflect.InvocationTargetException): is the version of xbean.jar correct? at schemaorg_apache_xmlbeans.system.sFB382F0125080271F6EF0AC64E086488.

Re: Weird problem

2010-05-18 Thread robert lazarski
On Tue, May 18, 2010 at 12:32 PM, Phee, Marty wrote: > Caused by: java.lang.RuntimeException: Could not instantiate > SchemaTypeSystemImpl (java.lang.reflect.InvocationTargetException): is the > version of xbean.jar correct? > >     at > schemaorg_apache_xmlbeans.system.sCA62E59A9FA1AB04F2C0D6

Weird problem

2010-05-18 Thread Phee, Marty
I'm trying to create a maven project for the quickstartxmlbeans example. If I build it using the axis2-wsdl2code-maven-plugin I get the error below. If I build it using the ant build.xml file which is generated it works fine. This is on xp machine. It seemed to work fine on Osx. I used ant with

Can Axis2.1.5 ANT SCRIPT Generate

2010-05-18 Thread Karthik Nanjangude
Hi Can Axis2.1.5 ANT SCRIPT Generate "WSDL to JAVA" code written by Axis 1.4 based Or is there any constraints? I may be MORON :( with regards N.S.Karthik

Need help with Delphi 7 client of an axis web service

2010-05-18 Thread Nicola Farina
Hello all, I am a Delphi developer trying to build a client for an Axis web service. In Delphi (I am using Delphi 7 enterprise) there is a wizard which imports the wsdl and builds Delphi interfaces (and types, classes) related to the service imported. Everything works a part a (very important!