cvs commit: xml-axis/java/src/org/apache/axis/encoding/ser BeanSerializer.java BeanDeserializer.java

2002-02-19 Thread tomj
tomj02/02/19 12:50:46 Modified:java/src/org/apache/axis/encoding/ser BeanSerializer.java BeanDeserializer.java Log: First step to supporting in schema types: Add support for bean properties which are attributes instead of element. If the bean

cvs commit: xml-axis/java/src/org/apache/axis/utils resources.properties

2002-02-19 Thread tomj
tomj02/02/19 12:55:00 Modified:java/src/org/apache/axis/wsdl/toJava SymbolTable.java java/src/org/apache/axis/utils resources.properties Log: Add a 'dotnet' internal switch to the symbol table to prevent treating document style WSDL as rpc. Righ

cvs commit: xml-axis/java/src/org/apache/axis/encoding/ser BeanSerializer.java

2002-02-21 Thread tomj
tomj02/02/21 10:51:24 Modified:java/test/wsdl Wsdl2javaTestSuite.xml java/src/org/apache/axis/wsdl/fromJava Types.java java/src/org/apache/axis/wsdl/toJava SymbolTable.java SchemaUtils.java JavaTypeWriter.java

cvs commit: xml-axis/java/src/org/apache/axis/encoding/ser BeanSerializer.java

2002-02-21 Thread tomj
tomj02/02/21 11:25:07 Modified:java/src/org/apache/axis/wsdl/toJava JavaComplexTypeWriter.java java/src/org/apache/axis/encoding/ser BeanSerializer.java Log: Change the return value of getAttributeElements() for bean types from a Vector

cvs commit: xml-axis/java/src/org/apache/axis/utils resources.properties

2002-02-21 Thread tomj
tomj02/02/21 12:02:20 Modified:java/src/org/apache/axis/wsdl/toJava SymbolTable.java java/src/org/apache/axis/utils resources.properties Log: Fix problems in the WSDL2Java symbol table routine that creates a type element for the attribute. Reject non-simple

cvs commit: xml-axis/java/src/org/apache/axis/client Call.java

2002-02-21 Thread tomj
tomj02/02/21 14:16:17 Modified:java/src/org/apache/axis/client Call.java Log: Set the RPCElement encoding style from the call encoding style. There is some question if we want to set the SOAPEnvelope encoding style also. Hopefully Glen can take a look at this and make

cvs commit: xml-axis/java/src/org/apache/axis/message MessageElement.java

2002-02-22 Thread tomj
tomj02/02/22 12:03:03 Modified:java/src/org/apache/axis/message MessageElement.java Log: Fix logic to prevent emitting an encoding style of "" unless we are overriding a parent scope. Revision ChangesPath 1.78 +8 -2 xml-axis/java/src/org/a

cvs commit: xml-axis/java/src/org/apache/axis/encoding/ser BeanSerializer.java

2002-02-22 Thread tomj
tomj02/02/22 12:04:43 Modified:java/src/org/apache/axis/encoding/ser BeanSerializer.java Log: Add defensive code to prevent initializing an attributes object in getObjectAttributes() with a null. Revision ChangesPath 1.8 +6 -2 xml-axis/java/src/org

cvs commit: xml-axis/java/test/encoding TestAttributes.java AttributeBean.java PackageTests.java

2002-02-25 Thread tomj
tomj02/02/25 07:24:15 Modified:java/test/encoding PackageTests.java Added: java/test/encoding TestAttributes.java AttributeBean.java Log: Add a test case to test attribute serialization. Revision ChangesPath 1.13 +1 -0 xml-axis/java/test/encoding

cvs commit: xml-axis/java/src/org/apache/axis/utils resources.properties

2002-02-26 Thread tomj
tomj02/02/26 07:23:22 Modified:java/src/org/apache/axis/transport/http SimpleAxisServer.java java/src/org/apache/axis/utils resources.properties Log: Print the port number for SimpleAxisServer on startup in info message. Revision

cvs commit: xml-axis/java/src/org/apache/axis/encoding/ser BeanPropertyTarget.java

2002-02-26 Thread tomj
tomj02/02/26 13:15:33 Modified:java/src/org/apache/axis/encoding/ser BeanPropertyTarget.java Log: Don't dereference a null pointer when logging an error in setValue. Revision ChangesPath 1.4 +10 -5 xml-axis/java/src/org/apache

cvs commit: xml-axis/java/test/wsdl Wsdl2javaTestSuite.xml

2002-02-26 Thread tomj
tomj02/02/26 14:23:43 Modified:java/test/wsdl Wsdl2javaTestSuite.xml Log: Delete round trip work directories to prevent errors when repeating the test. Revision ChangesPath 1.79 +2 -0 xml-axis/java/test/wsdl/Wsdl2javaTestSuite.xml Index

cvs commit: xml-axis/java/test/wsdl/types VerifyTestCase.java

2002-02-26 Thread tomj
tomj02/02/26 16:12:40 Modified:java/samples/transport/tcp Tag: TomAndGlen TCPSender.java java/src Tag: TomAndGlen log4j.properties java/src/org/apache/axis Tag: TomAndGlen MessageContext.java java/src/org/apache/axis/client Tag

cvs commit: xml-axis/java/test/wsdl/types VerifyTestCase.java

2002-02-27 Thread tomj
tomj02/02/27 05:41:29 Modified:java/samples/transport/tcp TCPSender.java java/src log4j.properties java/src/org/apache/axis MessageContext.java java/src/org/apache/axis/client Call.java java/src/org/apache/axis/encoding

cvs commit: xml-axis/java/src/org/apache/axis/client Call.java

2002-02-27 Thread tomj
tomj02/02/27 07:50:11 Modified:java/src/org/apache/axis/wsdl/toJava JavaStubWriter.java java/src/org/apache/axis/encoding DeserializationContextImpl.java java/src/org/apache/axis/client Call.java Log: More type mapping

cvs commit: xml-axis/java/src/org/apache/axis/message BodyBuilder.java

2002-02-27 Thread tomj
tomj02/02/27 09:32:17 Modified:java/src/org/apache/axis/wsdl/toJava JavaStubWriter.java java/src/org/apache/axis/client Call.java java/src/org/apache/axis/message BodyBuilder.java Log: More document/literal changes to make interop tests work

cvs commit: xml-axis/java/src/org/apache/axis/encoding/ser SimpleDeserializer.java

2002-02-27 Thread tomj
tomj02/02/27 11:19:44 Modified:java/src/org/apache/axis/encoding/ser SimpleDeserializer.java Log: Rework SimpleType to store attributes until after the endElement, then set them. Revision ChangesPath 1.4 +53 -18 xml-axis/java/src

cvs commit: xml-axis/java/src/org/apache/axis/deployment/wsdd WSDDBeanMapping.java WSDDService.java WSDDTypeMapping.java

2002-02-27 Thread tomj
tomj02/02/27 15:46:32 Modified:java/src/org/apache/axis/wsdl/fromJava Emitter.java java/src/org/apache/axis/wsdl/toJava JavaDeployWriter.java java/src/org/apache/axis/encoding/ser SimpleSerializer.java java/src/org/apache/axis/deployment

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava JavaDeployWriter.java

2002-02-28 Thread tomj
tomj02/02/28 06:19:37 Modified:java/src/org/apache/axis/wsdl/toJava JavaDeployWriter.java Log: Emit QName to operation mappings for literal operation types. Revision ChangesPath 1.19 +28 -0 xml-axis/java/src/org/apache/axis/wsdl/toJava

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava SymbolTable.java

2002-02-28 Thread tomj
tomj02/02/28 06:56:05 Modified:java/src/org/apache/axis/wsdl/toJava SymbolTable.java Log: Change "dotNet" switch to wrapped. Key off single part name of "parameters" not attributes. Much goodness from interop!!! Revision ChangesPath 1.37

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava SymbolTable.java

2002-02-28 Thread tomj
tomj02/02/28 07:56:16 Modified:java/src/org/apache/axis/wsdl/toJava SymbolTable.java Log: Move setReferences after populateParameters, which sets wrapped flag. Revision ChangesPath 1.38 +1 -1 xml-axis/java/src/org/apache/axis/wsdl/toJava/SymbolTable.java

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava JavaStubWriter.java

2002-02-28 Thread tomj
tomj02/02/28 08:45:28 Modified:java/src/org/apache/axis/wsdl/toJava JavaStubWriter.java Log: Set the property (for now the literal "wrapped") that will compensate for the peeling back of the top level element in .NET document/literal WSDL. If the "wapp

cvs commit: xml-axis/java/src/org/apache/axis/message RPCElement.java

2002-02-28 Thread tomj
tomj02/02/28 08:45:51 Modified:java/src/org/apache/axis/message RPCElement.java Log: Forgot this file... Set the property (for now the literal "wrapped") that will compensate for the peeling back of the top level element in .NET document/literal WSDL.

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava JavaDeployWriter.java

2002-02-28 Thread tomj
tomj02/02/28 08:54:43 Modified:java/src/org/apache/axis/wsdl/toJava JavaDeployWriter.java Log: Add missing end slash. Revision ChangesPath 1.20 +1 -1 xml-axis/java/src/org/apache/axis/wsdl/toJava/JavaDeployWriter.java Index: JavaDeployWriter.java

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava JavaComplexTypeWriter.java

2002-02-28 Thread tomj
tomj02/02/28 09:32:08 Modified:java/src/org/apache/axis/wsdl/toJava JavaComplexTypeWriter.java Log: Emit an equals functions to ease testing. Revision ChangesPath 1.12 +28 -0 xml-axis/java/src/org/apache/axis/wsdl/toJava

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava JavaDeployWriter.java

2002-02-28 Thread tomj
tomj02/02/28 09:34:06 Modified:java/src/org/apache/axis/wsdl/toJava JavaDeployWriter.java Log: Emit style document and provider is always RPC. Revision ChangesPath 1.21 +2 -2 xml-axis/java/src/org/apache/axis/wsdl/toJava/JavaDeployWriter.java Index

cvs commit: xml-axis/java/test/wsdl/interop3/compound2 Compound2TestCase.java SoapInteropCompound2BindingImpl.java build.xml

2002-02-28 Thread tomj
tomj02/02/28 10:25:21 Modified:java/test/wsdl/interop3/compound2 SoapInteropCompound2BindingImpl.java build.xml Added: java/test/wsdl/interop3/compound2 Compound2TestCase.java Log: Provide client test case for compound2 interop test

cvs commit: xml-axis/java/src/org/apache/axis Constants.java

2002-02-28 Thread tomj
tomj02/02/28 10:47:21 Modified:java/src/org/apache/axis Constants.java Log: Fault codes should not be namespace qualified. Revision ChangesPath 1.54 +4 -4 xml-axis/java/src/org/apache/axis/Constants.java Index: Constants.java

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/fromJava Types.java

2002-02-28 Thread tomj
tomj02/02/28 10:50:13 Modified:java/src/org/apache/axis/wsdl/fromJava Types.java Log: Create the types element with the wsdl namespace prefix. Revision ChangesPath 1.18 +2 -1 xml-axis/java/src/org/apache/axis/wsdl/fromJava/Types.java Index: Types.java

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava JavaComplexTypeWriter.java

2002-02-28 Thread tomj
tomj02/02/28 11:00:40 Modified:java/src/org/apache/axis/wsdl/toJava JavaComplexTypeWriter.java Log: Improve generated equals() function and handle beans with no elements. Revision ChangesPath 1.13 +27 -21 xml-axis/java/src/org/apache

cvs commit: xml-axis/java/src/org/apache/axis/providers/java EJBProvider.java

2002-03-01 Thread tomj
tomj02/03/01 07:47:48 Modified:java/src/org/apache/axis/providers/java Tag: TomAndGlen EJBProvider.java Log: Fix from David L. Cole [[EMAIL PROTECTED]]: Add a configuration option, "remoteInterfaceName", to the EJB configuration to ov

cvs commit: xml-axis/java/src/org/apache/axis/providers/java EJBProvider.java

2002-03-01 Thread tomj
tomj02/03/01 07:59:16 Modified:java/src/org/apache/axis/providers/java EJBProvider.java Log: Check in on main branch this time... Fix from David L. Cole [[EMAIL PROTECTED]]: Add a configuration option, "remoteInterfaceName", to the EJB configuration to ov

cvs commit: xml-axis/java/src/org/apache/axis/wsdl Java2WSDL.java

2002-03-12 Thread tomj
tomj02/03/12 08:22:40 Modified:java/src/org/apache/axis/wsdl Java2WSDL.java Log: Patch from Bob Cotton [[EMAIL PROTECTED]]: Java2WSDL ignoring -P/--portTypeName not used Revision ChangesPath 1.10 +4 -0 xml-axis/java/src/org/apache/axis/wsdl

cvs commit: xml-axis/java/src/org/apache/axis/utils NSStack.java

2002-03-13 Thread tomj
tomj02/03/13 08:07:56 Modified:java/src/org/apache/axis/utils NSStack.java Log: Convert noisy NSStack debug message to trace, which in our log4j config will still go to debug, but other loggers can deal with as they see fit. Revision ChangesPath 1.20 +14 -14

cvs commit: xml-axis/java/src/org/apache/axis AxisEngine.java

2002-03-13 Thread tomj
tomj02/03/13 08:14:55 Modified:java/src/org/apache/axis AxisEngine.java Log: Cleanup a nit: Move debug exit message to end of init() method. Revision ChangesPath 1.74 +5 -4 xml-axis/java/src/org/apache/axis/AxisEngine.java Index: AxisEngine.java

cvs commit: xml-axis/java/src/org/apache/axis/providers/java JavaProvider.java

2002-03-14 Thread tomj
tomj02/03/14 13:33:34 Modified:java/src/org/apache/axis/providers/java JavaProvider.java Log: Patch from Dave Dunkin [[EMAIL PROTECTED]] The attached patch addresses a problem with JavaProvider where if a class is not found while generating the WSDL, the

cvs commit: xml-axis/java/src/org/apache/axis/encoding/ser BeanSerializer.java

2002-03-14 Thread tomj
tomj02/03/14 13:36:07 Modified:java/src/org/apache/axis/encoding/ser BeanSerializer.java Log: Capture an InvocationTargetException and report on the target in the AxisFault generated. Revision ChangesPath 1.20 +5 -0 xml-axis/java/src/org/apache/axis

