Cannot parse web.xml for jsp vehicle
-------------------------------------
Key: JBWEB-85
URL:
http://jira.jboss.com/jira/browse/JBWEB-85
Project: JBoss Web
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Heiko Braun
Assigned To: Mladen Turk
The following descriptor let's the jboss web digester choke, even though it's a
perfectly legal j2ee1.4 web.xml:
<?xml version="1.0" encoding="UTF-8"?>
<web-app version="2.4"
xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:ns1="http://extra-header.org"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
<display-name>W2JRLR2753TestService_jsp_vehicle</display-name>
<servlet>
<servlet-name>jsp_vehicle</servlet-name>
<jsp-file>/jsp_vehicle.jsp</jsp-file>
<load-on-startup>0</load-on-startup>
</servlet>
<session-config>
<session-timeout>54</session-timeout>
</session-config>
<service-ref>
<service-ref-name>service/SimpleTest</service-ref-name>
<service-interface>javax.xml.rpc.Service</service-interface>
<wsdl-file>WEB-INF/wsdl/SimpleTest.wsdl</wsdl-file>
<jaxrpc-mapping-file>SimpleTest.xml</jaxrpc-mapping-file>
<port-component-ref>
<service-endpoint-interface>com.sun.ts.tests.jaxrpc.wsi.w2j.rpc.literal.R2753.SimpleEndpoint</service-endpoint-interface>
</port-component-ref>
<handler>
<handler-name>Handler1</handler-name>
<handler-class>com.sun.ts.tests.jaxrpc.wsi.w2j.rpc.literal.R2753.R2753Handler</handler-class>
<soap-header
xmlns:soap-header_ns__="http://extra-header.org">soap-header_ns__:extra-header</soap-header>
<soap-role>extra-header-actor</soap-role>
</handler>
</service-ref>
</web-app>
The Bug occured in the JBossWS test case for CTS 1.4. However i was able to nail it down a
the jboss web Digester implementation.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira