Re: [castor-dev] Read only fields ?

2001-10-15 Thread Thomas Yip
It is not implemented, as far as I know. Thomas -Original Message- >From: Jakob Braeuchi [mailto:[EMAIL PROTECTED]] >Sent: Monday, October 15, 2001 11:35 AM >To: [EMAIL PROTECTED] >Subject: [castor-dev] Read only fields ? > >hi, > >is anybody working on read-only fields (in the code

Re: [castor-dev] org.exolab.castor.persist.CacheEngine

2001-10-15 Thread Thomas Yip
It's replaced by org.exolab.castor.persist.LockEngine Thomas -Original Message- >From: Jakob Braeuchi [mailto:[EMAIL PROTECTED]] >Sent: Monday, October 15, 2001 11:54 AM >To: [EMAIL PROTECTED] >Subject: [castor-dev] org.exolab.castor.persist.CacheEngine > >hi, > >the docu mentions

[castor-dev] Xml attribute-element

2001-10-15 Thread Trevor Cook
Title: Xml attribute-element I'm having problem marshalling, and not sure why.  I know that java primitives default to "attribute", but it appears that you can override that behaviour by explicitly specifying them (correct?).  I have the following mapping:       User                 

Re: [castor-dev] Castor, JAXB, and the 2003 NASA Mars Exploration Rover Mission

2001-10-15 Thread Tom Drake
Jeff: I have done what you have described on a project I completed just last week. As it turns out, it's quite straightforward. In my case I used a mixture of 'generated' and hand-coded java classes. I ended up manually modifying some of the extended classes, and creating derived classes. In orde

Re: [castor-dev] ClassMolder.create() with PERSISTANCECAPABLE field

2001-10-15 Thread Damon Maria
> Basically, it is doing what someone had previously recommended about copying > data from existing object to a newly created transaction object ("freshObj" in > my code). I use Castor's FieldMolder to copy the values, and the only > "special/custom" stuff for me is the "getNonTransactionalIdenti

[castor-dev] Database Configuration with datasource

2001-10-15 Thread marie sauvaud
Hi, I don't manage to configure the database with oracle datasources. Can someone give me an example of a file database.xml? Thanks, Marie. ___ Un nouveau Nokia Game commence. Allez sur http://fr.yahoo.com/nokiagame avant le 3 novembre

[castor-dev] include of sub-schema supported?

2001-10-15 Thread Cornelia Quaschning
Is an include of a sub-schema supported in Castor-0.9.3 ? Like this: I get this exception, but the sub-schema is definitive in the path D:/Documentation/TeamCallServer/XML_Schemas_CSTA/ SAXParseException: org.xml.sax.SAXParseException: File "D:/Documentation/TeamCal lServer/XML_Schemas_CSTA/

Re: [castor-dev] Parmi toutes les actions contains VIRUS...

2001-10-15 Thread Joost v.d. Wijgerd
Hi, according to my virus scanner your attachment contained a virus, Just to let you know Joost. -Original Message- From: persist [mailto:[EMAIL PROTECTED]] Sent: Monday, October 15, 2001 10:34 AM To: [EMAIL PROTECTED] Subject: [castor-dev] Parmi toutes les actions Typiquement, il s'a

[castor-dev] Cache configuration

2001-10-15 Thread marie sauvaud
Hi, I did not find any information anout how to configure the cache. Is ther any documentation about it? Thanks, Marie. ___ Un nouveau Nokia Game commence. Allez sur http://fr.yahoo.com/nokiagame avant le 3 novembre pour participer à c

[castor-dev] How Castor map null into an int

2001-10-15 Thread marie sauvaud
Hi, 1) I use Castor with Oracle. There are numeric fields in the database that can be null. They correspond to a Java attribute whose type is int. How Castor will map the null value? 2) I manipulate 2 classes: Person and Address. A Person contains an Address. An Address contains a field of typ