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

2002-12-06 Thread dims
dims2002/12/06 05:45:27 Modified:java/src/org/apache/axis/encoding/ser BeanSerializer.java Log: Fix for Bug 15029 - BeanSerializer.writeSchema(Class,Types) property descriptor inheritance bug Revision ChangesPath 1.61 +1 -1 xml-axis/java/src/org/apache/axi

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

2002-09-26 Thread tomj
tomj2002/09/26 12:21:27 Modified:java/src/org/apache/axis/wsdl/fromJava Types.java java/src/org/apache/axis/encoding/ser BeanSerializer.java Log: Fix bug 13007 - Java2WSDL emits type="" http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13007 If we get bac

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

2002-09-20 Thread gdaniels
gdaniels2002/09/20 13:20:05 Modified:java TODO.txt java/src/org/apache/axis/encoding/ser BeanSerializer.java Log: Update todo list, make sure we can serialize xsi:type if necessary when dealing with arrays inside beans (pass the component type down to the seri

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

2002-09-17 Thread gdaniels
gdaniels2002/09/17 13:38:10 Modified:java/test/chains TestChainFault.java java/src/org/apache/axis/handlers/soap SOAPService.java java/src/org/apache/axis SimpleChain.java AxisFault.java java/src/org/apache/axis/encoding

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

2002-04-09 Thread igors
igors 02/04/09 16:41:12 Modified:java/src/org/apache/axis/encoding/ser BeanSerializer.java Log: Check for null before using the object Revision ChangesPath 1.26 +32 -30 xml-axis/java/src/org/apache/axis/encoding/ser/BeanSerializer.java Index: BeanSerializ

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

2002-03-17 Thread gdaniels
gdaniels02/03/17 08:25:08 Modified:java/src/org/apache/axis/utils JavaUtils.java java/src/org/apache/axis/wsdl/toJava JavaComplexTypeWriter.java java/test build_functional_tests.xml java/src/org/apache/axis/encoding/se

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/enco

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/apac

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

2002-02-21 Thread R J Scheuerle Jr
Sent: Thursday, February 21, 2002 3:00 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: cvs commit: xml-axis/java/src/org/apache/axis/encoding/ser BeanSerializer.java Tom, I would have expected that your new getComplexElementAttributes should have been called within getComple

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

2002-02-21 Thread Tom Jordahl
EMAIL PROTECTED] Subject: Re: cvs commit: xml-axis/java/src/org/apache/axis/encoding/ser BeanSerializer.java Tom, I would have expected that your new getComplexElementAttributes should have been called within getComplexElementTypesAndNames. The getComplexElementTypesAndNames was intended to retur

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

2002-02-21 Thread Glen Daniels
Thanks, Tom! :) --G > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 21, 2002 2:25 PM > To: [EMAIL PROTECTED] > Subject: cvs commit: xml-axis/java/src/org/apache/axis/encoding/ser > BeanSerializer.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 t

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

2002-02-21 Thread Glen Daniels
.add(), vec.add(), vec.add()... just my opinion. --Glen > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 21, 2002 1:51 PM > To: [EMAIL PROTECTED] > Subject: cvs commit: xml-axis/java/src/org/apache/axis/encoding/ser >

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 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 h

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

2002-02-07 Thread igors
igors 02/02/07 10:50:17 Modified:java/src/org/apache/axis/encoding/ser BeanSerializer.java Log: Check for null pls! Not always that the read method is available for a property. Revision ChangesPath 1.3 +1 -1 xml-axis/java/src/org/apache/axis/encoding/ser/Be