[JBoss Web Services] - JbossWS Native 3.4.1 on Jboss 6.1 final DTDDVFactoryImpl does not extend from DTDDVFactory.
by spyhunter99
spyhunter99 [https://community.jboss.org/people/spyhunter99] created the discussion
"JbossWS Native 3.4.1 on Jboss 6.1 final DTDDVFactoryImpl does not extend from DTDDVFactory."
To view the discussion, visit: https://community.jboss.org/message/716217#716217
--------------------------------------------------------------
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.
javax.xml.ws.WebServiceException: org.apache.xerces.impl.dv.DVFactoryException
: DTD factory class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not extend from DTDDVFactory.
at org.jboss.ws.core.jaxws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:120) [:3.4.1.SP1]
at org.jboss.ws.core.jaxws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:128) [:3.4.1.SP1]
at javax.xml.ws.Service.<init>(Service.java:57) [:1.0.0.Final]
at org.uddi.api_v3.UDDIInquirySoapService.<init>(UDDIInquirySoapService.java:46) [:]
at mycode
at mycode
at org.quartz.core.JobRunShell.run(JobRunShell.java:216) [:6.1.0.Final]
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) [:6.1.0.Final]
Caused by: org.apache.xerces.impl.dv.DVFactoryException: DTD factory class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not extend from DTDDVFactory.
at org.apache.xerces.impl.dv.DTDDVFactory.getInstance(Unknown Source) [:6.1.0.Final]
at org.apache.xerces.impl.dv.DTDDVFactory.getInstance(Unknown Source) [:6.1.0.Final]
at org.apache.xerces.impl.xs.opti.SchemaParsingConfig.<init>(Unknown Source) [:6.1.0.Final]
at org.apache.xerces.impl.xs.opti.SchemaParsingConfig.<init>(Unknown Source) [:6.1.0.Final]
at org.apache.xerces.impl.xs.traversers.XSDHandler.<init>(Unknown Source) [:6.1.0.Final]
at org.apache.xerces.impl.xs.traversers.XSDHandler.<init>(Unknown Source) [:6.1.0.Final]
at org.apache.xerces.impl.xs.XMLSchemaLoader.<init>(Unknown Source) [:6.1.0.Final]
at org.apache.xerces.impl.xs.XMLSchemaLoader.<init>(Unknown Source) [:6.1.0.Final]
at org.jboss.ws.metadata.wsdl.xsd.SchemaUtils.getXSLoader(SchemaUtils.java:400) [:3.4.1.SP1]
at org.jboss.ws.tools.JavaToXSD.parseSchema(JavaToXSD.java:159) [:3.4.1.SP1]
at org.jboss.ws.tools.wsdl.WSDL11Reader.processTypes(WSDL11Reader.java:469) [:3.4.1.SP1]
at org.jboss.ws.tools.wsdl.WSDL11Reader.processTypes(WSDL11Reader.java:484) [:3.4.1.SP1]
at org.jboss.ws.tools.wsdl.WSDL11Reader.processTypes(WSDL11Reader.java:484) [:3.4.1.SP1]
at org.jboss.ws.tools.wsdl.WSDL11Reader.processDefinition(WSDL11Reader.java:180) [:3.4.1.SP1]
at org.jboss.ws.tools.wsdl.WSDLDefinitionsFactory.parse(WSDLDefinitionsFactory.java:129) [:3.4.1.SP1]
at org.jboss.ws.metadata.umdm.ServiceMetaData.getWsdlDefinitions(ServiceMetaData.java:293) [:3.4.1.SP1]
at org.jboss.ws.metadata.builder.jaxws.JAXWSClientMetaDataBuilder.buildMetaData(JAXWSClientMetaDataBuilder.java:96) [:3.4.1.SP1]
at org.jboss.ws.metadata.builder.jaxws.JAXWSClientMetaDataBuilder.buildMetaData(JAXWSClientMetaDataBuilder.java:75) [:3.4.1.SP1]
at org.jboss.ws.core.jaxws.spi.ServiceDelegateImpl.<init>(ServiceDelegateImpl.java:154) [:3.4.1.SP1]
at org.jboss.ws.core.jaxws.spi.ServiceDelegateImpl.<init>(ServiceDelegateImpl.java:125) [:3.4.1.SP1]
at org.jboss.ws.core.jaxws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:114) [:3.4.1.SP1]
... 7 more
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/716217#716217]
Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
12 years, 11 months
[jBPM] - Process_Versioning in JBPM 5.2
by Mahi M
Mahi M [https://community.jboss.org/people/jbpm_new] created the discussion
"Process_Versioning in JBPM 5.2"
To view the discussion, visit: https://community.jboss.org/message/716195#716195
--------------------------------------------------------------
Hi Everyone,
Is it possible to maintain or load the files with the version of the files, becasue whenever i load the files from guvnor always i am getting the latest files.
So, if your process needs both the workflow, the previous one and latest one, how we have to modify it ,as we end up with loading the latest file when we load from guvnor. Is there any solution to call the workflows based on the version of the files, is there any API to acheive it?
Lets assume if i have 5 versions of same file, and i want all 5 workflows in my process, how to load them.
Is process-versioning is maintained in JBPM 5.2?
Thanks
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/716195#716195]
Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
12 years, 11 months