Looks ok so far. Does it work when you run it from the commandline (not from within the IDE) in directory c:\work\easy ? If so, then you probably have a mistake in the IDE setting for the directory where the app is executed. If not then you should check that in OJB.properties the repository.xml file is correctly referenced (e.g. without any path info). If the initialization fails, then you usually get one of two possible errors. The first one states that no properties have been found and that the default ones are used. The second one states that the repository descriptor was not found. Depending on which one you get, you have to correct the OJB.properties system setting (first error) or the repository.xml path in the properties file (second error). Also note that you must set the "OJB.properties" before you use any OJB class.
Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