cvs commit: xml-axis/java/src/org/apache/axis/encoding DeserializationContextImpl.java

2002-03-14 Thread tomj
tomj02/03/14 14:39:15 Modified:java/src/org/apache/axis/encoding DeserializationContextImpl.java Log: If xmlType in getDeserializerForType is null, return null. Revision ChangesPath 1.16 +3 -0 xml-axis/java/src/org/apache/axis

cvs commit: xml-axis/java/src/org/apache/axis/encoding/ser BeanDeserializer.java

2002-03-18 Thread tomj
tomj02/03/18 08:15:16 Modified:java/src/org/apache/axis/encoding/ser BeanDeserializer.java Log: Remove the storage and lookup of a property name in the xmlToJava manged form. With recent changes to the bean meta info, this isn't ncessary. Revision ChangesPath

cvs commit: xml-axis/java/src/org/apache/axis/utils tcpmon.java

2002-03-18 Thread tomj
tomj02/03/18 14:06:28 Modified:java/src/org/apache/axis/utils tcpmon.java Log: Update tcpmon to change the Host: header in the request so it reflects the target host. Revision ChangesPath 1.28 +43 -3 xml-axis/java/src/org/apache/axis/utils/tcpmon.java

cvs commit: xml-axis/java/test/wsdl/literal SalesRankNPrice.wsdl

2002-03-19 Thread tomj
tomj02/03/19 12:32:38 Modified:java/test/wsdl/literal SalesRankNPrice.wsdl Log: Update in tree wsdl file to match the service at www.perfectxml.net. Revision ChangesPath 1.2 +44 -55xml-axis/java/test/wsdl/literal/SalesRankNPrice.wsdl Index

cvs commit: xml-axis/java/src/org/apache/axis/encoding/ser BaseSerializerFactory.java

2002-03-20 Thread tomj
tomj02/03/20 08:53:07 Modified:java/src/org/apache/axis/utils resources.properties java/src/org/apache/axis/encoding/ser BaseSerializerFactory.java Log: Preserve error information if we fail to get a serializer. Revision Changes

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/fromJava DefaultBuilderPortTypeClassRep.java

2002-04-03 Thread tomj
tomj02/04/03 12:34:50 Modified:java/src/org/apache/axis/wsdl/fromJava DefaultBuilderPortTypeClassRep.java Log: Fix from David L. Cole [[EMAIL PROTECTED]]: Line 142 of the getResolvedMethods() is attempting to compare to Strings for equality

cvs commit: xml-axis/java/src/org/apache/axis/transport/http HTTPSender.java

2002-04-04 Thread tomj
tomj02/04/04 07:44:29 Modified:java/src/org/apache/axis/transport/http HTTPSender.java Log: Fix from Taras Shkvarchuk [[EMAIL PROTECTED]]: In some instances headers were written followed by only LineFeed, when CRLF is expected. Revision ChangesPath 1.54

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava SchemaUtils.java JavaDeployWriter.java

2002-04-04 Thread tomj
tomj02/04/04 11:17:12 Modified:java/src/org/apache/axis/wsdl/toJava SchemaUtils.java JavaDeployWriter.java Log: Check the 'elementFormDefault' and 'form' attributes in schema types to determine whether or not to namespace qu

cvs commit: xml-axis/java/src/org/apache/axis/utils NSStack.java

2002-04-05 Thread tomj
tomj02/04/05 13:24:33 Modified:java/test/wsdl Wsdl2javaTestSuite.xml java/src/org/apache/axis/deployment/wsdd WSDDService.java WSDDOperation.java java/src/org/apache/axis/wsdl/toJava Utils.java

cvs commit: xml-axis/java/src/org/apache/axis/message RPCElement.java

2002-04-10 Thread tomj
tomj02/04/10 10:00:44 Modified:java/src/org/apache/axis/message RPCElement.java Log: Fix problem when a client-config.wsdd file is present. Always check operation in the message content, not just when you don't have a service description. When config file is present

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava Emitter.java

2002-04-11 Thread tomj
tomj02/04/11 08:45:09 Modified:java/src/org/apache/axis/wsdl WSDL2Java.java java/docs user-guide.html java/src/org/apache/axis/utils resources.properties java/src/org/apache/axis/wsdl/toJava Emitter.java Log: Username and password on

cvs commit: xml-axis/java/src/org/apache/axis/wsdl WSDL2Java.java

2002-04-12 Thread tomj
tomj02/04/12 07:17:49 Modified:java/src/org/apache/axis/wsdl WSDL2Java.java Log: Ignore malformed URLs when checking for username/password in the WSDL URI. Revision ChangesPath 1.23 +8 -2 xml-axis/java/src/org/apache/axis/wsdl/WSDL2Java.java Index

cvs commit: xml-axis/java/src/org/apache/axis/handlers JWSProcessor.java

