hi! first of all: i don't have problems, i blame ojb for. now the details: using ojb client / server (servlet). most communication between client and server work fine. but when i want to do a PB.store( Object ), i get some MetadataExceptions (class not persistence capable), that are caused by ClassNotFoundExceptions.
problem: this is always with a maximum of one or two classes. but when i do a new package (ant) with some small modifications (not in my persistent objects) and try again, there are other classes that are "not found". first thing is, that the classes are found, because my app works with them. i get this in ojb code (when calling new Identity( object )). now the next thing is, that if i start my app from my ide (or commandline), everything works just fine, so i think this is a WebStart specific problem. question: does anyone have an idea, a solution or at least some experience with ojb client / server in java WebStart? would be happy with any (helpful) response. juergen -- To unsubscribe, e-mail: <mailto:ojb-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:ojb-user-help@;jakarta.apache.org>
