-
Bug
-
Resolution: Done
-
Major
-
jboss-ws4ee-4.0.2
-
None
org.jboss.test.webservice.jbws79.JBWS79TestCase is failing. Specifically, testEndpointOne and testEndpointTwo are both failing with the same error:
javax.naming.NamingException: Could not dereference object [Root exception is javax.xml.rpc.ServiceException: Error processi\
ng WSDL document:
WSDLException: faultCode=OTHER_ERROR: Unable to resolve imported document at '/ws4ee-jbws79/HelloOne?wsdl&resource=HelloOneS\
ervice.wsdl'.: This file was not found: file:/ws4ee-jbws79/HelloOne?wsdl&resource=HelloOneService.wsdl: java.io.FileNotFound\
Exception: This file was not found: file:/ws4ee-jbws79/HelloOne?wsdl&resource=HelloOneService.wsdl
at com.ibm.wsdl.util.StringUtils.getContentAsReader(Unknown Source)
at com.ibm.wsdl.xml.WSDLReaderImpl.parseImport(Unknown Source)
at com.ibm.wsdl.xml.WSDLReaderImpl.parseDefinitions(Unknown Source)
at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source)
at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source)
at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source)
at org.jboss.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:448)
at org.jboss.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:433)
at org.jboss.axis.wsdl.gen.Parser$WSDLRunnable.run(Parser.java:273)
at java.lang.Thread.run(Thread.java:534)
]
at org.jnp.interfaces.NamingContext.getObjectInstanceWrapFailure(NamingContext.java:1135)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:690)
at org.jboss.naming.client.java.javaURLContextFactory$EncContextProxy.invoke(javaURLContextFactory.java:120)
at $Proxy1.lookup(Unknown Source)
at javax.naming.InitialContext.lookup(InitialContext.java:347)
at org.jboss.test.webservice.jbws79.JBWS79TestCase.testEndpointOne(JBWS79TestCase.java:46)
- is related to
-
JBWS-79 Cannot deploy a ws containing more than one service per wsdl
- Closed