[jboss-cvs] jboss-seam/examples/jpa/resources-weblogic92/WEB-INF ...

Jay Balunas jbalunas at redhat.com
Thu Jan 10 14:41:28 EST 2008


  User: jbalunas
  Date: 08/01/10 14:41:28

  Modified:    examples/jpa/resources-weblogic92/WEB-INF  web.xml
  Log:
  JBSEAM-2247 - updated web.xml to servlet 2.4 instead of 2.5.  Weblogic 92 does not support 2.5.
  
  Revision  Changes    Path
  1.4       +3 -3      jboss-seam/examples/jpa/resources-weblogic92/WEB-INF/web.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: web.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/jpa/resources-weblogic92/WEB-INF/web.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- web.xml	31 Oct 2007 17:03:27 -0000	1.3
  +++ web.xml	10 Jan 2008 19:41:28 -0000	1.4
  @@ -1,8 +1,8 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<web-app version="2.5" 
  -         xmlns="http://java.sun.com/xml/ns/javaee"
  +<web-app version="2.4" 
  +         xmlns="http://java.sun.com/xml/ns/j2ee"
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  -         xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">       
  +         xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">      
       
       <!-- Seam -->
       
  
  
  



More information about the jboss-cvs-commits mailing list