Tomcat/Axis ignores jax-ws-catalog.xml while resolving wsdlLocation URLs
------------------------------------------------------------------------
Key: GERONIMO-4501
URL: https://issues.apache.org/jira/browse/GERONIMO-4501
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Affects Versions: 2.2
Environment: Geronimo 2.2-SNAPSHOT, Tomcat/Axis
Reporter: Janko Heilgeist
The problem description's context is identical to GERONIMO-4500 for the
Jetty/CXF assembly. This time the catalog is completely ignored while resolving
the wsdlLocation URL. The exception is:
{noformat}
2009-01-07 17:45:17,701 ERROR [GBeanInstanceState] Error while starting; GBean
is now in the FAILED state:
abstractName="default/geronimo-wsdllocation-jetty_cxf-1.0-SNAPSHOT.jar/1231346713744/car?EJBModule=default/geronimo-wsdllocation-jetty_cxf-1.0-SNAPSHOT.jar/1231346713744/car,J2EEApplication=null,StatelessSessionBean=HelloWorldServiceEJB,j2eeType=WSLink,name=HelloWorldServiceEJB"
java.io.FileNotFoundException: http://example.com/HelloWorld.wsdl
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1172)
at java.net.URL.openStream(URL.java:1007)
at
org.apache.geronimo.axis2.AxisServiceGenerator.readWSDL(AxisServiceGenerator.java:302)
at
org.apache.geronimo.axis2.AxisServiceGenerator.getServiceFromWSDL(AxisServiceGenerator.java:141)
at
org.apache.geronimo.axis2.Axis2WebServiceContainer.init(Axis2WebServiceContainer.java:145)
at
org.apache.geronimo.axis2.ejb.EJBWebServiceContainer.init(EJBWebServiceContainer.java:56)
at
org.apache.geronimo.axis2.ejb.EJBWebServiceGBean.<init>(EJBWebServiceGBean.java:70)
...
{noformat}
The workaround that helped in the case of the Jetty/CXF assembly does not work
with Tomcat/Axis.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.