On Mon, 23 Feb 2004, marc salvetti wrote: > Tom, > at least, the same config is working great with tomcat, but this don't help to > debug the issue :(
But it means that you don't have a config issue at hand (except for resin-specific stuff). > i'll try to install resin 3.0.6 on my computer but i'm afraid i will encounter > the same debugging problem : i can't even locate the error in the logs ! I'd try resin with one of my ojb webapps, but the website seems to be down ... > > here is the only suspect message from the stdout.log > > > (metadata.RepositoryPersistor ? ) OJB Descriptor Repository: file:/home > /marc/public_html/WEB-INF/classes/conf/ojb/repository.xml > (metadata.RepositoryXmlHandler ? ) Found attribute (name=autoNaming, val > ue=true) but I can not assign them to a descriptor This is interesting. First, what OJB version do you use (this debugging message is not generated in latest from CVS) ? Second, the message means that an attribute tag has been found (<attribute attribute-name="autoNaming" attribute-value="true"/>) but OJB was unable to associate it to an element (class descriptor etc.). I don't know of such an attribute, what is it for ? Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
