Re: error with Beta 3

2002-07-11 Thread Miguel A Paraz
I think it's the same as my problem which is still unresolved. I found it had something to do with ClassLoader which I'm not familiar with. My earlier post to axis-dev: http://marc.theaimsgroup.com/?l=axis-dev&m=102619272124777&w=2 On Thu, Jul 11, 2002 at 06:57:05PM -0700, Venkat Dokiparthi

Re: Web services on a wireless adhoc network

2002-07-11 Thread Miguel A Paraz
This intersection of SOAP and P2P sounds interesting to me... this could still be part of Axis since it falls under 'Extensible Interaction.' On Thu, Jul 11, 2002 at 03:55:21PM +0800, Supriyo Chatterjea wrote: > Any comments on this model? Do you think Xerces2 is > suitable for an embedded devic

Parser for Axis (Re: Help!)

2002-07-10 Thread Miguel A Paraz
Am I right that NPE's originating from the parser, are due to old parsers? Is Crimson still supported? I had a problem like this which was fixed by switching to the latest (at the time) Xerces. On Wed, Jul 10, 2002 at 02:47:52PM -0700, Irfan Niaz wrote: > java.lang.NullPointerException > java.l

Re: Web services on a wireless adhoc network

2002-07-09 Thread Miguel A Paraz
On Wed, Jul 10, 2002 at 12:44:09AM +0800, Supriyo Chatterjea wrote: > Does anyone have any comments on the model I just > described above? Please feel free to share your views! Hi, Your case sounds to me more like a peer-to-peer app. (JXTA?) By "ad-hoc," do you mean that the IP addresses would

Re: now that I've written my doc/lit service... (.NET question)

2002-06-29 Thread Miguel A Paraz
On Fri, Jun 28, 2002 at 03:54:01PM -0500, Andrew Vardeman wrote: > Sorry it's kind of off-topic, but call it "interoperability questions" If I may add a .NET-development related question: Do the .NET web services stuff run on Rotor, Linux or FreeBSD? Does anyone here have experience with tho

Package names in JWS (Re: Just learning Axis. Kindly help !)

2002-06-20 Thread Miguel A Paraz
mple2/Calculator.jws"; the error is now: java.lang.NoClassDefFoundError: Calculator (wrong name: samples/userguide/example2/Calculator I guess the 'JWS' system did not have packages in mind? -- Miguel A Paraz +63-916-423-7922

Re: Proper use of ServiceLifecycle (Re: question on migrating from Soap 2.2 to Axis)

2002-06-14 Thread Miguel A Paraz
se connection, connecting and disconnecting from a database upon service startup and shutdown? -- Miguel A Paraz <http://mparaz.com> Mobile: +63-916-423-7922 Imperium Technology, Inc. <[EMAIL PROTECTED]>Office: +63-2-812-3155

Re: Proper use of ServiceLifecycle (Re: question on migrating from Soap 2.2 to Axis)

2002-06-13 Thread Miguel A Paraz
I did not use any sessions. Are they required for "application" scope? I'm just using the WSDL2Java-generated stub to connect. I'll go and write code following TestSession as an example. -- Miguel A Paraz <http://mparaz.com> Mobile: +63-916-423-7922 Im

Proper use of ServiceLifecycle (Re: question on migrating from Soap 2.2 to Axis)

2002-06-13 Thread Miguel A Paraz
e my implementation and deploy.wsdd. The idea is to build the MySQL/JDBC example that was discussed earlier. Thanks! -- Miguel A Paraz <http://mparaz.com> Mobile: +63-916-423-7922 Imperium Technology, Inc. <[EMAIL PROTECTED]>Office: +63-2-812-3155 /** * MyDBA

Can't build javadoc due to org.apache.axis.providers.java

2002-06-13 Thread Miguel A Paraz
built properly. To build javadocs, I capture the full javadoc command line and take out the above. -- Miguel A Paraz <http://mparaz.com> Mobile: +63-916-423-7922 Imperium Technology, Inc. <[EMAIL PROTECTED]>Office: +63-2-812-3155

jikes and xxxSoapBindingStub.java output from WSDL2Java

2002-06-10 Thread Miguel A Paraz
super.service = service; } } catch(java.lang.Exception t) { throw org.apache.axis.AxisFault.makeFault(t); } and changing it to: catch(java.lang.RuntimeException t) { Takes it away. Is this a problem? -- Miguel A Paraz <http://mpa

Re: Axis web services for MySQL Connection.

2002-06-04 Thread Miguel A Paraz
rvice would > be the database client in this case) and delivering the data via a set of > parametrized methods. > You couldn't find anything specific about SOAPand JDBC because there is not > the slightest difference in the use of JDBC in a Web-Service and a directly > con