> Generating repository descriptors for interfaces works without problems, > but you should be aware of some things when using this at runtime. E.g. > you probably need factory-class/factory-method and perhaps ojbConcreteClass.
Do I need factory-class/factory-method if I have ojbConcreteClass? I thougt, if the ojbConcreteClass is provided, objects will be instantiated by Class.forName(ojbConcreteClass).newInstance(), so the zero-argument constructor would be sufficient.. But I may be wrong... David > Also, please post the exact stacktrace. > > Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
