[jboss-jira] [JBoss JIRA] Commented: (JBAS-7384) org.jboss.test.webservice.endpoint.EndpointTestCase
Richard Opalka (JIRA)
jira-events at lists.jboss.org
Mon Oct 19 16:31:47 EDT 2009
[ https://jira.jboss.org/jira/browse/JBAS-7384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12490420#action_12490420 ]
Richard Opalka commented on JBAS-7384:
--------------------------------------
Hi Ales,
please investigate how to properly fix this issue.
I'm assigning this issue to you as I see you're the co-author
of org.jboss.beanvalidation.deployers.*
I had a look to these deployers code and can't see the workaround
how to disable this deployer for our usecase.
Detailed info to help you dig into problem faster:
We're creating FAKE deployment in
org.jboss.webservices.integration.endpoint.EndpointAPIHttpServer.publish(final HttpContext context, final Endpoint endpoint)
and passing it to injected main deployer.
This usecase have to work (because of the JAX-WS spec.
requirement to dynamically create WebService endpoints from
web deployments).
PS: It works in AS trunk, AS 5.1.0.GA and AS 5.0.1.
> org.jboss.test.webservice.endpoint.EndpointTestCase
> ---------------------------------------------------
>
> Key: JBAS-7384
> URL: https://jira.jboss.org/jira/browse/JBAS-7384
> Project: JBoss Application Server
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Components: Web Services
> Reporter: Shelly McGowan
> Assignee: Richard Opalka
> Fix For: JBossAS-5.2.0.Beta1
>
>
> These newly added tests are failing. Filing to track.
> testWSDLAccess:
> javax.wsdl.WSDLException: WSDLException: faultCode=OTHER_ERROR: Unable to resolve imported document at 'http://localhost:8080/jaxws-endpoint?wsdl'.: java.io.FileNotFoundException: This file was not found: http://localhost:8080/jaxws-endpoint?wsdl
> testClientAccess:
> javax.xml.ws.WebServiceException: java.io.IOException: Could not transmit message
> Caused by: org.jboss.ws.WSException: Invalid HTTP server response [404] - Not Found
> testServletAccess:
> java.io.IOException: Server returned HTTP response code: 500 for URL: http://localhost:8080/jaxws-endpoint-servlet?param=hello-world
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list