2002-04-15 Thread tomj
tomj02/04/15 12:37:23 Modified:java/src/org/apache/axis/message RPCHandler.java java/src/org/apache/axis/handlers JWSProcessor.java Log: Fix problems with JWS type mapping (and the lack thereof). - The JWS service did not call setEngine(), which associates

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/fromJava Types.java

2002-04-15 Thread tomj
tomj02/04/15 12:50:08 Modified:java/src/org/apache/axis/wsdl/fromJava Types.java Log: Emit better WSDL for arrays. Instead of defining ArrayOfArrayOf_xsd_int, which has ArrayOf_xsd_int[] as its type, which is then defined to be an array of ints, we now define a single type

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/fromJava Types.java

2002-04-15 Thread tomj
tomj02/04/15 14:54:19 Modified:java/src/org/apache/axis/wsdl/fromJava Types.java Log: Remove special case of java.lang.Object so WSDL generation will correctly do Object[]. Revision ChangesPath 1.21 +13 -15xml-axis/java/src/org/apache/axis/wsdl/fromJava

cvs commit: xml-axis/java/src/org/apache/axis/encoding/ser SimpleSerializer.java

2002-04-18 Thread tomj
tomj02/04/18 12:02:31 Modified:java/src/org/apache/axis/encoding/ser SimpleSerializer.java Log: Fix bug 8111: Use isNaN instead of == in SimpleSerializer. Revision ChangesPath 1.11 +1 -1 xml-axis/java/src/org/apache/axis/encoding/ser/SimpleSerializer.java

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava JavaBeanWriter.java

2002-04-19 Thread tomj
tomj02/04/19 12:31:23 Modified:java/src/org/apache/axis/wsdl/toJava JavaBeanWriter.java Log: Fix bug 7557: SimpleTypes derived from primitive types did not work. Fix up the constructor and the toString code emitted for SimpleTypes to do the right thing for primative types

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava JavaBeanWriter.java

2002-04-19 Thread tomj
tomj02/04/19 14:22:23 Modified:java/src/org/apache/axis/wsdl/toJava JavaBeanWriter.java Log: Don't emit string constructor twice if the value of the simple type is a string. Revision ChangesPath 1.9 +6 -4 xml-axis/java/src/org/apache/axis/wsdl/t

cvs commit: xml-axis/java/webapps/axis/WEB-INF web.xml

2002-04-22 Thread tomj
tomj02/04/22 07:31:55 Modified:java/webapps/axis/WEB-INF web.xml Log: Fix bug 7467: Add leading slash to servlet mappings. Revision ChangesPath 1.10 +2 -2 xml-axis/java/webapps/axis/WEB-INF/web.xml Index: web.xml

cvs commit: xml-axis/java/samples/attachments EchoAttachment.java

2002-04-22 Thread tomj
tomj02/04/22 14:32:35 Modified:java/samples/attachments EchoAttachment.java Log: Grab some (really) low hanging fruit... Fix bug 7560: echoAttachment does slow file compare. Check the lengths of the files before comparing them. Revision ChangesPath 1.12

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2002-04-22 Thread tomj
tomj02/04/22 14:36:31 Modified:java/src/org/apache/axis/transport/http AxisServlet.java Log: Fix bug 7601: The generated class files from JWS pages can be downloaded if you ask for them Make the default JWS class output directory be WEB-INF/jwsClasses. Revision

cvs commit: xml-axis/java/src/org/apache/axis/encoding/ser BeanDeserializer.java

2002-05-01 Thread tomj
tomj02/05/01 12:52:46 Modified:java/src/org/apache/axis/utils resources.properties java/src/org/apache/axis/encoding/ser BeanDeserializer.java Log: Move the construction of the bean object from the constructor to startElement() This allows us to throw an

cvs commit: xml-axis/java/docs install.html

2002-05-01 Thread tomj
tomj02/05/01 13:02:48 Modified:java/docs install.html Log: Add jaxrpc.jar to the classpath instructions. Update step 6 sample classpath instructions to include distribution directory. Revision ChangesPath 1.13 +8 -8 xml-axis/java/docs/install.html

cvs commit: xml-axis/java/src/org/apache/axis/encoding/ser BeanDeserializer.java

2002-05-01 Thread tomj
tomj02/05/01 15:06:47 Modified:java/src/org/apache/axis/encoding/ser BeanDeserializer.java Log: Back out previous change (for now) which prevents the WSDL multiref test from running. Revision ChangesPath 1.22 +19 -7 xml-axis/java/src/org/apache/axis

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2002-05-03 Thread tomj
tomj02/05/03 07:42:40 Modified:java/src/org/apache/axis/transport/http AxisServlet.java Log: Added missing file seperator character to default JWS class directory. Revision ChangesPath 1.97 +1 -1 xml-axis/java/src/org/apache/axis/transport/http

cvs commit: xml-axis/java/src/org/apache/axis/utils BeanUtils.java

