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 Ju...@Bertelsmann.de on 2003/08/13 11:14:31 UTC

Hot Deploy Problems in JBoss

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
[de.arvatosystems.monitoring.business.vo.server.ServerVO@3bce70] 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: ojb-user-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-user-help@db.apache.org