posted 22 years ago
In better words, this is the problem: I do a find with a PK class on an entity bean instance on a record that don't exist, I would expect an ObjectNotFoundException, Weblogic doesn't do this. It returns an object whisch is the remote interface, but isn't properly initialized, because the object doesn't exist. Then I call a method on this returned object and I get a RMI exception: NoSuchObjectException
It's pretty weird, I seems to be a bug, If anyone knows about it, let me know how to fix it please. Thanks
Martin