2002-05-03 Thread tomj
tomj02/05/03 10:41:20 Modified:java/src/org/apache/axis/utils BeanUtils.java Log: Ignore Bean fields that are declared final. As reported by Narve Saetre ([EMAIL PROTECTED]) Revision ChangesPath 1.4 +4 -0 xml-axis/java/src/org/apache/axis/utils

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/symbolTable SymbolTable.java

2002-05-09 Thread tomj
tomj02/05/09 11:38:23 Modified:java/src/org/apache/axis/wsdl/symbolTable SymbolTable.java Log: Once more fix the getURL function to correctly do imports. Convert backslashes to forward slashes for URL processing. The URL class does NOT treat them as the same for file

cvs commit: xml-axis/java/test/wsdl/qualify Qualify_ServiceTestCase.java Qualify_BindingImpl.java

2002-05-09 Thread tomj
tomj02/05/09 13:17:57 Modified:java/test/wsdl/qualify Qualify_ServiceTestCase.java Qualify_BindingImpl.java Log: Update to Qualify test cases to do more validation. There are still some bugs in the way I check the DOM, so there is work left to do on

cvs commit: xml-axis/java/test/wsdl/omit - New directory

2002-05-30 Thread tomj
tomj02/05/30 11:15:31 xml-axis/java/test/wsdl/omit - New directory

cvs commit: xml-axis/java/webapps/axis/WEB-INF web.xml

2002-05-30 Thread tomj
tomj02/05/30 14:28:22 Modified:java/webapps/axis/WEB-INF web.xml Log: Patch from Takashi Okamoto ([EMAIL PROTECTED]) Currently, AdminServlet didn't work because servlet-mapping isn't defined at web.xml. Here is a little patch to resolve the problem.

cvs commit: xml-axis/java/test/wsdl/interop3/docLitParam DocLitParamTestCase.java build.xml

2002-05-31 Thread tomj
tomj2002/05/31 13:28:22 Modified:java/test/wsdl/interop3/docLitParam build.xml Added: java/test/wsdl/interop3 run.sh endpoints client_deploy.wsdd client-config.wsdd java/test/wsdl/interop3/docLitParam DocLitParamTestCase.java Log

cvs commit: xml-axis/java/src/org/apache/axis/wsdl Java2WSDL.java

2002-05-31 Thread tomj
tomj2002/05/31 13:29:51 Modified:java/test/wsdl Java2WsdlAntTask.java java/src/org/apache/axis/wsdl Java2WSDL.java Log: Add a --style (-y) option to the command line Java2WSDL. Add support in the Ant task. Revision ChangesPath 1.12 +14 -1

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava JavaStubWriter.java

2002-05-31 Thread tomj
tomj2002/05/31 13:34:32 Modified:java/src/org/apache/axis/wsdl/toJava JavaStubWriter.java Log: Add code to correctly set the operation QName when in 'wrapped' mode. We need to use the name and namespace of the message element, not the namespace of the body in t

cvs commit: xml-axis/java/src/org/apache/axis/utils axisNLS.properties

2002-05-31 Thread tomj
tomj2002/05/31 13:37:39 Modified:java/src/org/apache/axis/utils axisNLS.properties Log: Add messages for Java2WSDL to support --style switch. Revision ChangesPath 1.3 +2 -0 xml-axis/java/src/org/apache/axis/utils/axisNLS.properties Index

cvs commit: xml-axis/java/test/wsdl/interop3/rpcEnc RpcEncTestCase.java build.xml

2002-05-31 Thread tomj
tomj2002/05/31 14:31:17 Modified:java/test/wsdl/interop3 run.sh java/test/wsdl/interop3/rpcEnc build.xml Added: java/test/wsdl/interop3/rpcEnc RpcEncTestCase.java Log: Add test client for RpcEnc tests Revision ChangesPath 1.2 +2 -2

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/symbolTable Utils.java

2002-06-02 Thread tomj
tomj2002/06/02 19:03:32 Modified:java/src/org/apache/axis/wsdl/symbolTable Utils.java Log: optimze imports Revision ChangesPath 1.7 +6 -10 xml-axis/java/src/org/apache/axis/wsdl/symbolTable/Utils.java Index: Utils.java

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava Utils.java JavaSkelWriter.java JavaDeployWriter.java

2002-06-02 Thread tomj
tomj2002/06/02 19:15:54 Modified:java/src/org/apache/axis/wsdl/toJava Utils.java JavaSkelWriter.java JavaDeployWriter.java Log: Refactor common code in deploy writer and skeleton writer that determines the element QName of an operation. This fixes

cvs commit: xml-axis/java/test/wsdl/interop3 endpoints-local endpoints

2002-06-02 Thread tomj
tomj2002/06/02 20:07:00 Modified:java/test/wsdl/interop3/docLitParam DocLitParamTestCase.java build.xml java/test/wsdl/interop3 endpoints Added: java/test/wsdl/interop3/docLitParam

cvs commit: xml-axis/java/test/wsdl/interop3/docLit DocLitTestCase.java

