You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-user@db.apache.org by cmarcourt <cm...@wanadoo.fr> on 2003/06/24 17:32:35 UTC

Proxy

Are you sure proxy is working ???
I'm working with OJB 1.0 rc3.

I've got all my simple collections. Not arrays, not manageable collections only Vectors.
Everytime I turned on the proxy in my repository.xml, always the same Exception :

[org.apache.ojb.broker.metadata.fieldaccess.PersistentFieldDefaultImpl] ERROR: while set field:
object class[ com.hbk.bean.Neighbourhood
target field: houses
target field type: class java.util.Vector
object value class: org.apache.ojb.broker.accesslayer.ListProxy
object value: org.apache.ojb.broker.accesslayer.ListProxy@f19d6e]
java.lang.IllegalArgumentException

I don't understand at all.
Can we have a concrete example in the tutorial ?

Christophe