Hello Daniel,
Thank for your review, it saved my time by not learning "garbage"
standarts.
As for JAXB, I'd add that it would be possibly helpful if it'd supports XML
Schema - Beans mapping.
--
Best regards,
Alexmailto:[EMAIL PROTECTED]
> In message <003601c1d060$
_tests.xml:93: Test
samples.addr.AddressBookTestCase failed
Total time: 7 minutes 0 seconds
> Ted
> On Tue, 2002-03-19 at 07:35, Alex Krotov wrote:
>> > Hello all,
>>
>> > When I do functional test, I catch several exceptions:
>>
115 (IBM TL 678-5115)
> Alex Krotov
>
> <[EMAIL PROTECTED]>
to change type from nonNegativeInteger to int, but this
is not great decision..
In that piece of xsd it crashes:
I use nightly builded (3/18/02) axis.
--
Best regards,
Alex Krotov mai
process(Unknown Source)
> [java] at org.apache.axis.client.AdminClient.process(Unknown Source)
> [java] at org.apache.axis.client.AdminClient.process(Unknown Source)
> [java] at org.apache.axis.client.AdminClient.main(Unknown Source)
> [java] Java Result: 1
> Has anyone ideas?
&
org.apache.axis.client.AdminClient.main(Unknown Source)
[java] Java Result: 1
Has anyone ideas?
Best regards,
Alex Krotov mailto:[EMAIL PROTECTED]
_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
SDL2Java.main(Unknown Source)
It was strange for me, that Emmiter didn't understand 'nonNegativeInteger'
though it seems to be standart schema type. After changing
xsd:restriction base = "xsd:nonNegativeInteger"/>
to
xsd:restriction base = "xsd:int"