[esb-java-dev] [jira] Closed: (ESBJAVA-29) WSDL2.0 is not generated
when a proxy service is exposed on jms transport
Evanthika Amarasiri (JIRA)
jira at wso2.org
Mon Jun 4 23:44:15 PDT 2007
[ http://www.wso2.org/jira/browse/ESBJAVA-29?page=all ]
Evanthika Amarasiri closed ESBJAVA-29.
--------------------------------------
Assignee: (was: Asankha Perera)
Resolved in wso2esb-1.0. The issue will be closed.
> WSDL2.0 is not generated when a proxy service is exposed on jms transport
> -------------------------------------------------------------------------
>
> Key: ESBJAVA-29
> URL: http://www.wso2.org/jira/browse/ESBJAVA-29
> Project: WSO2 ESB-Java
> Issue Type: Bug
> Components: Core Engine
> Affects Versions: 1.0-beta-1-b1
> Environment: jdk15, firefox 1.5.0.6, winxp
> Reporter: Charitha Kankanamge
>
> Following exception is returned when clicking on wsdl2.0 link of a proxy service which is exposed on jms transport.
> org.apache.axis2.AxisFault: unknown protocol: jms; nested exception is:
> java.net.MalformedURLException: unknown protocol: jms; nested exception is:
> org.apache.axis2.AxisFault: unknown protocol: jms; nested exception is:
> java.net.MalformedURLException: unknown protocol: jms
> at org.wso2.esb.transport.jetty.HttpGetRequestProcessor.processRequest(HttpGetRequestProcessor.java:128)
> at org.wso2.esb.transport.jetty.Axis2SOAPHandler.processGetRequest(Axis2SOAPHandler.java:53)
> at org.wso2.esb.transport.jetty.Axis2Handler.handle(Axis2Handler.java:133)
> at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:627)
> at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:149)
> at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:123)
> at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:141)
> at org.mortbay.jetty.Server.handle(Server.java:269)
> at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:430)
> at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:687)
> at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:492)
> at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:199)
> at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:339)
> at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:208)
> at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475)
> Caused by: org.apache.axis2.AxisFault: unknown protocol: jms; nested exception is:
> java.net.MalformedURLException: unknown protocol: jms
> at org.apache.axis2.description.AxisService.getWSDL2(AxisService.java:800)
> at org.apache.axis2.description.AxisService.printWSDL2(AxisService.java:788)
> at org.wso2.esb.transport.jetty.HttpGetRequestProcessor.printWSDL(HttpGetRequestProcessor.java:218)
> at org.wso2.esb.transport.jetty.HttpGetRequestProcessor.processRequest(HttpGetRequestProcessor.java:102)
> ... 14 more
> Caused by: java.net.MalformedURLException: unknown protocol: jms
> at java.net.URL.<init>(URL.java:574)
> at java.net.URL.<init>(URL.java:464)
> at java.net.URL.<init>(URL.java:413)
> at org.apache.axis2.description.AxisService2WSDL2.generateEndpoints(AxisService2WSDL2.java:284)
> at org.apache.axis2.description.AxisService2WSDL2.generateServiceElement(AxisService2WSDL2.java:276)
> at org.apache.axis2.description.AxisService2WSDL2.generateOM(AxisService2WSDL2.java:114)
> at org.apache.axis2.description.AxisService.getWSDL2(AxisService.java:795)
> ... 17 more
> Steps to rerpoduce:
> ================
> 1. Create a new proxy service and expose over jms
> 2. Navigate to the 'proxy service management' page and click on wsdl2.0 link of the created proxy service
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the Esb-java-dev
mailing list