I'm getting a ClassCastException in the OjbExtent constructor:
iterator = (RsIterator) broker.getIteratorByQuery(q);

The problem appears to come from getRsIteratorFromQuery in the
PersistenceBrokerImpl class which returns a ChainingIterator when there 
are subclasses (extents) and an RSIterator in the other cases.  

I've temporarily fixed the problem by casting to an OJBIterator in
OjbExtent instead of an RSIterator -- but am not sure if this is a good
permanent fix.  

Any suggestions?

Thanks.

Susanne





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to