[
https://jira.jboss.org/browse/JBIDE-7747?page=com.atlassian.jira.plugin.s...
]
Feng Qian commented on JBIDE-7747:
----------------------------------
I went to the link for DevStudio build, there are three failed for ws tests, caused by two
reasons:
1 url error: java.lang.IllegalArgumentException: URI is not absolute
in our codes, ImplementationClassCreationCommand.getServiceNameFromWSDL() use URI
fileURI = new URI(model.getWsdlURI()); to get wsdl file. model.getWsdlURI() can get the
url for the wsdl when the wsdl has a url, if the wsdl is a local file in workspace, it
should get the wsdl file absolute path. These codes are writed by someone, not me. I am
not very familiar with them. But of course, if we need, I can fix it.
2 Exception in thread "main" javax.xml.ws.WebServiceException:
java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses
of SOAPMessage
this is a jboss as 5 issues, as if we need to copy some jars into somewhere by manual.
I don't know the DevStudio build enviroment. What do you know? what AS version, Java
version, and so on?
Brian, we need to fix this issue at once? Now, I am working on JBIDE-6581, it is a test
issue too. Based on Rob's Server Utils method, I am changing these tests of ws to make
them work better. If not very emergent, I will fix these two issues together. This is ok?
JBossWS errors on B2
--------------------
Key: JBIDE-7747
URL:
https://jira.jboss.org/browse/JBIDE-7747
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.2.0.Beta2
Reporter: Max Andersen
Assignee: Feng Qian
Fix For: 3.2.0.Beta2, 3.2.0.CR1
JBossWS tests seem to fail because of URI not being valid; maybe tests are assuming
plugins are exploded on disk but aren't when actually packaged up and run !?
see
http://hudson.qa.jboss.com/hudson/view/DevStudio_Stable_Branch/portlet/da...
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira