Re: OJB problem: reference-descriptor name="super"

2006-06-08 Thread Ciprian Herman
can't use the collection from a class if in the repository file this class is referred by a super attribute from another class descriptor. On 6/6/06, Ciprian Herman <[EMAIL PROTECTED]> wrote: Hi all! I'm trying to work with OJB for a project and I think I discovered a bug. Or

OJB problem: reference-descriptor name="super"

2006-06-06 Thread Ciprian Herman
ELECT A0.IDA,A1.IDB,CASE WHEN A1.IDBIS NOT NULL THEN ' src.java.B' ELSE 'src.java.A' END AS OJB_CLAZZ FROM A A0 LEFT OUTER JOIN B A1 ON A0.IDB=A1.IDB WHERE A0.IDA = '1' I don't know for what is doing this If some one know what I'm doing wrong please let me help me. Thank you, Ciprian HERMAN