Generation/Deployment of .war file results in WSDL not found error in EDS
Issue
- Though my WAR generates and seems to deploy it results on the following root case stack trace on the server:
java.io.FileNotFoundException: C:\soa-p-5.3.1.GA\jboss-soa-p-5\jboss-as\bin\WEB-INF\wsdl\feedlocalhost.wsdl
org.jboss.net.protocol.file.FileURLConnection.connect(FileURLConnection.java:129)
org.jboss.net.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:136)
org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown Source)
org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
com.ibm.wsdl.xml.WSDLReaderImpl.getDocument(WSDLReaderImpl.java:2101)
com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:2303)
com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:2335)
org.apache.cxf.wsdl11.WSDLManagerImpl.loadDefinition(WSDLManagerImpl.java:232)
org.apache.cxf.wsdl11.WSDLManagerImpl.getDefinition(WSDLManagerImpl.java:179)
org.apache.cxf.wsdl11.WSDLServiceFactory.<init>(WSDLServiceFactory.java:91)
Environment
- Red Hat JBoss Data Services (EDS) 5.3.1
- Red Hat JBoss Developer Studio (JBDS) 5.0.2
- Teiid Designer plugin for JBDS version 7.7.4.v20131106-1931-CR1
- Windows Operating System
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
