How do u store a m:n relation which looks like an array?

when i try to do that i get the following error

java.lang.ClassCastException

 at
org.apache.ojb.broker.core.PersistenceBrokerImpl.storeCollections(Persistenc
eBrokerImpl.java:785)

 at
org.apache.ojb.broker.core.PersistenceBrokerImpl.storeToDb(PersistenceBroker
Impl.java:2007)

(normal in the code we try to cast the array as a collection :
deleteMtoNImplementor(cds, obj, (Collection)col, currentMtoNKeys);

)

remi


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

Reply via email to