Hi folks! I'm using OJB RC3 in JBoss 3.0.6 in an web application. When I redeploy my war-file and try to query an object in my database, I get the following error:
"Candidate object [EMAIL PROTECTED] class [de.arvatosystems.monitoring.business.vo.server.ServerVO] is not a subtype of [de.arvatosystems.monitoring.business.vo.server.ServerVO] or any type of proxy. NOT INCLUDED in result collection." As you can see the objects he compares are identical! In Class PersistenceBrokerImpl, Line 1346, the methode "itemClass.isAssignableFrom(candidate.getClass())" seems to return false. Although it should normally return true . But why is this? He wont include the "old" data from database. Only if I insert new data he includes it. Should I clear the cache or something else? Thanks, Julia. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
