store object without references

2006-01-20 Thread Manukyan, Sergey
Folks, I am using 1.0.4. Could you please advice if there is a way to store an object of some class without storing references although I defined in the descriptor of the class to store references as well. I am looking for a workaround that will enable me to do it in some cases... Something

Re: store object without references

2006-01-20 Thread Armin Waibel
Hi Sergey, Manukyan, Sergey wrote: Folks, I am using 1.0.4. Could you please advice if there is a way to store an object of some class without storing references although I defined in the descriptor of the class to store references as well. I am looking for a workaround that will enable me

exception in JDBC driver

2006-01-20 Thread Manukyan, Sergey
Hi Everybody, We upgraded to 1.0.4 and using JT400-4.4 JDBC driver for AS400 data source. See now our JDBC driver throwing exceptions when OJB askes him for field named OJB_CLAZZ, that the result set doesn't have, and it happens for every row. Is it possible to avoid OJB to check for this field

RE: store object without references

2006-01-20 Thread Manukyan, Sergey
Thank you Armin. -Original Message- From: Armin Waibel [mailto:[EMAIL PROTECTED] Sent: Friday, January 20, 2006 12:58 PM To: OJB Users List Subject: Re: store object without references Hi Sergey, Manukyan, Sergey wrote: Folks, I am using 1.0.4. Could you please advice if

Re: Bidirectional 1:1 relations

2006-01-20 Thread Gonçalo Luiz
Armin thank you for your reply, I came to a solution proposed to another OJB mailing poster (Luis Cruz) that works with me and suggested that I could invoke the getUniqueValue() in the DomainObject super class... its ugly but it works fine... and it happens to be a controlled ugliness. I was now

Re: Bidirectional 1:1 relations

2006-01-20 Thread Gonçalo Luiz
Hello again, Kindly forget my last e-mail I was looking to a old page of OJB that was cached somewere... I think that the http://db.apache.org/ojb/docu/guides/advanced-technique.html#nested-objects page wil serve my needs... if it doesn't I will let you know. Regards, Gonçalo Luiz On 1/20/06,

OJB_HL_SEQ

2006-01-20 Thread Rick Roman
After upgrading to ojb-1.0.4 I am getting an error: [org.apache.ojb.broker.metadata.RepositoryXmlHandler] ERROR: Exception while read metadata Error creating PersistentField: org.apache.ojb.broker.util.sequence.HighLowSequence, name org.apache.ojb.broker.metadata.MetadataException: Error

RE: OJB_HL_SEQ

2006-01-20 Thread DiCorpo, Phillip
Look at src/schema/ojbcore-schema.xml You can use torque to generate the SQL. -Original Message- From: Rick Roman [mailto:[EMAIL PROTECTED] Sent: Friday, January 20, 2006 5:07 PM To: OJB Users List Subject: OJB_HL_SEQ After upgrading to ojb-1.0.4 I am getting an error:

Re: OJB_HL_SEQ

2006-01-20 Thread Armin Waibel
Hi Rick, Rick Roman wrote: After upgrading to ojb-1.0.4 I am getting an error: [org.apache.ojb.broker.metadata.RepositoryXmlHandler] ERROR: Exception while read metadata Error creating PersistentField: org.apache.ojb.broker.util.sequence.HighLowSequence, name

Re: exception in JDBC driver

2006-01-20 Thread Armin Waibel
Hi Sergey, Manukyan, Sergey wrote: Hi Everybody, We upgraded to 1.0.4 and using JT400-4.4 JDBC driver for AS400 data source. See now our JDBC driver throwing exceptions when OJB askes him for field named OJB_CLAZZ, that the result set doesn't have, and it happens for every row. Is it