Problem with signed applet.

2006-02-01 Thread alessandro olivieri
Hi, I'm using ojb 1.0 rc1 in a signed applet. Without warning, this applet is not working when I try to modify repository.xml. The error message is: [BOOT] ERROR: Error in instantiation of PersistenceBrokerFactory class Could not read repository class descriptor data, using repository:

Re: Problem with signed applet.

2006-02-01 Thread Dennis Bekkering
the applet can propbably not find the repository in it's class path. Try to stuff everything in a jar and use that jar instead of a single class. 2006/2/1, alessandro olivieri [EMAIL PROTECTED]: Hi, I'm using ojb 1.0 rc1 in a signed applet. Without warning, this applet is not working when I

Re: Problem with signed applet.

2006-02-01 Thread alessandro olivieri
-To: OJB Users List ojb-user@db.apache.org To: OJB Users List ojb-user@db.apache.org Subject: Re: Problem with signed applet. Date: Wed, 1 Feb 2006 14:33:55 +0100 the applet can propbably not find the repository in it's class path. Try to stuff everything in a jar and use that jar instead of a single