Re: [castor-dev] simple types not generated

2003-03-19 Thread Rhett Sutphin
Hi Duncan, On Wednesday, March 19, 2003, at 09:21 AM, Duncan Hoyle wrote: I have the adl schema (see below). When I run SourceGenerator on it I get the following classes (with a descriptor for each)... Prerequisites, PrerequisiteTypes, types.NewSchemaType, types.NewSchemaVersionType, types.Prer

[castor-dev] XML Binding - How can I tell Castor to ignore blank fields?

2003-03-19 Thread Rodriguez, Christine
Castor sets string fields to an empty string when an empty XML element is encountered. This behavior is correct and is expected.   What I need to do in general for strings is to trim all blanks and if I have an empty string is to leave the java object's field to null (or not to set it).

Re: [castor-dev] Re: Castor CVS and Tamino SQL

2003-03-19 Thread Rhett Sutphin
On Wednesday, March 19, 2003, at 12:11 AM, Hiran Chaudhuri wrote: I tried running the test suite, which I had to adapt for TaminoSQL as an additional engine. Unfortunately I get execptions as listed beneath. As I cannot find the according classes to compile them, please direct me what to do. Th

[castor-dev] simple types not generated

2003-03-19 Thread Duncan Hoyle
I have the adl schema (see below). When I run SourceGenerator on it I get the following classes (with a descriptor for each)... Prerequisites, PrerequisiteTypes, types.NewSchemaType, types.NewSchemaVersionType, types.PrerequisiteTypeTypeType, types.TimelimitationType I expected classes for handl

[castor-dev] JDO logging error when deleting object???

2003-03-19 Thread Dennis Brundage
  I am using Castor 0.9.4.2 with an Oracle 9i database.  When I add an object to my database, I first query the database to verify whether the object is already stored on not.  If the object is already stored, then I attempt to delete it before storing the updated object.  When I attempt t

Re: [castor-dev] SQL Server critical problem

2003-03-19 Thread Koen Maes
Hi, I tried MSSQL7 with the Sprinta2000 driver and MSSQL2000 with the new Microsoft 2000 driver and the Sprinta2000 driver, without any problem. I remember the problem you are referring from the JDBC-ODBC bridge and the freeTDS driver but IMO, the other drivers aren't suffering from this behavi

Re: [castor-dev] SQL Server critical problem

2003-03-19 Thread Andre Teubner
Mattias Bogeblad wrote: Hi all, I'm building an applications soon to be released as an open source project. We have used castor and we originally wrote it for the mysql-database. Now we feel the need to support other databases and first out is Microsoft SQL-Server which castor says it supports. T