[GUMP] Build timed out - Axis

2002-04-07 Thread Sam Ruby
This email is autogenerated from the output from: Buildfile: build.xml setenv: [mkdir] Created dir: /home/rubys/jakarta/x

Re: BidService.jws

2002-04-07 Thread Mark Volkmann
I hate to ask the obvious, but can you compile it using javac as a .java file? If you can, is there anything in your classpath that isn't under %TOMCAT_HOME%\webapps\axis\WEB-INF\classes or lib? - Original Message - From: "Harald Schmitt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent:

problem with Call.addParameter method?

2002-04-07 Thread Mark Volkmann
In my client code that uses dynamic invocation I have the following. call.addParameter("zipcode", org.apache.axis.encoding.XMLType.XSD_INT, javax.xml.rpc.ParameterMode.PARAM_MODE_IN); Using tcpmon to view the generated request I see the

Re: BidService.jws

2002-04-07 Thread Rogério
I have the BidService.jws under webapps/axis directory and all required classes under webapps/axis/WEB-INF/classes/samples/bidbuy directory... I need to put all classes only under webapps/axis/WEB-INF/classes directory??? This is because the package declaration in BidService.jws has been disabled

Re: BidService.jws

2002-04-07 Thread Rogério
No i'm just using the instant deployment feature, not javac to compile the source... Rogério - Original Message - From: "Mark Volkmann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, April 07, 2002 11:26 AM Subject: Re: BidService.jws > I hate to ask the obvious, but can yo

canHandleBlock method in Handler interface really used?

2002-04-07 Thread Mark Volkmann
I've searched the source and, as far as I can tell, the canHandleBlock method in the Handler interface isn't actually used by anything. Several classes implement it, but no code seems to depend on the value returned by it. Is this something that may be used in the future or is it really used now?

Bug report for Axis [2002/04/07]

2002-04-07 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: BidService.jws

2002-04-07 Thread Mark Volkmann
In Beta 1 there is a bug in the handling of packages with JWS. You need to put the .jws file in the correct package directory under webapps/axis/WEB-INF/classes, but you need to remove the package statement from the .jws file to get it to work. - Original Message - From: "Rogério" <[EMAIL

XML Literal Encoding

2002-04-07 Thread kel
Hi,   Currently I would like to create a Web Service interface for a Java program.  I would probably create a wrapper for it and the wrapper would probably take an XML document as input, and then instantiates the Java objects after processing the document and call the backend Java program. 

Re: BidService.jws

2002-04-07 Thread Rogério
And how can i access this file (endpoint/wsdl)??? In other words jws file is only for webservices that works with simple types, if i need complex types in my application the custom deployment will be required (wsdd)??? Rogério - Original Message - From: "Mark Volkmann" <[EMAIL PROTECTE

Dates, Calendars, and GregorianCalendar : howto

2002-04-07 Thread Richard Emberson
Trying to send a Date As far as I can tell, Date is not a primitive, built into Axis, type. So, how about sending a Calendar. Well, that does not work either. There are Calendar serializers/deserializers registered (with the class java.util.Calendar), but one can not make an instance of Cale

String class is final: SerializationContextImpl.java

2002-04-07 Thread Richard Emberson
The String class is final so that in the method: public boolean isPrimitive(Object value, Class javaType) in the file: if (String.class.isAssignableFrom(javaType)) return true; can be changed to: if (String.class == javaType) return true; Richard

junit, TestCaseClassLoader, and Axis' logging

2002-04-07 Thread Richard Emberson
If one uses Junit's TestCaseClassLoader loader - letting one run the test with its own classloader, then the logging system throws an exception: .java.lang.ClassCastException: org.apache.commons.logging.impl.LogFactoryImpl at org.apache.commons.logging.LogFactory.newFactory(LogFactory.ja

Re: BidService.jws

2002-04-07 Thread Mark Volkmann
- Original Message - From: "Rogério" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, April 07, 2002 5:34 PM Subject: Re: BidService.jws > And how can i access this file (endpoint/wsdl)??? Here's a concrete example. I have a class called BasicMath that is in the package com.oci

RE: Axis-C++

2002-04-07 Thread Lilantha Darshana
Hi,   Axis C++ code is still in its evolving state (pre-Alpha). As a first cut we want to have it as a client lib. You can download the code from cvs for your reference purpose. Thank & regards, -Lilantha -Original Message-From: Andrea Patrignani [mailto:[EMAIL PROTECTED]]Sen