You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jarek Gawor (JIRA)" <ji...@apache.org> on 2006/12/11 21:25:21 UTC

[jira] Updated: (GERONIMO-2630) sun j2ee schemas are being redistributed in jsp and servlet specs

     [ http://issues.apache.org/jira/browse/GERONIMO-2630?page=all ]

Jarek Gawor updated GERONIMO-2630:
----------------------------------

    Attachment: Clean.java

Attached is a simple Java program that removes any xsd:annotation elements and XML comments from a specified xsd file. It can be useful for comparing hand-typed xsd files with original files without any comments or annotations. 

Compile:

javac Clean.java

Run:

java -cp . Clean jsp_2_0.xsd.sun > jsp_2_0.xsd.sun.clean

Compare:

diff -w jsp_2_0.xsd.typed  jsp_2_0.xsd.sun.clean



> sun j2ee schemas are being redistributed in jsp and servlet specs
> -----------------------------------------------------------------
>
>                 Key: GERONIMO-2630
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2630
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: specs
>    Affects Versions: 1.2, 2.0
>            Reporter: Kevan Miller
>         Assigned To: Kevan Miller
>            Priority: Blocker
>             Fix For: 1.2, 2.0
>
>         Attachments: Clean.java
>
>
> A variety of Sun J2EE xsd's and dtd's are being redistributed in our corba 3.0, jsp and servlet specs.
> We had the same problem in our j2ee-schema module a while back. Without written outhorization from Sun, we cannot redistribute these xsd's and dtd's.
> Here's a list of problem files, that I see:
> trunk/geronimo-corba_3.0_spec/src/main/idl/CosTransactions.idl:11://Copyright 1995-1996, Sun Microsystems, Inc.
> trunk/geronimo-jsp_2.0_spec/src/main/schema/jsp_2_0.xsd:18:      Copyright 2002 Sun Microsystems, Inc., 901 San Antonio
> trunk/geronimo-jsp_2.0_spec/src/main/schema/web-jsptaglibrary_2_0.xsd:19:      Copyright 2002 Sun Microsystems, Inc., 901 San Antonio
> trunk/geronimo-jsp_2.1_spec/src/main/schema/jsp_2_0.xsd:34:      Copyright 2002 Sun Microsystems, Inc., 901 San Antonio
> trunk/geronimo-jsp_2.1_spec/src/main/schema/jsp_2_1.xsd:35:      Copyright 2003-2005 Sun Microsystems, Inc.
> trunk/geronimo-jsp_2.1_spec/src/main/schema/web-jsptaglibrary_2_0.xsd:35:      Copyright 2003 Sun Microsystems, Inc., 901 San Antonio
> trunk/geronimo-jsp_2.1_spec/src/main/schema/web-jsptaglibrary_2_1.xsd:36:      Copyright 2003-2005 Sun Microsystems, Inc.
> trunk/geronimo-servlet_2.4_spec/src/main/schema/j2ee_1_4.xsd:18:      Copyright 2002 Sun Microsystems, Inc., 901 San Antonio
> trunk/geronimo-servlet_2.4_spec/src/main/schema/j2ee_web_services_1_1.xsd:18:      Copyright 2002 Sun Microsystems, Inc., 901 San Antonio
> trunk/geronimo-servlet_2.4_spec/src/main/schema/j2ee_web_services_client_1_1.xsd:18:      Copyright 2002 Sun Microsystems, Inc., 901 San Antonio
> trunk/geronimo-servlet_2.4_spec/src/main/schema/web-app_2_3.dtd:2:Copyright 2000-2001 Sun Microsystems, Inc. 901 San Antonio Road,
> trunk/geronimo-servlet_2.4_spec/src/main/schema/web-app_2_3.dtd:38:Copyright 2000-2001 Sun Microsystems, Inc.,
> trunk/geronimo-servlet_2.4_spec/src/main/schema/web-app_2_4.xsd:18:      Copyright 2002 Sun Microsystems, Inc., 901 San Antonio
> trunk/geronimo-servlet_2.5_spec/src/main/java/javax/servlet/http/package.html:6:  Copyright 2001 Sun Microsystems, Inc. All Rights Reserved.
> trunk/geronimo-servlet_2.5_spec/src/main/java/javax/servlet/package.html:6:  Copyright 2001 Sun Microsystems, Inc. All Rights Reserved.
> trunk/geronimo-servlet_2.5_spec/src/main/schema/j2ee_1_4.xsd:34:      Copyright 2002 Sun Microsystems, Inc., 901 San Antonio
> trunk/geronimo-servlet_2.5_spec/src/main/schema/j2ee_web_services_1_1.xsd:34:      Copyright 2002 Sun Microsystems, Inc., 901 San Antonio
> trunk/geronimo-servlet_2.5_spec/src/main/schema/j2ee_web_services_client_1_1.xsd:34:      Copyright 2002 Sun Microsystems, Inc., 901 San Antonio
> trunk/geronimo-servlet_2.5_spec/src/main/schema/web-app_2_3.dtd:18:Copyright 2000-2001 Sun Microsystems, Inc. 901 San Antonio Road,
> trunk/geronimo-servlet_2.5_spec/src/main/schema/web-app_2_3.dtd:54:Copyright 2000-2001 Sun Microsystems, Inc.,
> trunk/geronimo-servlet_2.5_spec/src/main/schema/web-app_2_4.xsd:34:      Copyright 2002 Sun Microsystems, Inc., 901 San Antonio

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira