[jboss-osgi-commits] JBoss-OSGI SVN: r91491 - projects/jboss-osgi/trunk/testsuite/example/src/test/java/org/jboss/test/osgi/example/xml/parser.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Tue Jul 21 04:40:23 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-07-21 04:40:23 -0400 (Tue, 21 Jul 2009)
New Revision: 91491

Modified:
   projects/jboss-osgi/trunk/testsuite/example/src/test/java/org/jboss/test/osgi/example/xml/parser/SAXParserTestCase.java
Log:
Fix typo

Modified: projects/jboss-osgi/trunk/testsuite/example/src/test/java/org/jboss/test/osgi/example/xml/parser/SAXParserTestCase.java
===================================================================
--- projects/jboss-osgi/trunk/testsuite/example/src/test/java/org/jboss/test/osgi/example/xml/parser/SAXParserTestCase.java	2009-07-21 08:39:45 UTC (rev 91490)
+++ projects/jboss-osgi/trunk/testsuite/example/src/test/java/org/jboss/test/osgi/example/xml/parser/SAXParserTestCase.java	2009-07-21 08:40:23 UTC (rev 91491)
@@ -107,7 +107,7 @@
       // This service gets registerd by the jboss-osgi-apache-xerces service
       ServiceReference sref = context.getServiceReference(SAXParserFactory.class.getName());
       if (sref == null)
-         throw new IllegalStateException("DocumentBuilderFactory not available");
+         throw new IllegalStateException("SAXParserFactory not available");
       
       SAXParserFactory factory = (SAXParserFactory)context.getService(sref);
       factory.setValidating(false);



More information about the jboss-osgi-commits mailing list