Nacho G. Mac Dowell wrote:

...However I would like to ask if when you find a bug you could file it to JIRA. This way it doesn't get lost in the mailing lists.

I would have, but Jira appeared to be a royal pain to use. (Last I checked, the bug-entry page was horribly wide, not even fitting in a full-screen browser window on an 1152-pixel-wide display.)


I would also like to note that I couldn't reproduce some of the bugs you talk about. In particular, LocSAXException doesn't override the toString method. If you go up the object hierarchy you'll notice that it is SAXException from package org.xml.sax which overrides the toString method.

A) Just because LocSAXException isn't the one doing the overriding wouldn't mean you couldn't reproduce the problem. Did you really mean that you couldn't reproduce the problem (running my test program didn't exhibit the behavior I reported), or did you mean something else? (Which version of the JDK did you use? I used 1.5.0.)


B) Did I say ever it was LocSAXException itself? At least in the following, I clearly accounted for the fact that it might have been a superclass:

> > Class org.apache.ws.jaxme.xs.parser.impl.LocSAXException (or a some
> > superclass) does not include the class name in the result of toString().


> I won't argue if this is good or bad, but I can tell you there
is not much we can do about it.

You can report the bug to Sun, can't you? (Yes, I can too, and probably I will, but saying you can't do anything about it isn't accurate.)


I'd also like to suggest JUnit (www.junit.org) for your test cases. They are easier to write, read and mantain. It also helps integrate all unit tests.

If I could fully build JaxMe from source and run your JUnit regression tests, maybe I would have. However, given that the JaxMe code doesn't even fully compile when I run the Ant script (some SG... class refers to List without importing it), I needed to create bug-report tests that were independent of whatever in the development scripts or code is broken or undocumented.



Daniel




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to