Method with no-args?

2002-03-17 Thread Jon Baer
Is there anyway to call a method that has a no argument signature? (String) result = call.invoke() // how come I can't do this? - Jon

Exception on implementing java.util.Observer in WebService

2002-03-17 Thread Kumar, Vinay 2
hello, my client is a Applet in my Web Service i try to implement Observer Interface to watch any change in my Object Store the moment i call function "notifyObservers()" in Class which extends Observable, it has to call the "update(java.util.Observable aObservable, Object aObject)" function in

Re: Boot-time deployment?

2002-03-17 Thread Doug Davis
Place a server-config.wsdd file in your webapp's WEB-INF dir that contains the server side deployment data you want. The easiest way to get this is to bring up your server and then deploy all your services - then just copy the server-config.wsdd in your WEB-INF dir into your webapp/WAR file you wa

Boot-time deployment?

2002-03-17 Thread Bryan Field-Elliot
With Axis (1.0 beta), is there a way to automatically deploy my web services at servlet context load time, rather than having to manually deploy the .wsdd files every time my webapp gets (re)deployed? Perhaps there are some (undocumented) parameters I can put in web.xml to achieve this?

RE: NoClassDefFoundError: javax.xml.rpc.namespace.QName

2002-03-17 Thread Rodrigo Serra
Hello,   I’m resolve the problem adding de .jar’s files in my CLASSPATH variables and modifying, in my Windows .net Beta 3, the registry entry for the Tomcat services: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Apache Tomcat\Parameters\JVM Option Number 0.   The value of this

can't obtain functions list from a published service

2002-03-17 Thread pipo pipo
Hi all!!! i have installed axis b1 in tomcat 4.0.4, and it work fine, but when i publish a service and generate the wsdl file (http://localhost:8080/axis/Calculator.jws?wsdl) i can't obtain the function list from the service ("add" and "subtract"). I have tested using xmlspy and soapx4, but i can

RE: NoClassDefFoundError: javax.xml.rpc.namespace.QName

2002-03-17 Thread Sam Ruby
Doug Davis wrote: > > Not sure - the only thing I can think of is that you're using an old > version of xerces. FYI: I run with Xerces 2, and can only get this to work if xmlParserAPIs.jar in tomcat/common/lib. > Can you try 1.4.3? FYI: Xerces 2.0.1 is faster. - Sam Ruby

RE: NoClassDefFoundError: javax.xml.rpc.namespace.QName

2002-03-17 Thread Doug Davis
Not sure - the only thing I can think of is that you're using an old version of xerces. Can you try 1.4.3? -Dug Parimi Srinivas <[EMAIL PROTECTED]> on 03/17/2002 03:54:17 PM Please respond to [EMAIL PROTECTED] To:"'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject:RE: NoClassDefFoundE

RE: NoClassDefFoundError: javax.xml.rpc.namespace.QName

2002-03-17 Thread Parimi Srinivas
I am sorry, I wrote it wrong in my previous e-mail. I actually placed jaxrpc.jar in tomcat/lib and xerces.jar is placed in axis/web-inf/lib. Is there any thing I am missing ? Thanks for your reply. -parimi -Original Message- From: Doug Davis [mailto:[EMAIL PROTECTED]] Sent: Sunday, Mar

RE: NoClassDefFoundError: javax.xml.rpc.namespace.QName

2002-03-17 Thread Doug Davis
Don't put xerces.jar in there - leave it in the axis/web-inf/lib dir. Place just jaxrpc.jar in tomcat's lib dir. -Dug Parimi Srinivas <[EMAIL PROTECTED]> on 03/17/2002 03:31:36 PM Please respond to [EMAIL PROTECTED] To:"'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject:RE: NoClassDe

RE: NoClassDefFoundError: javax.xml.rpc.namespace.QName

2002-03-17 Thread Parimi Srinivas
I used to get the same NoClassDefFoundError. When I placed xerces.jar in tomcat\lib, I get the following Exception when try to execute org.apache.axis.client.AdminClient, java.lang.NoSuchMethodError at org.apache.axis.encoding.DeserializationContextImpl.parse(Unknown Source) at or

Re: NoClassDefFoundError: javax.xml.rpc.namespace.QName

2002-03-17 Thread Doug Davis
Its a new "feature" of tomcat :-) -Dug Bryan Field-Elliot <[EMAIL PROTECTED]> on 03/17/2002 12:51:26 PM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:Re: NoClassDefFoundError: javax.xml.rpc.namespace.QName I meant, "classloader problems eh?", not "classpath p

RE: wsdl2java doesn't support primitive types such as byte???

2002-03-17 Thread Glen Daniels
It would really help in situations like this if you could include the WSDL file which you were using, and the generated WSDD file. The stack trace doesn't really tell us much in this case. Thanks, --Glen > -Original Message- > From: Nuno Guerreiro [mailto:[EMAIL PROTECTED]] > Sent: S

Re: NoClassDefFoundError: javax.xml.rpc.namespace.QName

2002-03-17 Thread Bryan Field-Elliot
I meant, "classloader problems eh?", not "classpath problems eh?". Bryan On Sun, 2002-03-17 at 10:36, Doug Davis wrote: place jaxrpc.jar into tomcat's lib dir. -Dug Bryan Field-Elliot <[EMAIL PROTECTED]> on 03/17/2002 12:38:02 PM Please respond to [EMAIL PROTECTED] To:[EMAIL

Re: NoClassDefFoundError: javax.xml.rpc.namespace.QName

2002-03-17 Thread Bryan Field-Elliot
Thanks, that did it. Classpath problems eh? Bryan On Sun, 2002-03-17 at 10:36, Doug Davis wrote: place jaxrpc.jar into tomcat's lib dir. -Dug

Re: NoClassDefFoundError: javax.xml.rpc.namespace.QName

2002-03-17 Thread Doug Davis
place jaxrpc.jar into tomcat's lib dir. -Dug Bryan Field-Elliot <[EMAIL PROTECTED]> on 03/17/2002 12:38:02 PM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:NoClassDefFoundError: javax.xml.rpc.namespace.QName I'm trying to deploy Axis Beta-1 on Tomcat 4.0.3, usi

NoClassDefFoundError: javax.xml.rpc.namespace.QName

2002-03-17 Thread Bryan Field-Elliot
I'm trying to deploy Axis Beta-1 on Tomcat 4.0.3, using the sample webapp "axis" which comes with the distribution. Every time I try to access the Admin or a JWS service, I get: java.lang.NoClassDefFoundError: javax/xml/rpc/namespace/QName at org.apache.axis.transport.http.AdminServlet.ge