Note the redistributable components are listed in the release notes (the license listed below is not applicable to the components we ship, however it is also attached below) Java(TM) Web Services Developer Pack 1.3 Java(TM) Web Services Developer Pack 1.3 Release Notes Printable Page JAVATM WEB SERVICES DEVELOPER PACK 1.3 RELEASE NOTES Contents Supported Platforms Redistributable Components Nonredistributable Components Environment Variables Modifying Tomcat's and Xindice's Default Host and Port Settings Modifying the Default Logging Level Uninstalling Java WSDP 1.3 Known Issues The JavaTM Web Services Developer Pack (Java WSDP) is an all-in-one download containing key technologies to simplify building of Web services using the Java 2 Platform. For release notes for these technologies see: WS-I Sample Application 1.0 FCS Release Notes JSF 1.0 EA4 Release Notes XML and Web Services Security 1.0 EA2 JAXB 1.0.2 FCS Release Notes SAAJ 1.2 FCS Release Notes JAXP 1.2.4 FCS Release Notes JAXR 1.0.5 FCS JAX-RPC 1.1 FCS Release Notes JSTL 1.1 EA Release Notes Apache Tomcat 5 EA Release Notes Registry Server 1.0_06 FCS Release Notes Supported Platforms This release of the Java WSDP has been tested in various configurations with J2SE SDK versions 1.4.1_xx and 1.4.2_xx on the following platforms: SolarisTM 8 Operating System Solaris 9 Operating System Windows 2000 Professional Edition Windows XP Professional Edition RedHat Linux 8.0 Redistributable Components Redistribution of the entire Java WSDP is subject to this license. The following Java WSDP components are individually redistributable. Redistribution of a component entails the redistribution of all files comprising the component and any dependent components. Redistributable Component Files JAXP jaxp-api.jar, dom.jar, sax.jar, xalan.jar, xercesImpl.jar, xsltc.jar JAXB * JAXB JAR files (jaxb-api.jar, jaxb-impl.jar, jaxb-libs.jar, jaxb-xjc.jar), JAXP 1.1 or higher JAR files (jaxp-api.jar, sax.jar, dom.jar, xalan.jar), JWSDP Shared JAR files (jax-qname.jar, namespace.jar, xsdlib.jar, relaxngDataype.jar) JAX-RPC jaxrpc-api.jar, jaxrpc-impl.jar, jaxrpc-spi.jar, relaxngDatatype.jar, xsdlib.jar, JAXP, SAAJ, jcert.jar, jnet.jar, jsse.jar SAAJ saaj-api.jar, saaj-impl.jar, jaxp-api.jar, dom.jar, sax.jar, xalan.jar, xercesImpl.jar, activation.jar, mail.jar, servlet.jar JAXR jaxr-api.jar, jaxr-impl.jar, jaxb-api.jar, jaxb-impl.jar, jaxb-libs.jar, saaj-api.jar, saaj-impl.jar, jaxp-api.jar, dom.jar, sax.jar, xercesImpl.jar, activation.jar, jaas.jar, mail.jar, namespace.jar, relaxngDatatype.jar, xsdlib.jar * If the application will not be doing any compilation at runtime, the jaxb-xjc.jar file does not need to be redistributed with the application. Nonredistributable Components The following Java WSDP components are not redistributable. These components can only be used for designing, developing, and testing purposes. Note: EA components are never redistributable; FCS components usually are, but there are some exceptions which are noted in the table that follows. Nonredistributable Component Files Registry Server registry-server.war, xindice.jar Java XML & Web Services Security all JSF all JSTL all WS-I Sample Application all Tomcat all Environment Variables The JAVA_HOME environment variable is set to point to the version of the J2SE SDK you specify during installation. If you change your J2SE SDK installation, you will need to edit your jwsdp-sharedinsetenv.bat batch file or /jwsdp-shared/bin/setenv.sh and reset the JAVA_HOME environment variable. All other custom system properties can be set in the file /conf/jwsdp.properties as follows: http.proxyHost=webcache http.proxyPort=8080 You can override any of the properties in your file /conf/jwsdp.properties by using the -D... argument to any of the start scripts. For example, Unix: catalina.sh -Dhttp.proxyHost=webcache -Dhttp.proxyPort=8080 Microsoft Windows: catalina -Dhttp.proxyHost=webcache -Dhttp.proxyPort=8080 Modifying Tomcat's and Xindice's Default Host and Port Settings By default, Tomcat uses port 8080. There may be times when you need to change this setting. To start Tomcat on a nonstandard port, edit the following portion of the /conf/server.xml file, changing the default "8080" value (shown in bold below) to the new port number: --> To change the host and port that the JWSDP Registry Server uses to connect to Xindice, edit the following properties in the /jwsdp-shared/bin/launcher.xml file and uncomment them. The host and port must be the same as the Tomcat host and port. Modifying Tomcat's Default Logging Level The Java WSDP supports the Jakarta Commons Logging API. By default, the logging level for the technologies in the Java WSDP is set to warn. The following levels are available, in ascending order of granularity: fatal error warn info debug trace You can change the default level of logging for Tomcat. For example, to change the default level to debug, specify the following properties in your /conf/jwsdp.properties file. org.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog org.apache.commons.logging.simplelog.defaultlog=debug Logging output appears in the file /logs/jwsdp_log..txt. You can set the logging level for more than one logger by specifying additional properties. If applicable, see the release notes for individual technologies to learn how to set the logging level for each technology. The default logger, SimpleLog, assumes that logger names are hierarchical. To set a default log level for all the technologies with package names beginning with com.sun.xml, you can say: org.apache.commons.logging.log.com.sun.xml=info You could add another system property definition to specify logging for Tomcat classes. For example, use org.apache.commons.logging.log.org.apache.commons.digester=warn to receive only warnings from the Digester module that Tomcat uses to parse web.xml files. For more information about configuring logging, see the Jakarta Commons Logging API documentation. In particular, refer to the Package Description. Uninstalling Java WSDP 1.3 At some point, you may need to uninstall Java WSDP 1.3: On Microsoft Windows, select Start --> Programs --> Java(TM) Web Services Developer Pack 1.3 --> Uninstall. On Solaris and Linux, run the /uninstall.sh script. Known Issues Overriding the J2SE SDK 1.4.x JAXP Endorsed Classes For standalone Java applications to work with the Java WSDP, the JAXP classes built into JDK 1.4.x must be overridden. Overriding these classes is not necessary in order to run the bundled Tomcat server or the sample applications, since the provided scripts set the java.endorsed.dirs property. For JDK 1.4.x users, set the java.endorsed.dirs system property to: /jaxp/lib/endorsed Alternatively, create the directory: /jre/lib/endorsed and then copy the files in the /jaxp/lib/endorsed directory to the newly created directory. Note: If you are using a version of the J2SE SDK earlier than 1.4.2 on Windows, note that the JRE is installed in two places: under your J2SE SDK directory and under the C:Program Filesjre directory. If you copy the files in the /jaxp/lib/endorsed directory, make sure that you copy the JAXP JAR files into the jrelibendorsed directory in the directory structure from which you run java.exe. If you do not, the JAXP JAR files will not be found. Installer Doesn't Start Browser and Display Getting Started Page on Solaris On systems running the Sun Solaris operating system, when you click the View Getting Started button at the end of the Java WSDP installation, nothing happens if your Netscape browser isn't up and running. No error message is displayed. If you subsequently start your Netscape browser and click the button again, the Getting Started page is displayed. On systems running Microsoft Windows, the default browser is started if it is not already running. Trouble Creating a RemoteHostValve on a Local Machine with Admintool on Windows 2000 When you run Admintool in a browser locally (on the machine running the Java WSDP server), you cannot create a RemoteHostValve. You will get a validation error indicating that the admin's host name must be included even if you include both localhost and the actual host name in the "Allow these Hosts" field. However, if you run the Admintool in a browser from a remote system, this problem does not occur. This problem only occurs on systems running Windows 2000. Using the Java WSDP Registry Server with the S1AS Server To use applications that require UDDI v.2 functionality on the S1AS server, you should run the Java WSDP Registry Server from the Java WSDP by executing the /bin/startup.sh script (Solaris, Linux) or click on the Start menu and select Programs --> Java(TM) Web Services Developer Pack 1.3 --> Start Tomcat (Windows). The Java WSDP Registry Server is a Web application that is automatically started by the Tomcat container when the Java WSDP is running. S1AS7 applications can then reference the UDDI functionality in the Java WSDP Registry Server by using an endpoint of http://localhost:8080/RegistryServer. Note: Java WSDP 1.3 allows the default Tomcat host and port settings to be modified. In fact, applications running on the J2EE 1.4 Application Server must use a different endpoint to avoid a port conflict. See Modifying Tomcat's and Xindice's Default Host and Port Settings for information about modifying the appropriate properties. Using the Java WSDP Registry Server with J2SE SDK v1.3.1 The Java WSDP Registry Server sometimes returns incorrect search results for searches on the J2SE SDK v1.3.1. The Java WSDP Registry Server should not be used on the J2SE SDK, v1.3.1. The Java WSDP Registry Server returns correct results on the J2SE SDK, v1.4.x. Sun ONE Application Server 7 Version Required by the jwsdponsunone Integration Script The Java WSDP 1.3 components can be used with the Sun ONE Application Server 7, Standard Edition Update 1, Evaluation only version (with Sun ONE Studio 5, Standard Edition bundled). The jwsdponsunone integration script does not work with any other evaluation bundles. You can get these bundles for Windows 2000/XP and Linux on the http://wwws.sun.com/software/products/appsrvr/appsrvr_download.html page. For Solaris, you must get the bundle from this page saaj-simple and saaj-book Samples May Fail If Proxy Is Set If you start Tomcat with the HTTP Proxy host and port set, the saaj-simple and saaj-book examples will fail with the following error message only if the first time you attempt to run them, you do so from a browser on a different machine. Invalid Content-Type. Could be an error message instead of a SOAP message How your proxy server is configured determines whether or not this problem may occur. If you see this problem, edit the /jwsdp-1.3/jwsdp-shared/jwsdp.properties file and comment out the line that sets the host and port for the proxy server. Please send feedback on this Java WSDP release to jwsdp-feedback@sun.com. License for JWSDP 1.3: JAVA(TM) WEB SERVICES DEVELOPER PACK, VERSION 1.3 Sun Microsystems Inc. Software License Agreement SUN IS WILLING TO LICENSE THE ACCOMPANYING BINARY SOFTWARE IN MACHINE- READABLE FORM, TOGETHER WITH ACCOMPANYING DOCUMENTATION (COLLECTIVELY "SOFTWARE") TO YOU ONLY UPON THE CONDITION THAT YOU ACCEPT ALL OF THE TERMS AND CONDITION CONTAINED IN THIS SOFTWARE LICENSE AGREEMENT. READ THE TERMS AND CONDITIONS OF THIS SOFTWARE LICENSE AGREEMENT CAREFULLY BEFORE OPENING THE SOFTWARE MEDIA PACKAGE. BY OPENING THE SOFTWARE MEDIA PACKAGE, YOU AGREE TO THE TERMS OF THIS SOFTWARE LICENSE AGREEMENT. IF YOU ARE ACCESSING THE SOFTWARE ELECTRONICALLY, INDICATE YOUR ACCEPTANCE OF THESE TERMS BY SELECTING THE "ACCEPT" BUTTON AT THE END OF THIS SOFTWARE LICENSE AGREEMENT. IF YOU DO NOT AGREE TO ALL THESE TERMS, PROMPTLY RETURN THE UNUSED SOFTWARE TO YOUR PLACE OF PURCHASE FOR A REFUND OR, IF THE SOFTWARE IS ACCESSED ELECTRONICALLY, SELECT THE "DECLINE" BUTTON AT THE END OF THIS SOFTWARE LICENSE AGREEMENT. LICENSE TO EVALUATE EA SOFTWARE: The Binary Code License Agreement ("BCL") and the Evaluation Terms ("Evaluation Terms") below shall apply to the portions of the Software identified as Early Access in the Software's Release Notes . The BCL and the Evaluation Terms shall collectively be referred to as the Evaluation Agreement ("Evaluation Agreement"). LICENSE TO USE FCS SOFTWARE: The BCL and the Supplemental Terms ("Supplemental Terms") provided following the BCL shall apply to portions of the Software identified as FCS Software in the Software's Release Notes . BCL and the Supplemental Terms shall collectively be referred to as the Agreement ("Agreement"). EVALUATION TERMS The terms of the Evaluation Agreement shall apply to portions of Software identified as Early Access in the Software's Release Notes. These Evaluation Terms add to or modify the terms of the BCL. Capitalized terms not defined in these Evaluation Terms shall have the same meanings ascribed to them in the BCL. These Evaluation Terms shall supersede any inconsistent or conflicting terms in the BCL below, or in any license contained within the Software. I. LICENSE TO EVALUATE. Sun grants to you, a non-exclusive, non-transferable, royalty-free and limited license to use one (1) copy of the Software internally for the purposes of evaluation only for sixty (60) days after the date you download the Software from Sun ("Evaluation Period"). No license is granted to you for any other purpose. You may not sell, rent, loan or otherwise encumber or transfer the Software in whole or in part, to any third party. Licensee shall have no right to use the Software for productive or commercial use. II. DUTIES. You agree to evaluate and test the Software for use in your software environment and provide feedback to Sun in a manner reasonably requested by Sun. Any and all test results, error data, reports or other information, feedback or materials made or provided by you relating to Software (collectively, "Feedback") is the exclusive property of Sun and you hereby assigns all Feedback to Sun at no cost to Sun. Sun may use such Feedback in any manner and for any purpose, without limitation, liability or obligation to you. III. CONFIDENTIAL INFORMATION. For purposes of the Evaluation Agreement, "Confidential Information" means: (i) business and technical information and any source code or binary code, which Sun discloses to Licensee related to Software; (ii) Licensee's feedback based on Software; and (iii) the terms, conditions, and existence of this Agreement. Licensee may not disclose or use Confidential Information, except for the purposes specified in this Agreement. You will protect the Confidential Information with the same degree of care, but not less than a reasonable degree of care, as Licensee uses to protect its own Confidential Information. You must restrict access to Confidential Information to your employees or contractors with a need for access to perform their employment or contractual obligations and who have agreed in writing to be bound by a confidentiality obligation, which incorporates the protections and restrictions substantially as set forth in this Agreement. Your obligations regarding Confidential Information will expire no less than five (5) years from the date of receipt of the Confidential Information, except for Sun source code which will be protected in perpetuity. You agree that Software contains Sun trade secrets. Notwithstanding any provisions contained in this Agreement concerning nondisclosure and non-use of the Confidential Information, the nondisclosure obligations of this section will not apply to any portion of Confidential Information that you can demonstrate in writing is: (i) now, or hereafter through no act or failure to act on the part of you becomes, generally known to the public; (ii) known to you at the time of receiving the Confidential Information without an obligation of confidentiality; (iii) hereafter rightfully furnished to you by a third party without restriction on disclosure; or (iv) independently developed by you without any use of the Confidential Information. IV. TERMINATION AND/OR EXPIRATION. Upon expiration of the Evaluation Period, unless terminated earlier by Sun, you agree to immediately cease use of and destroy Software. Rights and obligations under this Agreement which by their nature should survive, will remain in effect after termination or expiration hereof. V. NO SUPPORT. Sun is under no obligation to support Software or to provide upgrades or error corrections ("Software Updates") to the Software. If Sun, at its sole option, supplies Software Updates to you, the Software Updates will be considered part of Software, and subject to the terms of this Agreement. VI. LIMITATION OF LIABILITY. Licensee acknowledges that the Software may be experimental and that the Software may have defects or deficiencies, which cannot or will not be corrected by Sun. Licensee will hold Sun harmless from any claims based on Licensee's use of the Software for any purposes other than those of internal evaluation, and from any claims that later versions or releases of any Software furnished to Licensee are incompatible with the Software provided to Licensee under this Agreement. VII. NO SUPPLEMENTAL TERMS. The Supplemental Terms following the BCL do not apply to the Evaluation Agreement. Portions of Software identified as Early Access in the Software's Release Notes may not be redistributed even if identified as Redistributable in the Software's Release Notes. VIII. Trademarks and Logos. You acknowledge and agree as between you and Sun that Sun owns the SUN, SOLARIS, JAVA, JINI, FORTE, and iPLANET trademarks and all SUN, SOLARIS, JAVA, JINI, FORTE, and iPLANET-related trademarks, service marks, logos and other brand designations ("Sun Marks"), and you agree to comply with the Sun Trademark and Logo Usage Requirements currently located at http://www.sun.com/policies/trademarks. Any use you make of the Sun Marks inures to Sun's benefit. IX. Source Code. Software may contain source code that is provided solely for reference purposes pursuant to the terms of this Agreement. Source code may not be redistributed unless expressly provided for in this Agreement. X. Third Party Licenses. Additional copyright notices and license terms applicable to portions of the software are set forth in the THIRDPARTYLICENSEREADME file. XI. Termination for Infringement. Either party may terminate this Agreement immediately should any Software become, or in either party's opinion be likely to become, the subject of a claim of infringement of any intellectual property right. Sun Microsystems, Inc. Binary Code License Agreement READ THE TERMS OF THIS AGREEMENT AND ANY PROVIDED SUPPLEMENTAL LICENSE TERMS (COLLECTIVELY "AGREEMENT") CAREFULLY BEFORE OPENING THE SOFTWARE MEDIA PACKAGE. BY OPENING THE SOFTWARE MEDIA PACKAGE, YOU AGREE TO THE TERMS OF THIS AGREEMENT. IF YOU ARE ACCESSING THE SOFTWARE ELECTRONICALLY, INDICATE YOUR ACCEPTANCE OF THESE TERMS BY SELECTING THE "ACCEPT" BUTTON AT THE END OF THIS AGREEMENT. IF YOU DO NOT AGREE TO ALL THESE TERMS, PROMPTLY RETURN THE UNUSED SOFTWARE TO YOUR PLACE OF PURCHASE FOR A REFUND OR, IF THE SOFTWARE IS ACCESSED ELECTRONICALLY, SELECT THE "DECLINE" BUTTON AT THE END OF THIS AGREEMENT. 1. LICENSE TO USE. Sun grants you a non-exclusive and non-transferable license for the internal use only of the accompanying software and documentation and any error corrections provided by Sun (collectively "Software"), by the number of users and the class of computer hardware for which the corresponding fee has been paid. 2. RESTRICTIONS. Software is confidential and copyrighted. Title to Software and all associated intellectual property rights is retained by Sun and/or its licensors. Except as specifically authorized in any Supplemental License Terms, you may not make copies of Software, other than a single copy of Software for archival purposes. Unless enforcement is prohibited by applicable law, you may not modify, decompile, or reverse engineer Software. Licensee acknowledges that Licensed Software is not designed or intended for use in the design, construction, operation or maintenance of any nuclear facility. Sun Microsystems, Inc. disclaims any express or implied warranty of fitness for such uses. No right, title or interest in or to any trademark, service mark, logo or trade name of Sun or its licensors is granted under this Agreement. 3. LIMITED WARRANTY. Sun warrants to you that for a period of ninety (90) days from the date of purchase, as evidenced by a copy of the receipt, the media on which Software is furnished (if any) will be free of defects in materials and workmanship under normal use. Except for the foregoing, Software is provided "AS IS". Your exclusive remedy and Sun's entire liability under this limited warranty will be at Sun's option to replace Software media or refund the fee paid for Software. 4. DISCLAIMER OF WARRANTY. UNLESS SPECIFIED IN THIS AGREEMENT, ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT ARE DISCLAIMED, EXCEPT TO THE EXTENT THAT THESE DISCLAIMERS ARE HELD TO BE LEGALLY INVALID. 5. LIMITATION OF LIABILITY. TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA, OR FOR SPECIAL, INDIRECT, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF OR RELATED TO THE USE OF OR INABILITY TO USE SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. In no event will Sun's liability to you, whether in contract, tort (including negligence), or otherwise, exceed the amount paid by you for Software under this Agreement. The foregoing limitations will apply even if the above stated warranty fails of its essential purpose. 6. Termination. This Agreement is effective until terminated. You may terminate this Agreement at any time by destroying all copies of Software. This Agreement will terminate immediately without notice from Sun if you fail to comply with any provision of this Agreement. Upon Termination, you must destroy all copies of Software. 7. Export Regulations. All Software and technical data delivered under this Agreement are subject to US export control laws and may be subject to export or import regulations in other countries. You agree to comply strictly with all such laws and regulations and acknowledge that you have the responsibility to obtain such licenses to export, re-export, or import as may be required after delivery to you. 8. U.S. Government Restricted Rights. If Software is being acquired by or on behalf of the U.S. Government or by a U.S. Government prime contractor or subcontractor (at any tier), then the Government's rights in Software and accompanying documentation will be only as set forth in this Agreement; this is in accordance with 48 CFR 227.7201 through 227.7202-4 (for Department of Defense (DOD) acquisitions) and with 48 CFR 2.101 and 12.212 (for non-DOD acquisitions). 9. Governing Law. Any action related to this Agreement will be governed by California law and controlling U.S. federal law. No choice of law rules of any jurisdiction will apply. 10. Severability. If any provision of this Agreement is held to be unenforceable, this Agreement will remain in effect with the provision omitted, unless omission would frustrate the intent of the parties, in which case this Agreement will immediately terminate. 11. Integration. This Agreement is the entire agreement between you and Sun relating to its subject matter. It supersedes all prior or contemporaneous oral or written communications, proposals, representations and warranties and prevails over any conflicting or additional terms of any quote, order, acknowledgment, or other communication between the parties relating to its subject matter during the term of this Agreement. No modification of this Agreement will be binding, unless in writing and signed by an authorized representative of each party. SUPPLEMENTAL LICENSE TERMS These supplemental license terms ("Supplemental Terms") add to or modify the terms of the Binary Code License Agreement (collectively, the "Agreement"). Capitalized terms not defined in these Supplemental Terms shall have the same meanings ascribed to them in the Agreement. These Supplemental Terms shall supersede any inconsistent or conflicting terms in the Agreement, or in any license contained within the Software. A. Software Internal Use and Development License Grant. Subject to the terms and conditions of this Agreement, including, but not limited to Section C (Java Technology Restrictions) of these Supplemental Terms, Sun grants you a non-exclusive, non-transferable, limited license to reproduce internally and use internally the binary form of the Software complete and unmodified for the purposes of designing, developing, testing, and running your Java applets and applications intended to run on the Java platform ("Programs"), except for certain files identified in the Software "Release Notes" file which may only be used for the purposes of designing, developing, and testing Programs. B. License to Distribute Software. Subject to the terms and conditions of this Agreement, including but not limited to Section C (Java Technology Restrictions) of these Supplemental Terms, Sun grants you a non-exclusive, non-transferable, limited license to reproduce and distribute the Software in binary code form only, provided that you (i) distribute the Software complete and unmodified and only bundled as part of your Programs, (ii) do not distribute additional software intended to replace any portion of the Software, (iii) do not remove or alter any proprietary legends or notices contained in the Software, (iv) only distribute the Software subject to a license agreement that protects Sun's interests consistent with the terms contained in this Agreement, (v) agree to defend and indemnify Sun and its licensors from and against any damages, costs, liabilities, settlement amounts and/or expenses (including attorneys' fees) incurred in connection with any claim, lawsuit or action by any third party that arises or results from the use or distribution of any and all Programs and/or Software, and (vi) include the following statement as part of product documentation (whether hard copy or electronic), as a part of a copyright page or proprietary rights notice page, in an "About" box or in any other form reasonably designed to make the statement visible to users of the Software: "This product includes code licensed from RSA Data Security". C. License to Distribute Redistributables. Subject to the terms and conditions of this Agreement, including but not limited to Section 4 (Java Technology Restrictions) of these Supplemental Terms, Sun grants you a non-exclusive, non-transferable, limited license to reproduce and distribute those components specifically identified as redistributable in the Software "Release Notes" file ("Redistributables") provided that: (i) you distribute the Redistributables complete and unmodified (unless otherwise specified in the applicable Release Notes file), and only bundled as part of your Programs, (ii) you do not distribute additional software intended to supersede any portion of the Redistributables, (iii) you do not remove or alter any proprietary legends or notices contained in or on the Redistributables, (iv) you only distribute the Redistributables pursuant to a license agreement that protects Sun's interests consistent with the terms contained in the Agreement, (v) you agree to defend and indemnify Sun and its licensors from and against any damages, costs, liabilities, settlement amounts and/or expenses (including attorneys' fees) incurred in connection with any claim, lawsuit or action by any third party that arises or results from the use or distribution of any and all Programs and/or Software, and (vi) if you distribute the Java Secure Socket Extension package, include the following statement as part of product documentation (whether hard copy or electronic), as a part of a copyright page or proprietary rights notice page, in an "About" box or in any other form reasonably designed to make the statement visible to users of the Software: "This product includes code licensed from RSA Data Security". D. Java Technology Restrictions. You may not modify the Java Platform Interface ("JPI", identified as classes contained within the "java" package or any subpackages of the "java" package), by creating additional classes within the JPI or otherwise causing the addition to or modification of the classes in the JPI. In the event that you create an additional class and associated API(s) which (i) extends the functionality of the Java platform, and (ii) is exposed to third party software developers for the purpose of developing additional software which invokes such additional API, you must promptly publish broadly an accurate specification for such API for free use by all developers. You may not create, or authorize your licensees to create, additional classes, interfaces, or subpackages that are in any way identified as "java", "javax", "sun" or similar convention as specified by Sun in any naming convention designation. E. Java Runtime Availability. Refer to the appropriate version of the Java Runtime Environment binary code license (currently located at http://www.java.sun.com/jdk/index.html) for the availability of runtime code which may be distributed with Java applets and applications. F. Trademarks and Logos. You acknowledge and agree as between you and Sun that Sun owns the SUN, SOLARIS, JAVA, JINI, FORTE, and iPLANET trademarks and all SUN, SOLARIS, JAVA, JINI, FORTE, and iPLANET-related trademarks, service marks, logos and other brand designations ("Sun Marks"), and you agree to comply with the Sun Trademark and Logo Usage Requirements currently located at http://www.sun.com/policies/trademarks. Any use you make of the Sun Marks inures to Sun's benefit. G. Source Code. Software may contain source code that is provided solely for reference purposes pursuant to the terms of this Agreement. Source code may not be redistributed unless expressly provided for in this Agreement. H. Third Party Licenses. Additional copyright notices and license terms applicable to portions of the software are set forth in the THIRDPARTYLICENSEREADME file. I. Termination for Infringement. Either party may terminate this Agreement immediately should any Software become, or in either party's opinion be likely to become, the subject of a claim of infringement of any intellectual property right. For inquiries please contact: Sun Microsystems, Inc. 4150 Network Circle, Santa Clara, California 95054.
Copyright © 2011 CA. All rights reserved. | このトピックについて CA Technologies に電子メールを送信する |