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 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: > repository.xml: Elemento root del documento mancante. > org.xml.sax.SAXParseException: Elemento root del documento mancante. > > But if I added a main in my java class and I directly call my ojb data > function this working fine. > > Tnx in advance > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- mvg, Dennis
