Re: [castor-dev] getter/setter, can anyone help me?

2004-07-29 Thread Keith Visco
Youssef, This changes the Java produced, not the schema or XML. --Keith [EMAIL PROTECTED] wrote: > > Hi Keith, Hi kalpesh, > > my problem is that the name of the tag (cardRecord) in the XML schema is > fixed :-(( > I can not change it in the schema. > > That's why I tried to assign an othe

[castor-dev] DatabaseImpl.java: Unexpected exceptions fail to call rollback()

2004-07-29 Thread Gregory Block
An unexpected, non-TransactionAbortedException will leave locks in place and fail to roll back transactions. Instead of catching only Exception in these situations, catch Exception; test for TransactionAbortedExceptions and rethrow, and wrap anything else you came across. Index: org/exola

Re: [castor-dev] getter/setter, can anyone help me?

2004-07-29 Thread Youssef . Dahmouni
Hi Keith, Hi kalpesh, my problem is that the name of the tag (cardRecord) in the XML schema is fixed :-(( I can not change it in the schema. That's why I tried to assign an other class name (cardRecords) to this tag. Is it possible? have any idea?? Thanks! -Youssef |-+--