I just wanted to say, that the proposal made in
http://nagoya.apache.org/wiki/apachewiki.cgi?OJBProjectPages/TomcatReloadBre
aksOjB
didn't work.

so any other suggestions?

Julia.



-----Urspr�ngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 13. August 2003 11:15
An: [EMAIL PROTECTED]
Betreff: 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
[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]

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

Reply via email to