Re: [castor-dev] [XML] UnmarshalHandler behavior with invalid Map collections

2004-12-16 Thread Keith Visco
Hi Stephen, Both "Funny Things" appear to be legitimate bugs. The first being a bug in the error reporting and the second being a bug in the traversing of the state stack. Your solution should work, but instead of checking for a null fieldDesc it should probably check to see if the state is a p

Re: [castor-dev] FileNotFoundException from loadMapping() in 0.9.5.4

2004-12-16 Thread Paul Spencer
Keith, I will continue to use 0.9.5.3 until the problem is fixed. Paul Spencer Keith Visco wrote: Paul, We're aware of this problem and hope to have it cleared up shortly. Can you try using the loadMapping(InputSource) method instead? --Keith Paul Spencer wrote: I upgraded from Castor 0.9.5.3 to

Re: [castor-dev] FileNotFoundException from loadMapping() in 0.9.5.4

2004-12-16 Thread Keith Visco
Paul, We're aware of this problem and hope to have it cleared up shortly. Can you try using the loadMapping(InputSource) method instead? --Keith Paul Spencer wrote: I upgraded from Castor 0.9.5.3 to 0.9.5.4 and the following exception is now being thrown. Caused by: java.io.FileNotFoundExceptio

[castor-dev] [XML] UnmarshalHandler behavior with invalid Map collections

2004-12-16 Thread Stephen Bash
Hello all. I'm a newbie to the list, so while I will do my best to follow the guidelines, constructive criticism is welcome. I recently began using Castor (v0.9.5.4-xml) to do XML data binding on an existing Java object model. The Java model includes several Maps, and it is there that I've

Re: [castor-dev] FileNotFoundException from loadMapping() in 0.9.5.4 and 0.9.6-RC2

2004-12-16 Thread Paul Spencer
This problem also exist in 0.9.6-RC2 Paul Spencer Paul Spencer wrote: I upgraded from Castor 0.9.5.3 to 0.9.5.4 and the following exception is now being thrown. Caused by: java.io.FileNotFoundException: myMapping.xml\myMapping.xml (The system cannot find the path specified) at java.io.FileIn

[castor-dev] FileNotFoundException from loadMapping() in 0.9.5.4

2004-12-16 Thread Paul Spencer
I upgraded from Castor 0.9.5.3 to 0.9.5.4 and the following exception is now being thrown. Caused by: java.io.FileNotFoundException: myMapping.xml\myMapping.xml (The system cannot find the path specified) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.(FileInputStrea

Re: [castor-dev] Please add distribution to the default Maven repository on Ibiblio.

2004-12-16 Thread Tim Pizey
Can I second this. yours Tim Pizey > -Original Message- > From: Paul Spencer > Sent: 16 December 2004 16:33 > To: [EMAIL PROTECTED] > Subject: [castor-dev] Please add distribution to the default > Maven repository on Ibiblio. > > > I use Maven as part of my development environment.

[castor-dev] XML: DateTimeBase normalization patch

2004-12-16 Thread Lawrence McCay
Greetings: The attached patch is for normalizing timezones to zulu time. While implementing it as prescribed for adding durations to date/times is fine, you must reverse the timezone sign (+|-). A negative timezone indicates time behind zulu and must be added to reach zulu time and the opposite

[castor-dev] Please add distribution to the default Maven repository on Ibiblio.

2004-12-16 Thread Paul Spencer
I use Maven as part of my development environment. One of the nice features of the tool is it's ability to automatically download jar files based on a projects configuration. Castor versions prior to 0.9.5.4 are currently in Maven's repository (http://www.ibiblio.org/maven/castor/jars/), but

[castor-dev] Missing 0.9.5.4 distributions

2004-12-16 Thread Paul Spencer
The following distributions on the download page for version 0.9.5.4 do not exist: - The Castor JARs, docs, DTDs, command line tools and examples ftp://ftp.exolab.org/pub/castor/castor_0.9.5.4/castor-0.9.5.4.tgz ftp://ftp.exolab.org/pub/castor/castor_0.9.5.4/castor-0.9.5.4.zip - Full