Hi everyone,
I managed to solve my ClassCastException problem.
In fact, I was using a naming convention like this :
"nvd/entity/xxx"
for each bean I was building.
For some reason rmiregistry uses a flat namespace, so when I try to look up
a bean, the system returns the last Entity bean it knows. For instance, if I
have two beans, say EntityDomains and EntityWords, if I try to lookup the
EntityDomains object, I will have in return EntityWords.
After changing my naming convention everything works fine.

Jean-Philippe SCHALLER
[EMAIL PROTECTED] - http://www.modelmadz.net


----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to