tomj2002/10/07 15:49:49
Modified:java/src/org/apache/axis/encoding/ser Tag: interop4
BeanDeserializer.java
Log:
If we get a nil element, don't bother doing work.
This protects against trying to Deserialize a nil anyType
Revision ChangesPath
scheu 02/05/24 09:48:59
Modified:java/src/org/apache/axis/encoding/ser BeanDeserializer.java
Log:
This change is in response to defect
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9352
The defect indicates that an NPE is thrown if a bean
cannot be constructed (possib
rsitze 02/05/17 12:09:35
Modified:java/src/org/apache/axis/wsdl/toJava
JavaGeneratorFactory.java JavaImplWriter.java
JavaBeanHelperWriter.java JavaUndeployWriter.java
JavaSkelWriter.java JavaServiceImplWriter.java
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/encod
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 exce
scheu 02/04/02 06:22:11
Modified:java/src/org/apache/axis/encoding/ser BeanDeserializer.java
Log:
Fix to the bean serializer submitted by Ravi Kumar. Thanks Ravi!
The collectionIndex was not being reset properly.
Revision ChangesPath
1.17 +10 -3
xml-axis/j
gdaniels02/03/20 07:53:44
Modified:java/src/org/apache/axis/description TypeDesc.java
java/src/org/apache/axis/encoding/ser BeanDeserializer.java
Log:
If we're SOAP-encoded and dealing with unprefixed elements, ignore
the namespace when matching XML name against met
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
1.13
ect: cvs commit: xml-axis/java/src/org/apache/axis/encoding/ser
> BeanDeserializer.java
>
>
> dims02/03/12 05:47:54
>
> Modified:java/src/org/apache/axis/encoding/ser
> BeanDeserializer.java
> Log:
> Need this fix to get our WSDL2Java generated code to w
dims02/03/12 05:47:54
Modified:java/src/org/apache/axis/encoding/ser BeanDeserializer.java
Log:
Need this fix to get our WSDL2Java generated code to work with Microsoft's "C#
DataTypes.asmx" Web Service sample.
Revision ChangesPath
1.12 +6 -4
xml-axis/jav
gdaniels02/03/08 06:12:13
Modified:java/src/org/apache/axis/description TypeDesc.java
java/src/org/apache/axis/encoding/ser BeanDeserializer.java
BeanSerializer.java SimpleDeserializer.java
SimpleSerializer.java
Log:
Add
tomj02/02/06 12:58:01
Modified:java/src/org/apache/axis/encoding/ser BeanDeserializer.java
Log:
Check the Java mangled XML name when looking for bean elements.
WSDL2Java mangles the element names per JAX-RPC, but we wont find those names
in the XML we process. This chang
12 matches
Mail list logo