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 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).
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
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
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
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
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