<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">

<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>

                                <td>

                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="https://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>

                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px;  -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
    JbossWS Native 3.4.1 on Jboss 6.1 final DTDDVFactoryImpl does not extend from DTDDVFactory.
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="https://community.jboss.org/people/spyhunter99">spyhunter99</a> in <i>JBoss Web Services</i> - <a href="https://community.jboss.org/message/716217#716217">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>I ran across this issue today. it's only present on Jboss 61 final. 6.0 works just fine (but other stuff that's important to me doesn't work, thus 6.1). This is went attempting to start up a client object for a UDDI server.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p> javax.xml.ws.WebServiceException: org.apache.xerces.impl.dv.DVFactoryException</p><p>: DTD factory class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not extend from DTDDVFactory.</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.ws.core.jaxws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:120) [:3.4.1.SP1]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.ws.core.jaxws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:128) [:3.4.1.SP1]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at javax.xml.ws.Service.&lt;init&gt;(Service.java:57) [:1.0.0.Final]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.uddi.api_v3.UDDIInquirySoapService.&lt;init&gt;(UDDIInquirySoapService.java:46) [:]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at mycode</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at mycode</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.quartz.core.JobRunShell.run(JobRunShell.java:216) [:6.1.0.Final]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) [:6.1.0.Final]</p><p>Caused by: org.apache.xerces.impl.dv.DVFactoryException: DTD factory class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not extend from DTDDVFactory.</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.xerces.impl.dv.DTDDVFactory.getInstance(Unknown Source) [:6.1.0.Final]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.xerces.impl.dv.DTDDVFactory.getInstance(Unknown Source) [:6.1.0.Final]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.xerces.impl.xs.opti.SchemaParsingConfig.&lt;init&gt;(Unknown Source) [:6.1.0.Final]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.xerces.impl.xs.opti.SchemaParsingConfig.&lt;init&gt;(Unknown Source) [:6.1.0.Final]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.xerces.impl.xs.traversers.XSDHandler.&lt;init&gt;(Unknown Source) [:6.1.0.Final]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.xerces.impl.xs.traversers.XSDHandler.&lt;init&gt;(Unknown Source) [:6.1.0.Final]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.xerces.impl.xs.XMLSchemaLoader.&lt;init&gt;(Unknown Source) [:6.1.0.Final]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.xerces.impl.xs.XMLSchemaLoader.&lt;init&gt;(Unknown Source) [:6.1.0.Final]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.ws.metadata.wsdl.xsd.SchemaUtils.getXSLoader(SchemaUtils.java:400) [:3.4.1.SP1]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.ws.tools.JavaToXSD.parseSchema(JavaToXSD.java:159) [:3.4.1.SP1]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.ws.tools.wsdl.WSDL11Reader.processTypes(WSDL11Reader.java:469) [:3.4.1.SP1]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.ws.tools.wsdl.WSDL11Reader.processTypes(WSDL11Reader.java:484) [:3.4.1.SP1]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.ws.tools.wsdl.WSDL11Reader.processTypes(WSDL11Reader.java:484) [:3.4.1.SP1]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.ws.tools.wsdl.WSDL11Reader.processDefinition(WSDL11Reader.java:180) [:3.4.1.SP1]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.ws.tools.wsdl.WSDLDefinitionsFactory.parse(WSDLDefinitionsFactory.java:129) [:3.4.1.SP1]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.ws.metadata.umdm.ServiceMetaData.getWsdlDefinitions(ServiceMetaData.java:293) [:3.4.1.SP1]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.ws.metadata.builder.jaxws.JAXWSClientMetaDataBuilder.buildMetaData(JAXWSClientMetaDataBuilder.java:96) [:3.4.1.SP1]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.ws.metadata.builder.jaxws.JAXWSClientMetaDataBuilder.buildMetaData(JAXWSClientMetaDataBuilder.java:75) [:3.4.1.SP1]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.ws.core.jaxws.spi.ServiceDelegateImpl.&lt;init&gt;(ServiceDelegateImpl.java:154) [:3.4.1.SP1]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.ws.core.jaxws.spi.ServiceDelegateImpl.&lt;init&gt;(ServiceDelegateImpl.java:125) [:3.4.1.SP1]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.ws.core.jaxws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:114) [:3.4.1.SP1]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; ... 7 more</p></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="https://community.jboss.org/message/716217#716217">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in JBoss Web Services at <a href="https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>