Hello,
I am getting similar results when I am tring to generate classes
from
An XML schema
I have defined a complexType which contains element of type xsd:anyType
Castor has mapped them to its own class AnyType, from which I cannot
retrieve the existing value
For example, Castor generates a class with a method called
addValue(OBjet object)
I can add any type (date, string, number etc), but when I try to
retrieve
What I got is something similar like below...
Anyone has any idea on how can I write a schema for a class that accepts
Generic objects (and behaves like a java Collection) with
SourceGenerator?
Any suggestions?
Thanx and regars
marco
>
> In my resulting file I get rows like :
> <item xsi:type="java:entites.OrderItem"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-user