You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by na...@apache.org on 2010/09/12 21:58:19 UTC

svn commit: r996380 - in /tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release: CHANGES README RELEASE_NOTES bin/INSTALL bin/LICENSE bin/NOTICE src/BUILDING src/LICENSE src/NOTICE

Author: nash
Date: Sun Sep 12 19:58:18 2010
New Revision: 996380

URL: http://svn.apache.org/viewvc?rev=996380&view=rev
Log:
Update release documentation files for 1.6.1

Modified:
    tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/CHANGES
    tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/README
    tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/RELEASE_NOTES
    tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/bin/INSTALL
    tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/bin/LICENSE
    tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/bin/NOTICE
    tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/src/BUILDING
    tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/src/LICENSE
    tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/src/NOTICE

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/CHANGES
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/CHANGES?rev=996380&r1=996379&r2=996380&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/CHANGES (original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/CHANGES Sun Sep 12 19:58:18 2010
@@ -1,6 +1,35 @@
+Changes With Apache Tuscany SCA 1.6.1 September 2010 
+====================================================
+
+Fix the following JIRA issues (http://issues.apache.org/jira/browse/TUSCANY):
+TUSCANY-3639 Wire interceptors not created until binding interceptors have executed in Service wire
+TUSCANY-3634 JMS Session is not closed when replyDest is null, then OutOfMemoroy
+TUSCANY-3625 Issue converting case on methodName for WSDL-derived operation used with binding.ejb reference
+TUSCANY-3615 itest/implementation-osgi produces bundle cache errors
+TUSCANY-3589 Domain manager produces "get - Error getting data" message when doing a search
+TUSCANY-3588 NullPointerException when adding composite in Domain Manager GUI
+TUSCANY-3587 Domain manager produces "post - Error getting data" message when adding a composite
+TUSCANY-3569 PolicyConfigurationException: The are unfulfilled intents for binding in reference
+TUSCANY-3561 Domain manager throws policy exception if definitions.xml file is read after .composite file
+TUSCANY-3551 ClassCastException in SCA Store Tutorial Integration Test
+TUSCANY-3550 Build failure in itest/osgi-implementation DSInterfacesTestCase
+TUSCANY-3540 Axis2SCAReferenceBindingProvider throws exception if servlet host not present
+TUSCANY-3490 Tuscany SCA binary distribution doesn't include implementation.web support
+TUSCANY-3475 Travel sample launcher for payment-bpel hangs before returning
+TUSCANY-3466 Cannot stop component or its services and references if one of them fails to start
+TUSCANY-3193 Domain Manager GUI does not put <binding.sca> entries in generated node confiig files
+TUSCANY-242  SCDL loader should trim the whitespaces when the element text is parsed
+
+Other commits:
+r959912: Add java.net2 repository (needed for mimepull-1.2.jar)
+r959536: Add build-dependency.xml to svn:ignore list
+r959529: Fix incorrect name for tutorial-assets.jar
+r942469: Exclude junit 3.8 dependency brought in by wss4j and use junit 4.5 instead
+r921260: add ignores
+r915259: Correct the composite name
+
 Changes With Apache Tuscany SCA 1.6 January 2010 
 ==================================================
-
 Fix the following JIRA issues (http://issues.apache.org/jira/browse/TUSCANY):
 
 TUSCANY-3448 - SCA Property and Reference annotation processing in web application results in incorrect computed names
@@ -146,6 +175,7 @@ TUSCANY-2640 - Should use package(s) whe
 TUSCANY-2626 - Investigate why endpoint reference and wsdlLocation are not in the sca-binding-webservice.xsd schema file
 TUSCANY-2552 - Implement a search function for the domain manager home page
 
+
 Changes With Apache Tuscany SCA 1.5.1 October 2009 
 ==================================================
 
@@ -1341,4 +1371,4 @@ Changes With Apache Tuscany SCA 0.90 (in
       org.apache.tuscany.sca.http
 
 - For this point release a partial set of JavaDoc is provided to 
-  be filled out as we close on release 1.0
+  be filled out as we close on release 1.0
\ No newline at end of file

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/README
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/README?rev=996380&r1=996379&r2=996380&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/README (original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/README Sun Sep 12 19:58:18 2010
@@ -1,7 +1,7 @@
-Apache Tuscany SCA 1.6 January 2010 README
-=============================================
+Apache Tuscany SCA 1.6.1 September 2010 README
+==============================================
 
-Welcome to the Tuscany SCA 1.6 release. 
+Welcome to the Tuscany SCA 1.6.1 release. 
 
 See the RELEASE_NOTES file for information specific to this release.
 

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/RELEASE_NOTES
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/RELEASE_NOTES?rev=996380&r1=996379&r2=996380&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/RELEASE_NOTES (original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/RELEASE_NOTES Sun Sep 12 19:58:18 2010
@@ -1,4 +1,4 @@
-Apache Tuscany SCA 1.6 January 2010 Release Notes
+Apache Tuscany SCA 1.6.1 September 2010 Release Notes
 =====================================================
 
 Apache Tuscany provides a runtime based on the Service Component
@@ -9,7 +9,7 @@ of Open Composite Services Architecture 
 Overview
 --------
 
-     The Apache Tuscany SCA 1.6 release includes implementations of the
+     The Apache Tuscany SCA 1.6.1 release includes implementations of the
      main SCA specifications including:
 
         SCA Assembly Model V1.0

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/bin/INSTALL
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/bin/INSTALL?rev=996380&r1=996379&r2=996380&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/bin/INSTALL (original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/bin/INSTALL Sun Sep 12 19:58:18 2010
@@ -1,9 +1,9 @@
-Installing the Apache Tuscany SCA 1.6 January 2010 Release binary distribution
+Installing the Apache Tuscany SCA 1.6.1 September 2010 Release binary distribution
 ==================================================================================
 
 Unzip Tuscany binary distribution archive and you get the following:
 
-tuscany-sca-1.6        
+tuscany-sca-1.6.1        
    INSTALL       - this help file
    LICENSE       - the Apache License and any dependecy licenses
    NOTICE        - attribution notices associated with the licenses

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/bin/LICENSE
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/bin/LICENSE?rev=996380&r1=996379&r2=996380&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/bin/LICENSE (original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/bin/LICENSE Sun Sep 12 19:58:18 2010
@@ -202,24 +202,240 @@
    limitations under the License.
 
 
+===============================================================================================================
+
+APACHE TUSCANY SCA SUBCOMPONENTS:
+
+Apache Tuscany SCA for Java includes a number of subcomponents with
+separate copyright notices and license terms. Your use of these subcomponents
+is subject to the terms and conditions of the following licenses.
+
+================================================================================
+
+The tuscany-implementation-script jar temporarily includes one file under the following BSD license:
+
+ Copyright (c) 2006, Sun Microsystems, Inc.
+ All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without 
+ modification, are permitted provided that the following conditions are met:
+ 
+  - Redistributions of source code must retain the above copyright notice, this 
+    list of conditions and the following disclaimer.
+ 
+  - Redistributions in binary form must reproduce the above copyright notice, 
+    this list of conditions and the following disclaimer in the documentation 
+    and/or other materials provided with the distribution.
+ 
+  - Neither the name of the Sun Microsystems, Inc. nor the names of 
+    contributors may be used to endorse or promote products derived from this 
+    software without specific prior written permission.
+ 
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 
+ CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED 
+ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 
+ PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 
+ COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY 
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF 
+ USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE 
+ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH 
+ DAMAGE. 
+
+================================================================================
+
+The tuscany-assembly-xsd jar includes XSD files under the following SCA Collaboration license:
+
+(c) Copyright SCA Collaboration 2006, 2007
+
+License for the Service Component Architecture JavaDoc, Interface 
+Definition files and XSD files.
+
+The Service Component Architecture JavaDoc, Interface Definition files, 
+and XSD files are being provided by the copyright holders under the 
+following license. By using and/or copying this work, you agree that 
+you have read, understood and will comply with the following terms and 
+conditions:
+
+Permission to copy, display, make derivative works of, and distribute 
+the Service Component Architecture JavaDoc, Interface Definition Files 
+and XSD files (the "Artifacts") in any medium without fee or royalty is 
+hereby granted, provided that you include the following on ALL copies 
+of the Artifacts, or portions thereof, that you make: 
+
+1. A link or URL to the Artifacts at this location:
+http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications 
+
+2. The full text of this copyright notice as shown in the Artifacts.
+
+THE ARTIFACTS ARE PROVIDED "AS IS," AND THE AUTHORS MAKE NO 
+REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, REGARDING THE 
+ARTIFACTS AND THE IMPLEMENTATION OF THEIR CONTENTS, INCLUDING, BUT NOT 
+LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR 
+PURPOSE, NON-INFRINGEMENT OR TITLE.  
+
+THE AUTHORS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, 
+INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR RELATING TO ANY 
+USE OR DISTRIBUTION OF THE ARTIFACTS.
+
+The name and trademarks of the Authors may NOT be used in any manner, 
+including advertising or publicity pertaining to the Service Component 
+Architecture Specification or its contents without specific, written 
+prior permission. Title to copyright in the Service Component 
+Architecture Specification and the JavaDoc, Interface Definition Files 
+and XSD Files will at all times remain with the Authors.
+
+No other rights are granted by implication, estoppel or otherwise.
+
+Revision level 1.1, last updated on 2007/11/19
+
+================================================================================
+
+The tuscany-assembly-xsd jar includes files under the following copyright and license:
+
+Copyright (c) 2004 World Wide Web Consortium (Massachusetts Institute of Technology, 
+European Research Consortium for Informatics and Mathematics, Keio University). 
+All Rights Reserved. This work is distributed under the W3C(r) Software License [1] 
+in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied 
+warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+    [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
+
+W3C® SOFTWARE NOTICE AND LICENSE
+http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
+
+This work (and included software, documentation such as READMEs, or other related items) 
+is being provided by the copyright holders under the following license. By obtaining, 
+using and/or copying this work, you (the licensee) agree that you have read, understood, 
+and will comply with the following terms and conditions.
+
+Permission to copy, modify, and distribute this software and its documentation, with or 
+without modification, for any purpose and without fee or royalty is hereby granted, provided 
+that you include the following on ALL copies of the software and documentation or portions 
+thereof, including modifications:
+
+   1. The full text of this NOTICE in a location viewable to users of the redistributed or 
+      derivative work.
+   2. Any pre-existing intellectual property disclaimers, notices, or terms and conditions. 
+      If none exist, the W3C Software Short Notice should be included (hypertext is preferred,
+      text is permitted) within the body of any redistributed or derivative code.
+   3. Notice of any changes or modifications to the files, including the date changes were 
+      made. (We recommend you provide URIs to the location from which the code is derived.)
+
+THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO 
+REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES 
+OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR 
+DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER 
+RIGHTS.
+
+COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL 
+DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENTATION.
+
+The name and trademarks of copyright holders may NOT be used in advertising or publicity 
+pertaining to the software without specific, written prior permission. Title to copyright 
+in this software and any associated documentation will at all times remain with copyright 
+holders.
+
+================================================================================
+
+The tuscany-host-webapp and tuscany-sca-api jars include files under the following
+copyrights and license:
+
+Copyright Notices
+
+(C) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA Technologies,
+Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens AG., Software AG., Sybase
+Inc., TIBCO Software Inc., 2005, 2007. All rights reserved.
+
+(C) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA
+Technologies, Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens
+AG., Software AG., Sun Microsystems, Inc., Sybase Inc., TIBCO Software Inc., 2005, 2008. All rights reserved.
+
+License
+
+Permission to copy, display and distribute the Service Component Architecture Specification and/or
+portions thereof, without modification, in any medium without fee or royalty is hereby granted, provided
+that you include the following on ALL copies of the Service Component Architecture Specification, or
+portions thereof, that you make:
+
+1. A link or URL to the Service Component Architecture Specification at this location:
+· http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
+
+2. The full text of the copyright notice as shown in the Service Component Architecture Specification.
+
+BEA, Cape Clear, IBM, Interface21, IONA, Oracle, Primeton, Progress Software, Red Hat, Rogue Wave,
+SAP, Siemens, Software AG., Sun, Sybase, TIBCO (collectively, the "Authors") agree to grant you a
+royalty-free license, under reasonable, non-discriminatory terms and conditions to patents that they deem
+necessary to implement the Service Component Architecture Specification.
+
+THE Service Component Architecture SPECIFICATION IS PROVIDED "AS IS," AND THE
+AUTHORS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED,
+REGARDING THIS SPECIFICATION AND THE IMPLEMENTATION OF ITS CONTENTS,
+INCLUDING, BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
+PARTICULAR PURPOSE, NON-INFRINGEMENT OR TITLE.
+
+THE AUTHORS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL
+OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR RELATING TO ANY USE OR
+DISTRIBUTION OF THE Service Components Architecture SPECIFICATION.
+
+The name and trademarks of the Authors may NOT be used in any manner, including advertising or
+publicity pertaining to the Service Component Architecture Specification or its contents without specific,
+written prior permission. Title to copyright in the Service Component Architecture Specification
+will at all times remain with the Authors.
+
+No other rights are granted by implication, estoppel or otherwise.
+
 ===============================================================================
 
-APACHE TUSCANY SUBCOMPONENTS: 
+The tuscany-binding-jsonrpc-runtime and tuscany-implementation-web-runtime jars
+include the file jsonrpc.js which is under the following copyright and license:
+
+/*
+ * JSON-RPC JavaScript client
+ *
+ * $Id: jsonrpc.js,v 1.36.2.3 2006/03/08 15:09:37 mclark Exp $
+ *
+ * Copyright (c) 2003-2004 Jan-Klaas Kollhof
+ * Copyright (c) 2005 Michael Clark, Metaparadigm Pte Ltd
+ *
+ * This code is based on Jan-Klaas' JavaScript o lait library (jsolait).
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
-The Apache Tuscany binary distribution includes a number of subcomponents
-with separate copyright notices and license terms. Your use of the
-code for the these subcomponents is subject to the terms and
-conditions of the following licenses.                             
+/*
+ * Modifications for Apache Tuscany:
+ * - JSONRpcClient_createMethod changed so callback is last arg
+ */
 
 ===============================================================================
 
-The following components come under Apache Software License 1.1
+APACHE TUSCANY SCA REDISTRIBUTED FILES: 
 
- commons-discovery-0.2.jar
- commons-primitives-1.0.jar
+The Apache Tuscany SCA binary distribution includes a number of
+redistributed files with separate copyright notices and license terms.
+Your use of these redistributed files is subject to the terms and conditions
+of the following licenses.                             
 
-The following components come under Apache Software License 2.0
+===============================================================================
 
+The following files are redistributed in executable form under Apache Software License 2.0:
  abdera-client-0.4.0-incubating.jar
  abdera-core-0.4.0-incubating.jar
  abdera-extensions-html-0.4.0-incubating.jar
@@ -340,9 +556,83 @@ The following components come under Apac
  xml-resolver-1.1.jar
  xmlsec-1.4.2.jar
  XmlSchema-1.4.2.jar
+and are subject to the following copyrights:
+ XmlSchema-1.4.2.jar
+  - Portions Copyright 2006 International Business Machines Corp.
+ ode-bpel-api-1.1.1.jar
+  - Copyright 1999-2006 Intalio - This product includes software developed by Intalio (http://www.intalio.com)
+  - Copyright 2006 Sybase - This product includes software developed by Sybase.(http://www.sybase.com)
 
 ===============================================================================
-axion-1.0-M3-dev.jar 
+
+The files:
+ commons-discovery-0.2.jar
+ commons-primitives-1.0.jar
+are redistributed in executable form and are licensed under the following terms:
+
+/* ====================================================================
+ * The Apache Software License, Version 1.1
+ *
+ * Copyright (c) 2000 The Apache Software Foundation.  All rights
+ * reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. The end-user documentation included with the redistribution,
+ *    if any, must include the following acknowledgment:
+ *       "This product includes software developed by the
+ *        Apache Software Foundation (http://www.apache.org/)."
+ *    Alternately, this acknowledgment may appear in the software itself,
+ *    if and wherever such third-party acknowledgments normally appear.
+ *
+ * 4. The names "Apache" and "Apache Software Foundation" must
+ *    not be used to endorse or promote products derived from this
+ *    software without prior written permission. For written
+ *    permission, please contact apache@apache.org.
+ *
+ * 5. Products derived from this software may not be called "Apache",
+ *    nor may "Apache" appear in their name, without prior written
+ *    permission of the Apache Software Foundation.
+ *
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+ * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+ * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This software consists of voluntary contributions made by many
+ * individuals on behalf of the Apache Software Foundation.  For more
+ * information on the Apache Software Foundation, please see
+ * <http://www.apache.org/>.
+ *
+ * Portions of this software are based upon public domain software
+ * originally written at the National Center for Supercomputing Applications,
+ * University of Illinois, Urbana-Champaign.
+ */
+
+===============================================================================
+
+The file: 
+ axion-1.0-M3-dev.jar 
+is redistributed in executable form and is licensed under the following terms:
 
 Copyright (c) 2002-2003 Axion Development Team. All rights reserved.
  
@@ -398,7 +688,10 @@ License changes are to be determined by 
 Axion Development Team.
 
 ===============================================================================
-dom4j-1.6.1.jar
+
+The file: 
+ dom4j-1.6.1.jar
+is redistributed in executable form and is licensed under the following terms:
 
 Copyright 2001-2005 (C) MetaStuff, Ltd. All Rights Reserved.
 
@@ -443,17 +736,21 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
 
 ===============================================================================
 
-The EMF jars; 
-   codegen-2.2.3.jar 
-   codegen-ecore-2.2.3.jar
-   common-2.2.3.jar
-   ecore-2.2.3.jar
-   ecore-change-2.2.3.jar
-   ecore-xmi-2.2.3.jar
-   xsd-2.2.3.jar
-And AspectJ jars:
-   aspectjlib-1.6.2.jar
-   aspectjrt-1.6.2.jar
+The EMF files: 
+ codegen-2.2.3.jar 
+ codegen-ecore-2.2.3.jar
+ common-2.2.3.jar
+ ecore-2.2.3.jar
+ ecore-change-2.2.3.jar
+ ecore-xmi-2.2.3.jar
+ xsd-2.2.3.jar
+and AspectJ files:
+ aspectjlib-1.6.2.jar
+ aspectjrt-1.6.2.jar
+are redistributed in executable form, with source code available at
+ http://www.eclipse.org/modeling/emf/downloads/
+ http://www.eclipse.org/aspectj/downloads.php
+and are licensed under the following terms:
 
 Eclipse Public License - v 1.0
 
@@ -684,10 +981,12 @@ more than one year after the cause of ac
 its rights to a jury trial in any resulting litigation.
 
 ===============================================================================
-For Saxon including 
-   saxon-8.7.jar
-   saxon-dom-8.7.jar
-   saxon-xpath-8.7.jar
+
+The Saxon files: 
+ saxon-8.7.jar
+ saxon-dom-8.7.jar
+ saxon-xpath-8.7.jar
+are redistributed in executable form and are licensed under the following terms:
 
  MOZILLA PUBLIC LICENSE
 Version 1.0
@@ -823,7 +1122,9 @@ EXHIBIT A.
 
 ===============================================================================
 
-For the Rhino JavaScript engine js-1.6R7.jar:
+The Rhino JavaScript engine file:
+ js-1.6R7.jar
+is redistributed in executable form and is licensed under the following terms:
 
                           MOZILLA PUBLIC LICENSE
                                 Version 1.1
@@ -1297,7 +1598,10 @@ EXHIBIT A -Mozilla Public License.
 
 
 ===============================================================================
-Groovy (groovy-all-minimal-1.5.4.jar):
+
+The Groovy file:
+ groovy-all-minimal-1.5.4.jar
+is redistributed in executable form and is licensed under the following terms:
 
 /*
  $Id: LICENSE.txt 156 2003-09-26 17:36:37Z jstrachan $
@@ -1347,7 +1651,9 @@ Groovy (groovy-all-minimal-1.5.4.jar):
 
 ===============================================================================
 
-Jython (jython-2.2.jar):
+The Jython file:
+ jython-2.2.jar
+is redistributed in executable form and is licensed under the following terms:
 
 A. HISTORY OF THE SOFTWARE
 =======================
@@ -1494,16 +1800,22 @@ JPython version 1.1.x
 
 ===============================================================================
 
-The jars; 
-activation-1.1.jar, 
-jaxb-api-2.1.jar, 
-jaxb-impl-2.1.7.jar, 
-jaxb-xjc-2.1.7.jar, 
-jsr181-api-1.0-MR1.jar, 
-jsr250-api-1.0.jar, 
-jaxws-api-2.1.jar, 
-servlet-api-2.5.jar, 
-stax-api-1.0-2.jar
+The files: 
+ activation-1.1.jar, 
+ jaxb-api-2.1.jar, 
+ jaxb-impl-2.1.7.jar, 
+ jaxb-xjc-2.1.7.jar, 
+ jsr181-api-1.0-MR1.jar, 
+ jsr250-api-1.0.jar, 
+ jaxws-api-2.1.jar, 
+ servlet-api-2.5.jar, 
+ stax-api-1.0-2.jar
+are redistributed in executable form, with source code available at
+ https://jax-ws-sources.dev.java.net/source/browse/jax-ws-sources/
+ https://jaxb2-sources.dev.java.net/
+and are subject to the following copyright and license:
+
+    Copyright (c) 2006, Sun Microsystems, Inc.
 
 COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
 
@@ -1892,7 +2204,14 @@ COMMON DEVELOPMENT AND DISTRIBUTION LICE
 
 ===============================================================================
 
-JRuby (jruby-complete-1.1.3.jar), wsdl4j (wsdl4j-1.6.2.jar):
+The JRuby file:
+ jruby-complete-1.1.3.jar
+and wsdl4j file:
+ wsdl4j-1.6.2.jar
+are redistributed in executable form, with source code available at
+ http://jruby.org/
+ http://sourceforge.net/projects/wsdl4j/
+and are licensed under the following terms:
 
 Common Public License - v 1.0
 
@@ -1983,7 +2302,9 @@ This Agreement is governed by the laws o
 
 ===============================================================================
 
-backport-util-concurrent-3.1.jar:
+The file:
+ backport-util-concurrent-3.1.jar
+is redistributed in executable form and is licensed under the following terms:
 
 The software comprising backport-util-concurrent is based in large
 part on the code from JSR166, and the package dl.util.concurrent.
@@ -2033,7 +2354,10 @@ subject to the following license terms.
     facility."
 
 ===============================================================================
-rome-0.9.jar
+
+The file:
+ rome-0.9.jar
+is redistributed in executable form under the Apache 2.0 license with the following copyright:
 
 Copyright 2004 Sun Microsystems, Inc.
 
@@ -2050,7 +2374,10 @@ See the License for the specific languag
 limitations under the License.
 
 ===============================================================================
-jdom-1.0.jar :
+
+The file:
+ jdom-1.0.jar
+is redistributed in executable form and is licensed under the following terms:
 
 $Id: LICENSE.txt,v 1.11 2004/02/06 09:32:57 jhunter Exp $
 
@@ -2106,7 +2433,9 @@ $Id: LICENSE.txt,v 1.11 2004/02/06 09:32
 
 ========================================================================
 
-dwr-2.0.3.jar :
+The file:
+ dwr-2.0.3.jar
+is redistributed in executable form and is licensed under the following terms:
 
 /*
 * Copyright 2005 Joe Walker
@@ -2126,7 +2455,9 @@ dwr-2.0.3.jar :
 
 ==========================================================================
 
-dojotoolkit V1.3.0:
+The file:
+ dojotoolkit V1.3.0
+is redistributed in executable form and is licensed under the following terms:
 
 The "New" BSD License:
 **********************
@@ -2159,47 +2490,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 
 ================================================================================
 
-The module tuscany-implementation-script-1.6.jar temporarily includes    
-one file under the below BSD license with the following copyright:
-
- Copyright (c) 2006, Sun Microsystems, Inc.
- All rights reserved.
- 
-BSD license:
-
- Redistribution and use in source and binary forms, with or without 
- modification, are permitted provided that the following conditions are met:
- 
-  - Redistributions of source code must retain the above copyright notice, this 
-    list of conditions and the following disclaimer.
- 
-  - Redistributions in binary form must reproduce the above copyright notice, 
-    this list of conditions and the following disclaimer in the documentation 
-    and/or other materials provided with the distribution.
- 
-  - Neither the name of the Sun Microsystems, Inc. nor the names of 
-    contributors may be used to endorse or promote products derived from this 
-    software without specific prior written permission.
- 
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 
- CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED 
- WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 
- PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 
- COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY 
- DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 
- CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 
- PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF 
- USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
- CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE 
- OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH 
- DAMAGE. 
-
-================================================================================
-
-The serp-1.12.0.jar is distributed under the BSD license with the following copyright:
+The file:
+ serp-1.12.0.jar
+is redistributed in executable form under the BSD license with the following copyright:
 
  Copyright (c) 2002, A. Abram White
  All rights reserved.
@@ -2237,7 +2530,12 @@ BSD license:
  DAMAGE. 
 
 ================================================================================
-The javacc-3.2.jar, and howl-1.0.1-1.jar are distributed under the BSD license:
+
+The file:
+ javacc-3.2.jar
+is redistributed in executable form under the following copyright and BSD license:
+
+Copyright (c) 2003 Sun Microsystems, Inc. All  Rights Reserved.
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
@@ -2264,50 +2562,46 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBI
 
 ================================================================================
 
-The tuscany-assembly-xsd jar includes XSD files under the following SCA Collaboration license:
-
-License for the Service Component Architecture JavaDoc, Interface 
-Definition files and XSD files.
-
-The Service Component Architecture JavaDoc, Interface Definition files, 
-and XSD files are being provided by the copyright holders under the 
-following license. By using and/or copying this work, you agree that 
-you have read, understood and will comply with the following terms and 
-conditions:
-
-Permission to copy, display, make derivative works of, and distribute 
-the Service Component Architecture JavaDoc, Interface Definition Files 
-and XSD files (the "Artifacts") in any medium without fee or royalty is 
-hereby granted, provided that you include the following on ALL copies 
-of the Artifacts, or portions thereof, that you make: 
-
-1. A link or URL to the Artifacts at this location:
-http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications 
+The file:
+ howl-1.0.1-1.jar
+is redistributed in executable form under the following copyright and BSD license:
 
-2. The full text of this copyright notice as shown in the Artifacts.
+Copyright (c) 2004, Bull S.A.
 
-THE ARTIFACTS ARE PROVIDED "AS IS," AND THE AUTHORS MAKE NO 
-REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, REGARDING THE 
-ARTIFACTS AND THE IMPLEMENTATION OF THEIR CONTENTS, INCLUDING, BUT NOT 
-LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR 
-PURPOSE, NON-INFRINGEMENT OR TITLE.  
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
 
-THE AUTHORS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, 
-INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR RELATING TO ANY 
-USE OR DISTRIBUTION OF THE ARTIFACTS.
+  * Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+    
+  * Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+    
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
+CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-The name and trademarks of the Authors may NOT be used in any manner, 
-including advertising or publicity pertaining to the Service Component 
-Architecture Specification or its contents without specific, written 
-prior permission. Title to copyright in the Service Component 
-Architecture Specification and the JavaDoc, Interface Definition Files 
-and XSD Files will at all times remain with the Authors.
+================================================================================
 
-No other rights are granted by implication, estoppel or otherwise.
+The file:
+ tuscany-sdo-api-r2.1-1.1.1.jar
+is redistributed in executable form and is licensed under the following terms:
 
-Revision level 1.1, last updated on 2007/11/19
+(c) Copyright BEA Systems, Inc., International Business Machines Corporation, 
+Oracle Corporation, Primeton Technologies Ltd., Rogue Wave Software, SAP AG., 
+Software AG., Sun Microsystems, Sybase Inc., Xcalia, Zend Technologies, 
+2005, 2006. All rights reserved.
 
-================================================================================
 License for the Service Data Objects JavaDoc and Interface Definition files. (tuscany-sdo-api-r2.1-1.1.1.jar)
 
 These files being ...
@@ -2371,9 +2665,12 @@ permission. Title to copyright in the Se
 Authors.
 
 No other rights are granted by implication, estoppel or otherwise.
+
 ================================================================================
 
-The asm-3.1.jar:
+The file:
+ asm-3.1.jar
+is redistributed in executable form and is licensed under the following terms:
 
 Copyright (c) 2000-2005 INRIA, France Telecom
 All rights reserved.
@@ -2407,7 +2704,9 @@ THE POSSIBILITY OF SUCH DAMAGE.
 
 ================================================================================
 
-The jaxen-1.1.1.jar:
+The file:
+ jaxen-1.1.1.jar
+is redistributed in executable form and is licensed under the following terms:
 
  $Id: LICENSE.txt,v 1.5 2006/02/05 21:49:04 elharo Exp $
 
@@ -2440,77 +2739,11 @@ LIABILITY, WHETHER IN CONTRACT, STRICT L
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-================================================================================
-
-The tuscany-host-webapp and tuscany-sca-api jars include files under the following license:
-
-Permission to copy, display and distribute the Service Component Architecture Specification and/or
-portions thereof, without modification, in any medium without fee or royalty is hereby granted, provided
-that you include the following on ALL copies of the Service Component Architecture Specification, or
-portions thereof, that you make:
-
-1. A link or URL to the Service Component Architecture Specification at this location:
-· http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
-
-2. The full text of the copyright notice as shown in the Service Component Architecture Specification.
-
-BEA, Cape Clear, IBM, Interface21, IONA, Oracle, Primeton, Progress Software, Red Hat, Rogue Wave,
-SAP, Siemens, Software AG., Sun, Sybase, TIBCO (collectively, the "Authors") agree to grant you a
-royalty-free license, under reasonable, non-discriminatory terms and conditions to patents that they deem
-necessary to implement the Service Component Architecture Specification.
-THE Service Component Architecture SPECIFICATION IS PROVIDED "AS IS," AND THE
-AUTHORS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED,
-REGARDING THIS SPECIFICATION AND THE IMPLEMENTATION OF ITS CONTENTS,
-INCLUDING, BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
-PARTICULAR PURPOSE, NON-INFRINGEMENT OR TITLE.
-THE AUTHORS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL
-OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR RELATING TO ANY USE OR
-DISTRIBUTION OF THE Service Components Architecture SPECIFICATION.
-The name and trademarks of the Authors may NOT be used in any manner, including advertising or
-publicity pertaining to the Service Component Architecture Specification or its contents without specific,
-
-================================================================================
-
-The tuscany-assembly-xsd jar includes files under the following license:
-
-W3C® SOFTWARE NOTICE AND LICENSE
-http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
-
-This work (and included software, documentation such as READMEs, or other related items) 
-is being provided by the copyright holders under the following license. By obtaining, 
-using and/or copying this work, you (the licensee) agree that you have read, understood, 
-and will comply with the following terms and conditions.
-
-Permission to copy, modify, and distribute this software and its documentation, with or 
-without modification, for any purpose and without fee or royalty is hereby granted, provided 
-that you include the following on ALL copies of the software and documentation or portions 
-thereof, including modifications:
-
-   1. The full text of this NOTICE in a location viewable to users of the redistributed or 
-      derivative work.
-   2. Any pre-existing intellectual property disclaimers, notices, or terms and conditions. 
-      If none exist, the W3C Software Short Notice should be included (hypertext is preferred,
-      text is permitted) within the body of any redistributed or derivative code.
-   3. Notice of any changes or modifications to the files, including the date changes were 
-      made. (We recommend you provide URIs to the location from which the code is derived.)
-
-THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO 
-REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES 
-OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR 
-DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER 
-RIGHTS.
-
-COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL 
-DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENTATION.
-
-The name and trademarks of copyright holders may NOT be used in advertising or publicity 
-pertaining to the software without specific, written prior permission. Title to copyright 
-in this software and any associated documentation will at all times remain with copyright 
-holders.
-
 ==========================================================================================
 
-The htmlparser-1.0.5.jar includes files under the following licenses:
+The file:
+ htmlparser-1.0.5.jar
+is redistributed in executable form and includes files under the following licenses:
 
 This is for the HTML parser as a whole except the rewindable input stream,
 and the Live DOM Viewer. 
@@ -2599,4 +2832,3 @@ OUT OF OR IN CONNECTION WITH THE SOFTWAR
 THE SOFTWARE.
 
 ==========================================================================================
-

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/bin/NOTICE
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/bin/NOTICE?rev=996380&r1=996379&r2=996380&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/bin/NOTICE (original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/bin/NOTICE Sun Sep 12 19:58:18 2010
@@ -3,134 +3,3 @@ Copyright (c) 2005 - 2010 The Apache Sof
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
-
-This product includes/uses XmlSchema developed at 
-The Apache Software Foundation (http://ws.apache.org/commons/XmlSchema)
- Portions Copyright 2006 International Business Machines Corp.
-
-This product includes/uses ode-bpel-api-1.1 developed at
-The Apache Software Foundation (http://ode.apache.org)
- - Copyright 1999-2006 Intalio - This product includes software developed by Intalio (http://www.intalio.com)
- - Copyright 2006 Sybase - This product includes software developed by Sybase.(http://www.sybase.com)
-
-"This product includes software developed by the Spring Framework
- Project (http://www.springframework.org)."
-
-This product includes/uses the Jetty Servlet Engine (http://jetty.mortbay.org),
-developed by Mort Bay Consulting  (http://www.mortbay.com)
-
-This product includes/uses the Groovy Script Engine (http://groovy.codehaus.org/),
-Copyright 2003 (C) James Strachan and Bob Mcwhirter. All Rights Reserved.
-
-This product includes/uses the Axion : the Open Source Java Database (http://axion.tigris.org/)
- Copyright (c) 2002-2003 Axion Development Team. All rights reserved.
-
-This product includes/uses DOM4J : the flexible XML framework for java (http://www.dom4j.org/) 
- Copyright 2001-2005 (C) MetaStuff, Ltd. All Rights Reserved.
-
-This product includes/uses software, AOP alliance (http://aopalliance.sourceforge.net)
-License: Public Domain 
-
-This product includes/uses JSON-RPC-Java (http://oss.metaparadigm.com/jsonrpc/)
-
-This product includes/uses JSON-RPC JavaScript client (jsonrpc.js) 
- Copyright (c) 2003-2004 Jan-Klaas Kollhof
- Copyright (c) 2005 Michael Clark, Metaparadigm Pte Ltd
-
-This product includes software from the GlassFish project (https://glassfish.dev.java.net/)
-    Copyright (c) 2006, Sun Microsystems, Inc.
-    
-This product includes software from the Rome project (https://rome.dev.java.net/)
-    Copyright (c) 2006, Sun Microsystems, Inc.
-
-This product includes/uses the Eclipse Modeling Framework project (http://www.eclipse.org/emf/)
-
-This product includes/uses the Mozilla Rhino project (http://www.mozilla.org/rhino/)
-
-This product includes/uses the Sourceforge wsdl4j project (http://sourceforge.net/projects/wsdl4j/)i
-
-This product includes/uses the Codehaus JRuby project (http://jruby.codehaus.org/)
-
-This product includes/uses JDOM (http://www.jdom.org/)
- Copyright (C) 2000-2004 Jason Hunter & Brett McLaughlin. All rights reserved.
- 
-This product includes/uses DWR (http://getahead.org/dwr)
- Copyright 2005 Joe Walker. All rights reserved.
- 
-This product includes/uses dojotoolkit (http://dojotoolkit.org/)
- Copyright (c) 2005, The Dojo Foundation. All rights reserved.
-
-This product includes/uses Howl (http://howl.objectweb.org/)
- Copyright (c) 2004, Bull S.A.
-
-This product includes/uses axion (http://axion.tigris.org/)
- Copyright (c) 2002-2003 Axion Development Team.
-
-This product includes/uses javacc (https://javacc.dev.java.net/)
- Copyright (c) 2003 Sun Microsystems, Inc. All  Rights Reserved.
-
-The Program includes all or portions of the following software: "The 
-Saxon XSLT and XQuery Processor from Saxonica Limited" distributed under
-an MPL v1.0 license. Please refer to the homepage URL at 
-http://www.saxonica.com/.
-
-This product includes/uses Serp (http://serp.sourceforge.net/) under the BSD license:
- Copyright (c) 2002, A. Abram White. All rights reserved.
-
-This product also includes software under the BSD license
-with the following copyright:
- Copyright (c) 2006, Sun Microsystems, Inc. All rights reserved.
-
-This product includes software under the Service Component Architecture JavaDoc, 
-Interface Definition files and XSD files license.
-  (c) Copyright SCA Collaboration 2006, 2007
-
-This product includes software under the Service Data Objects JavaDoc and 
-Interface Definition file license
-
-(c) Copyright BEA Systems, Inc., International Business Machines Corporation, 
-Oracle Corporation, Primeton Technologies Ltd., Rogue Wave Software, SAP AG., 
-Software AG., Sun Microsystems, Sybase Inc., Xcalia, Zend Technologies, 
-2005, 2006. All rights reserved.
-
-This product includes/uses ASM (http://asm.objectweb.org)
-   Copyright (c) 2000-2005 INRIA, France Telecom
-   All rights reserved.
-
-This product includes/uses Jaxen (http://jaxen.codehaus.org/)
-   Copyright 2003-2006 The Werken Company. All Rights Reserved.
-
-This product also includes software under the Service Component Architecture specification license
-(see the LICENSE file contained in this distribution) with the following copyright
-
-(C) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA Technologies,
-37 Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens AG., Software AG., Sybase
-38 Inc., TIBCO Software Inc., 2005, 2007. All rights reserved.
-
-This product also includes software under the Service Component Architecture specification license
-(see the LICENSE file contained in this distribution) with the following copyright
-
-(C) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA
-Technologies, Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens
-AG., Software AG., Sun Microsystems, Inc., Sybase Inc., TIBCO Software Inc., 2005, 2008. All rights reserved.
-
-This product also includes software under the W3C(r) Software License
-(see the LICENSE file contained in this distribution), with the following
-copyright:
-
-Copyright (c) 2004 World Wide Web Consortium (Massachusetts Institute of Technology, 
-European Research Consortium for Informatics and Mathematics, Keio University). 
-All Rights Reserved. This work is distributed under the W3C(r) Software License [1] 
-in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied 
-warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-    [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
-
-This product includes/uses htmlparser (http://about.validator.nu/htmlparser/)
- * Copyright (c) 2005, 2006, 2007 Henri Sivonen
- * Copyright (c) 2007-2008 Mozilla Foundation
- * Portions of comments Copyright 2004-2007 Apple Computer, Inc., Mozilla 
- * Foundation, and Opera Software ASA.
- * Copyright (c) 2001-2003 Thai Open Source Software Center Ltd
- * All rights reserved.
- * Copyright (c) 2000, 2006, 2008 Ian Hickson and various contributors

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/src/BUILDING
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/src/BUILDING?rev=996380&r1=996379&r2=996380&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/src/BUILDING (original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/src/BUILDING Sun Sep 12 19:58:18 2010
@@ -1,41 +1,45 @@
-Building the Apache Tuscany SCA 1.6 January 2010 Release source distribution
+Building the Apache Tuscany SCA 1.6.1 September 2010 Release source distribution
 ================================================================================
 
 Initial Setup
 -------------
 
-1) Install J2SE 5.0 SDK, which can be downloaded from 
-   http://java.sun.com/j2se/1.5.0/download.jsp. Use version of 1.5.0_06 JDK or higher.
+1) Install either of the following:
+   a) Java SE 5.0 SDK (version 1.5.0_22 or higher), which can be downloaded from
+      http://java.sun.com/j2se/1.5.0/download.jsp
+   b) Java SE 6.0 SDK (version 1.6.0_07 or higher), which can be downloaded from
+      http://java.sun.com/javase/downloads
 
-2) Make sure that your JAVA_HOME environment variable is set to the newly installed 
+2) Make sure that your JAVA_HOME environment variable is set to the installed 
    JDK location, and that your PATH includes %JAVA_HOME%\bin (windows) or 
    $JAVA_HOME$/bin (unix).
 
-3) Install Maven 2.0.7 or higher, which can be downloaded from 
+3) Install Maven 2.0.10 or higher, which can be downloaded from 
    http://maven.apache.org/download.html. Make sure that your PATH includes 
-   the MVN_HOME/bin directory. 
+   the $M2_HOME$/bin directory. 
 
-4) Make sure that your MAVEN_OPTS environment variable has -Xmx128M (or more),
-   you can manually do this by executing the following in your prompt :
+4) Make sure that your MAVEN_OPTS environment variable has -Xmx128m (or more)
+   and -XX:MaxPermSize=256m (or more). You can do this manually by executing
+   the following in your prompt:
    Windows users:
-      set MAVEN_OPTS=-Xmx128M
+     set MAVEN_OPTS=-Xmx128m -XX:MaxPermSize=256m
    Unix users:
-      export MAVEN_OPTS=-Xmx128M
+     export MAVEN_OPTS=-Xmx128m -XX:MaxPermSize=256m
 
 
 Building
 --------
 
-1) Change to the top level directory of Apache Tuscany source distribution.
+1) Change to the top level directory of the Apache Tuscany SCA source distribution.
 2) Run
 
 	$> mvn
 
-   This will compile Apache Tuscany and run all of the tests in the source
+   This will compile Apache Tuscany SCA and run all of the tests in the source
    distribution. 
 
    Depending on the load of remote Maven 2.0 repositories, you may have 
-   to run "mvn" several times utill the required dependencies are 
+   to run 'mvn' several times utill the required dependencies are 
    all located in your local maven repository. It usually takes some time for 
    maven to download required dependencies in the first build. Once all the 
    dependencies have been downloaded you may use the -o option to run maven
@@ -50,6 +54,6 @@ Building the distributions
 
 	$> mvn
 
-   This will build the binary and source distribution with .zip and .gz 
+   This will build the binary and source distributions with .zip and .gz 
    formats in the distribution/target directory.
 

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/src/LICENSE
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/src/LICENSE?rev=996380&r1=996379&r2=996380&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/src/LICENSE (original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/src/LICENSE Sun Sep 12 19:58:18 2010
@@ -204,19 +204,22 @@
 
 ===============================================================================================================
 
-Apache Tuscany SCA for Java Subcomponents
-=========================================: 
+APACHE TUSCANY SCA SUBCOMPONENTS:
 
-The Tuscany SCA for Java release includes a number of subcomponents with
-separate copyright notices and license terms. Your use of the source
-code for the these subcomponents is subject to the terms and
-conditions of the following licenses.
+Apache Tuscany SCA for Java includes a number of subcomponents with
+separate copyright notices and license terms. Your use of these subcomponents
+is subject to the terms and conditions of the following licenses.
 
 ===============================================================================================================
 
 The module itest/databindings/common includes the test schema; datagraph.xsd, sdoJava.xsd, and sdoModel.xsd
 under the following license:
 
+(c) Copyright BEA Systems, Inc., International Business Machines Corporation, 
+Oracle Corporation, Primeton Technologies Ltd., Rogue Wave Software, SAP AG., 
+Software AG., Sun Microsystems, Sybase Inc., Xcalia, Zend Technologies, 
+2005, 2006. All rights reserved.
+
 License for the Service Data Objects JavaDoc, Interface Definition files
 and XSD files.
 
@@ -299,6 +302,8 @@ The module implementation-script tempora
 
 The module assembly-xsd includes XSD files under the following SCA Collaboration license:
 
+(c) Copyright SCA Collaboration 2006, 2007
+
 License for the Service Component Architecture JavaDoc, Interface 
 Definition files and XSD files.
 
@@ -341,31 +346,34 @@ No other rights are granted by implicati
 Revision level 1.1, last updated on 2007/11/19
 
 =================================================================================================================
-The modules 
-
-binding-ws-xml
-databinding
-databinding-axiom
-databinding-jaxb
-databinding-json
-databinding-sdo
-databinding-sdo-axiom
-databinding-xmlbeans
-interface-wsdl-xml
 
-Include the ipo.xsd and address.xsd information from the XML Schema Primer 
+The modules:
+ binding-ws-xml
+ databinding
+ databinding-axiom
+ databinding-jaxb
+ databinding-json
+ databinding-sdo
+ databinding-sdo-axiom
+ databinding-xmlbeans
+ interface-wsdl-xml
+include the ipo.xsd and address.xsd information from the XML Schema Primer 
 (http://www.w3.org/TR/2004/PER-xmlschema-0-20040318/) combined into the 
 file ipo.xsd and extended with UK postcode structures.
 
-The module 
+The module: 
+ tuscany-assembly-xsd 
+includes the file wsdli.xsd from http://www.w3.org/2004/08/wsdl-instance
 
-tuscany-assembly-xsd 
+The ipo.xsd and wsdli.xsd files are included under the following license:
 
-Includes file wsdli.xsd
+Copyright (c) 2008 World Wide Web Consortium, (Massachusetts Institute of Technology, 
+European Research Consortium for Informatics and Mathematics, Keio University). 
+All Rights Reserved. This work is distributed under the W3C(c) Software License [1] in 
+the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied 
+warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
-From http://www.w3.org/2004/08/wsdl-instance
-
-The ipo.xsd and wsdli.xsd files are included under the following license:
+[1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
 
 W3C(c) SOFTWARE NOTICE AND LICENSE
 http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
@@ -406,7 +414,22 @@ times remain with copyright holders.
 
 =================================================================================================================
 
-The modules host-webapp and sca-api include files under the following license:
+The modules:
+ host-webapp
+ sca-api
+include files under the following copyrights and license:
+
+Copyright Notices
+
+(C) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA Technologies,
+Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens AG., Software AG., Sybase
+Inc., TIBCO Software Inc., 2005, 2007. All rights reserved.
+
+(C) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA
+Technologies, Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens
+AG., Software AG., Sun Microsystems, Inc., Sybase Inc., TIBCO Software Inc., 2005, 2008. All rights reserved.
+
+License
 
 Permission to copy, display and distribute the Service Component Architecture Specification and/or
 portions thereof, without modification, in any medium without fee or royalty is hereby granted, provided
@@ -422,13 +445,58 @@ BEA, Cape Clear, IBM, Interface21, IONA,
 SAP, Siemens, Software AG., Sun, Sybase, TIBCO (collectively, the "Authors") agree to grant you a
 royalty-free license, under reasonable, non-discriminatory terms and conditions to patents that they deem
 necessary to implement the Service Component Architecture Specification.
+
 THE Service Component Architecture SPECIFICATION IS PROVIDED "AS IS," AND THE
 AUTHORS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED,
 REGARDING THIS SPECIFICATION AND THE IMPLEMENTATION OF ITS CONTENTS,
 INCLUDING, BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
 PARTICULAR PURPOSE, NON-INFRINGEMENT OR TITLE.
+
 THE AUTHORS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL
 OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR RELATING TO ANY USE OR
 DISTRIBUTION OF THE Service Components Architecture SPECIFICATION.
+
 The name and trademarks of the Authors may NOT be used in any manner, including advertising or
 publicity pertaining to the Service Component Architecture Specification or its contents without specific,
+written prior permission. Title to copyright in the Service Component Architecture Specification
+will at all times remain with the Authors.
+
+No other rights are granted by implication, estoppel or otherwise.
+
+=================================================================================================================
+
+The modules:
+ binding-jsonrpc-runtime
+ implementation-web-runtime
+include the file jsonrpc.js under the following license:
+
+/*
+ * JSON-RPC JavaScript client
+ *
+ * $Id: jsonrpc.js,v 1.36.2.3 2006/03/08 15:09:37 mclark Exp $
+ *
+ * Copyright (c) 2003-2004 Jan-Klaas Kollhof
+ * Copyright (c) 2005 Michael Clark, Metaparadigm Pte Ltd
+ *
+ * This code is based on Jan-Klaas' JavaScript o lait library (jsolait).
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
+/*
+ * Modifications for Apache Tuscany:
+ * - JSONRpcClient_createMethod changed so callback is last arg
+ */
+
+=================================================================================================================

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/src/NOTICE
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/src/NOTICE?rev=996380&r1=996379&r2=996380&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/src/NOTICE (original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/src/NOTICE Sun Sep 12 19:58:18 2010
@@ -3,50 +3,3 @@ Copyright (c) 2005 - 2010 The Apache Sof
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
-
-This product includes/uses JSON-RPC JavaScript client (jsonrpc.js) 
- Copyright (c) 2003-2004 Jan-Klaas Kollhof
- Copyright (c) 2005 Michael Clark, Metaparadigm Pte Ltd
-
-This product also includes software under the BSD license 
-(see the LICENSE file contained in this distribution), with
-the following copyright:
-  Copyright (c) 2006, Sun Microsystems, Inc. All rights reserved.
-
-This product includes software under the Service Component Architecture JavaDoc, 
-Interface Definition files and XSD files license.
-  (c) Copyright SCA Collaboration 2006, 2007
-
-This product includes software under the Service Data Objects JavaDoc and 
-Interface Definition file license
-
-(c) Copyright BEA Systems, Inc., International Business Machines Corporation, 
-Oracle Corporation, Primeton Technologies Ltd., Rogue Wave Software, SAP AG., 
-Software AG., Sun Microsystems, Sybase Inc., Xcalia, Zend Technologies, 
-2005, 2006. All rights reserved.
-
-This product includes software under the W3C(c) Software License
-with the following copyright:
-    
-Copyright (c) 2008 World Wide Web Consortium, (Massachusetts Institute of Technology, 
-European Research Consortium for Informatics and Mathematics, Keio University). 
-All Rights Reserved. This work is distributed under the W3C(c) Software License [1] in 
-the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied 
-warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-[1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
-
-This product also includes software under the Service Component Architecture specification license
-(see the LICENSE file contained in this distribution) with the following copyright
-
-(C) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA Technologies,
-37 Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens AG., Software AG., Sybase
-38 Inc., TIBCO Software Inc., 2005, 2007. All rights reserved.
-
-This product also includes software under the Service Component Architecture specification license
-(see the LICENSE file contained in this distribution) with the following copyright
-
-(C) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA
-Technologies, Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens
-AG., Software AG., Sun Microsystems, Inc., Sybase Inc., TIBCO Software Inc., 2005, 2008. All rights reserved.
-