2002-06-03 Thread tomj
tomj2002/06/03 18:03:38 Modified:java/test/wsdl/interop3/docLit DocLitTestCase.java Log: Add a call to echoVoid to the test client. NOTE: This fails against Axis since we get an empty soap body and have no element to dispatch the operation with. The engine needs to

cvs commit: xml-axis/java/test/wsdl/interop3 endpoints-local

2002-06-03 Thread tomj
tomj2002/06/03 18:04:23 Modified:java/test/wsdl/interop3 endpoints-local Log: Add the TestList local endpoint and some comments on how to deploy the services for testing Revision ChangesPath 1.2 +7 -2 xml-axis/java/test/wsdl/interop3/endpoints-local

cvs commit: xml-axis/java/src/org/apache/axis/transport/http SimpleAxisServer.java

2002-06-03 Thread tomj
tomj2002/06/03 18:18:29 Modified:java/src/org/apache/axis/transport/http SimpleAxisServer.java Log: Fix interop problems: - Return the correct cr/lf end of line characters. - Set the correct hostname, not a hardwired 'localhost', in t

cvs commit: xml-axis/java/src/org/apache/axis/transport/http SimpleAxisServer.java

2002-06-03 Thread tomj
tomj2002/06/03 18:19:46 Modified:java/src/org/apache/axis/transport/http SimpleAxisServer.java Log: Remove leftover FIXME comments. Revision ChangesPath 1.60 +0 -4 xml-axis/java/src/org/apache/axis/transport/http

cvs commit: xml-axis/java/src/org/apache/axis/utils axisNLS.properties

2002-06-03 Thread tomj
tomj2002/06/03 18:44:02 Modified:java/src/org/apache/axis/message RPCElement.java BodyBuilder.java java/src/org/apache/axis/utils axisNLS.properties Log: Patch from John Brothers [[EMAIL PROTECTED]]: I have been learning SOAP via Axis

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/fromJava Types.java

2002-06-04 Thread tomj
tomj2002/06/04 16:23:34 Modified:java/src/org/apache/axis/wsdl/fromJava Types.java Log: Add import of SOAP-ENC namespace to all schema elements. This probably should be made 'as needed', but including this should be harmless. Revision ChangesPath 1.

cvs commit: xml-axis/java/test/wsdl/interop3/import3 Import3TestCase.java

2002-06-04 Thread tomj
tomj2002/06/04 16:24:31 Modified:java/test/wsdl/interop3/import3 Import3TestCase.java Log: Use the URL provided on the command line when getting the port Revision ChangesPath 1.5 +5 -1 xml-axis/java/test/wsdl/interop3/import3/Import3TestCase.java

cvs commit: xml-axis/java/test/wsdl/interop3/rpcEnc build.xml

2002-06-07 Thread tomj
tomj2002/06/07 09:46:23 Modified:java/test/wsdl/interop3/compound1 build.xml java/test/wsdl/interop3/compound2 build.xml java/test/wsdl/interop3/docLit build.xml java/test/wsdl/interop3/docLitParam build.xml java/test/wsdl

cvs commit: xml-axis/java/src/org/apache/axis/transport/http SimpleAxisWorker.java

2002-06-07 Thread tomj
tomj2002/06/07 14:36:30 Modified:java/src/org/apache/axis/transport/http SimpleAxisWorker.java Log: Fix the broken fix I submitted which sets the hostname used for WSDL locations. Can't seem to get the ip address and/or hostname that I need s

cvs commit: xml-axis/java/src/org/apache/axis/transport/http SimpleAxisWorker.java

2002-06-11 Thread tomj
tomj2002/06/11 07:32:03 Modified:java/src/org/apache/axis/transport/http SimpleAxisWorker.java Log: Set the local IP address of the server host as the address to use in the WSDL. This replaces the (wrong) localhost hardwiring. Revision Changes

cvs commit: xml-axis/java/src/org/apache/axis/providers/java JavaProvider.java

2002-06-11 Thread tomj
tomj2002/06/11 07:33:25 Modified:java/src/org/apache/axis/providers/java JavaProvider.java Log: Reformat code to match other Axis code and for 80 columns. (since I complained about it). Revision ChangesPath 1.60 +23 -18 xml-axis/java/src/org/apache/axis

cvs commit: xml-axis/java/src/org/apache/axis/utils axisNLS.properties

2002-06-20 Thread tomj
tomj2002/06/20 14:17:38 Modified:java/src/org/apache/axis/wsdl/symbolTable SymbolTable.java SchemaUtils.java java/src/org/apache/axis/utils axisNLS.properties Log: Address bug 9717 - schema types are not supported. This doesn't f

cvs commit: xml-axis/java/src/org/apache/axis/utils JavaUtils.java

2002-06-26 Thread tomj
tomj2002/06/26 12:05:10 Modified:java/test/utils TestJavaUtils.java java/src/org/apache/axis/utils JavaUtils.java Log: Fix a bug in xmlNameToJava() function which prevented the serializer and deserializer from find the meta-data in beans for elements like

