[ 
https://issues.apache.org/jira/browse/CXF-1111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13116404#comment-13116404
 ] 

Glen Mazza commented on CXF-1111:
---------------------------------

Here's the present list of web.xml's:

gmazza@gmazza-work:~/dataExt3/opensource/CXF-TRNK/distribution/src/main/release/samples$
 find . -name "web.xml"
./java_first_spring_support/webapp/WEB-INF/web.xml
./jax_rs/spring_security/webapp/WEB-INF/web.xml
./groovy_spring_support/webapp/WEB-INF/web.xml
./wsdl_first/target/wsdl_first-2.5.0-SNAPSHOT/WEB-INF/web.xml
./sts_issue_operation/target/sts/WEB-INF/web.xml
./sts_issue_operation/src/main/webapp/WEB-INF/web.xml
./integration/jca/outbound/etc/web.xml
./integration/jca/outbound.was61/etc/web.xml
./logbrowser/webapp/WEB-INF/web.xml
./ruby_spring_support/webapp/WEB-INF/web.xml

These are AFAICT unneeded by any sample not presently providing a servlet 
deployment option, but just using Endpoint.publish() for the web service 
instead.
                
> For samples, upgrade to a Servlet 2.4-compatible deployment descriptor
> ----------------------------------------------------------------------
>
>                 Key: CXF-1111
>                 URL: https://issues.apache.org/jira/browse/CXF-1111
>             Project: CXF
>          Issue Type: Improvement
>          Components: Samples
>    Affects Versions: 2.1
>            Reporter: Glen Mazza
>            Assignee: Glen Mazza
>            Priority: Minor
>
> For the simple "fromwsdl" example[1] used by Sun's JAXWS-RI, they are using a 
> Servlet 2.4 compatible web.xml deployment descriptor[2].
> I'm noticing we just have a 2.3-compliant web.xml file[3]--perhaps it is time 
> to upgrade.
> [1] 
> https://jax-ws.dev.java.net/source/browse/jax-ws/www/2.1.2/samples/fromwsdl/
> [2] http://tinyurl.com/3xnx7g
> [3] 
> http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/etc/web.xml?revision=504026&view=markup

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to