Re[2]: why Axis?

2002-03-21 Thread Alex Krotov
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$

Re[2]: signature-signing-and-verification test failed (...This DOM document does not support Traversal)

2002-03-21 Thread Alex Krotov
_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: >>

Re[2]: Type http://www.w3.org/2001/XMLSchema:nonNegativeInteger is referenced but not defined

2002-03-20 Thread Alex Krotov
115 (IBM TL 678-5115) > Alex Krotov > > <[EMAIL PROTECTED]>

Type http://www.w3.org/2001/XMLSchema:nonNegativeInteger is referenced but not defined

2002-03-19 Thread Alex Krotov
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

Re: signature-signing-and-verification test failed (...This DOM document does not support Traversal)

2002-03-19 Thread Alex Krotov
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? &

signature-signing-and-verification test failed (...This DOM document does not support Traversal)

2002-03-19 Thread Alex Krotov
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

Re:default java beans serializer/deserializer

2002-02-19 Thread Alex Krotov
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"