Hi,
I'm sorry to bother with such a minor issue, but as I see this message ten times
a day it has started to kind of annoy me and it'd be nice to see it fixed before
the release of 1.0.4 :-)
Thanks,
Ilkka
Index: RepositoryPersistor.java
===================================================================
RCS file:
/home/cvspublic/db-ojb/src/java/org/apache/ojb/broker/metadata/RepositoryPersistor.java,v
retrieving revision 1.24.2.2
diff -u -r1.24.2.2 RepositoryPersistor.java
--- RepositoryPersistor.java 4 Mar 2005 13:30:05 -0000 1.24.2.2
+++ RepositoryPersistor.java 27 Oct 2005 05:37:22 -0000
@@ -302,7 +302,7 @@
// get a xml reader instance:
SAXParserFactory factory = SAXParserFactory.newInstance();
- log.info("RespostoryPersistor using SAXParserFactory : " +
factory.getClass().getName());
+ log.info("RepositoryPersistor using SAXParserFactory : " +
factory.getClass().getName());
if (validate)
{
factory.setValidating(true);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]