Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0.4
-
Fix Version/s: 1.0.5
-
Component/s: XML code generator
-
Labels:None
-
Environment:Any
-
Number of attachments :
Description
When serializing a schema using hte SchemaWriter, the anyAttribute child of a complexType (if any) does not get serialized.
To reproduce, simply create an XSD file that uses <anyAttribute>, deserialize into a Schema object, then serialize using SchemaWriter.
Activity
Eric Wittmann
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | CastorAnyAttributeTest.java [ 23779 ] |
Eric Wittmann
made changes -
| Attachment | CastorAnyAttributeTest14.java [ 23780 ] |
Werner Guttmann
made changes -
| Assignee | Werner Guttmann [ wguttmn ] |
Werner Guttmann
made changes -
| Fix Version/s | 1.0.5 [ 12953 ] | |
| Component/s | General [ 11502 ] | |
| Component/s | XML source generator [ 11761 ] | |
| Remaining Estimate | 30 minutes [ 1800 ] | |
| Original Estimate | 30 minutes [ 1800 ] |
Werner Guttmann
made changes -
| Attachment | patch.c1675.20061102.txt [ 23781 ] |
Werner Guttmann
made changes -
| Attachment | CastorAnyAttributeTest.java [ 23779 ] |
Werner Guttmann
made changes -
| Attachment | patch.c1675.sample.20061102.txt [ 23782 ] |
Werner Guttmann
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Open [ 1 ] | Resolved [ 5 ] |
Werner Guttmann
made changes -
| Remaining Estimate | 30 minutes [ 1800 ] | 10 minutes [ 600 ] |
| Time Spent | 20 minutes [ 1200 ] |
Werner Guttmann
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
Eric, would you mind attaching a fully working (JUnit) test case to reproduce this problem. I know I could do this myself, but I hope you do understand that this gets tedious with an increasing number of bug reports ..
.