cvs commit: xml-axis/java/test/wsdl/_import ImportMessagesXSDImport.wsdl

2002-06-26 Thread tomj
tomj2002/06/26 12:07:32 Modified:java/src/org/apache/axis/wsdl/symbolTable SymbolTable.java java/test/wsdl/_import ImportMessagesXSDImport.wsdl Log: Fix a problem with imports that prevented a file based WSDL from importing a http specified file. Also skip

cvs commit: xml-axis/java/src/org/apache/axis/providers/java RPCProvider.java

2002-06-26 Thread tomj
tomj2002/06/26 12:36:41 Modified:java/src/org/apache/axis/providers/java RPCProvider.java Log: Patch from John Gregg [[EMAIL PROTECTED]]: I discovered the hard way that RPCProvider.java doesn't like comma-delimited allowed methods even though the docs claim it

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava JavaBeanHelperWriter.java Emitter.java

2002-06-27 Thread tomj
tomj2002/06/27 11:51:38 Modified:java/src/org/apache/axis/wsdl/toJava JavaBeanHelperWriter.java Emitter.java Log: Fix bug 10292: Generated file info contains Helper class even when not generated. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10292

cvs commit: xml-axis/java/test/wsdl/qualify2 AttributeQualify_ServiceTestCase.java AttributeQualify_BindingImpl.java attribute-qualify.wsdl

2002-07-01 Thread tomj
tomj2002/07/01 09:09:39 Modified:java/test/wsdl Wsdl2javaTestSuite.xml java/src/org/apache/axis/encoding SerializationContextImpl.java SerializationContext.java java/src/org/apache/axis/wsdl/symbolTable

cvs commit: xml-axis/java TODO.txt

2002-07-01 Thread tomj
tomj2002/07/01 14:09:54 Modified:java TODO.txt Log: Update for beta 3 bugs. Revision ChangesPath 1.67 +2 -2 xml-axis/java/TODO.txt Index: TODO.txt === RCS file: /home/cvs/xml-axis

cvs commit: xml-axis/java/src/org/apache/axis/providers/java RPCProvider.java

2002-07-02 Thread tomj
tomj2002/07/02 09:13:16 Modified:java/src/org/apache/axis/providers/java RPCProvider.java Log: Fix a long standing problem with document style services. When we get a request with no body, look for an operation with no arguments and use the first one we find as the

cvs commit: xml-axis/java/src/org/apache/axis/description ServiceDesc.java

2002-07-03 Thread tomj
tomj2002/07/03 13:57:14 Modified:java/src/org/apache/axis/description ServiceDesc.java Log: Fix a problem with Skeletons and WSDL generation: The getOperationDescs() and getOperationDescByName() APIs were showing up in WSDL when skeletons were turned on. Fix: Filter

cvs commit: xml-axis/java/src/org/apache/axis/components/bytecode Builtin.java ParamReader.java

2002-07-03 Thread tomj
tomj2002/07/03 14:08:11 Added: java/src/org/apache/axis/components/bytecode Builtin.java ParamReader.java Log: A first cut at a built-in bytecode reader to remove dependancies on external jar files (tt-bytecode, BCEL, etc).. This isn't turn

cvs commit: xml-axis/java/src/org/apache/axis/attachments ManagedMemoryDataSource.java

2002-09-17 Thread tomj
tomj2002/09/17 12:51:07 Modified:java/src/org/apache/axis/encoding/ser ArrayDeserializer.java java/src/org/apache/axis/configuration EngineConfigurationFactoryFinder.java java/src/org/apache/axis/attachments

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava JavaDeployWriter.java

2002-09-17 Thread tomj
tomj2002/09/17 12:52:07 Modified:java/src/org/apache/axis/wsdl/toJava JavaDeployWriter.java Log: getXSIType will look at the Mime type if it exists, no need to do twice. Revision ChangesPath 1.61 +0 -4 xml-axis/java/src/org/apache/axis/wsdl/toJava

cvs commit: xml-axis/java/src/org/apache/axis/message RPCElement.java

2002-09-17 Thread tomj
tomj2002/09/17 12:54:54 Modified:java/src/org/apache/axis/message RPCElement.java Log: Improve comments, particularly one that asks me to clarify :-) Revision ChangesPath 1.73 +5 -7 xml-axis/java/src/org/apache/axis/message/RPCElement.java Index

cvs commit: xml-axis/java/src/org/apache/axis/utils tcpmon.java

2002-09-17 Thread tomj
tomj2002/09/17 12:55:32 Modified:java/src/org/apache/axis/utils tcpmon.java Log: Fix up a jikes warning about qualifying wait() and notifyAll() Revision ChangesPath 1.43 +2 -2 xml-axis/java/src/org/apache/axis/utils/tcpmon.java Index: tcpmon.java

  1   2   >