aslom 2002/12/11 20:36:09 Modified: java/lib/jaxrpc README.txt java/lib/saaj README.txt Added: java/lib/ant LICENSE.txt README.txt ant_1_5_1beta.jar optional_1_5_1beta.jar java/lib/apache_soap README.txt apache_soap_2_3_1.jar java/lib/axis README.txt axis_1_0-ant.jar axis_1_0.jar servlet22-LICENSE.txt servlet22-README.txt servlet22.jar java/lib/commons_discovery README.txt commons-discovery.jar java/lib/commons_logging README.txt commons-logging.jar java/lib/j2ee README.txt java/lib/jaxrpc jaxrpc_1_1.jar java/lib/jms_api jms_1_1.jar java/lib/log4j log4j-1.2.4.jar java/lib/saaj saaj_1_1.jar java/lib/soaprmi11 LICENSE.txt soaprmi11.jar java/lib/wsdl4j README.txt qname-from-wsdl4j-20021124.jar wsdl4j-20021124.jar java/lib/xerces2 xercesImpl_2_2_1.jar xmlParserAPIs_2_2_1.jar Log: added all kinds of JAR files to simplify WSIF usage for new users (JARs that could not be added due to license restrictions have placeolder directory with README file describing how to get them) Revision Changes Path 1.1 xml-axis-wsif/java/lib/ant/LICENSE.txt Index: LICENSE.txt =================================================================== /* * ============================================================================ * The Apache Software License, Version 1.1 * ============================================================================ * * Copyright (C) 1999 The Apache Software Foundation. All rights reserved. * * Redistribution and use in source and binary forms, with or without modifica- * tion, 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 "Ant" 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 * [EMAIL PROTECTED] * * 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 (INCLU- * DING, 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/>. * */ 1.1 xml-axis-wsif/java/lib/ant/README.txt Index: README.txt =================================================================== Contains all that is required to build package with ANT For more details please see: http://jakarta.apache.org/ant/ and doownlaod ant and oprional jar files 1.1 xml-axis-wsif/java/lib/ant/ant_1_5_1beta.jar <<Binary file>> 1.1 xml-axis-wsif/java/lib/ant/optional_1_5_1beta.jar <<Binary file>> 1.1 xml-axis-wsif/java/lib/apache_soap/README.txt Index: README.txt =================================================================== Download soap.jar from http://xml.apache.org/soap/ 1.1 xml-axis-wsif/java/lib/apache_soap/apache_soap_2_3_1.jar <<Binary file>> 1.1 xml-axis-wsif/java/lib/axis/README.txt Index: README.txt =================================================================== Download from http://xml.apache.org/axis/ NOTE: AXIS 1.0 version even on client side needs servlet JAR file or you get this exception: (upcoming 1.1 version should have this fixed) Exception in thread "main" java.lang.NoClassDefFoundError: javax/servlet/ServletContext at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclaredMethods(Class.java:1613) at java.lang.Class.getMethod0(Class.java:1732) at java.lang.Class.getDeclaredMethod(Class.java:1219) at org.apache.commons.discovery.tools.ClassUtils.findPublicStaticMethod(ClassUtils.java:112) at org.apache.axis.configuration.EngineConfigurationFactoryFinder.newFactory(EngineConfigura tionFactoryFinder.java:214) at org.apache.axis.configuration.EngineConfigurationFactoryFinder.access$300(EngineConfigura tionFactoryFinder.java:92) at org.apache.axis.configuration.EngineConfigurationFactoryFinder$1.run(EngineConfigurationF actoryFinder.java:179) at java.security.AccessController.doPrivileged(Native Method) at org.apache.axis.configuration.EngineConfigurationFactoryFinder.newFactory(EngineConfigura tionFactoryFinder.java:148) at org.apache.axis.configuration.EngineConfigurationFactoryFinder.newFactory(EngineConfigura tionFactoryFinder.java:204) at org.apache.axis.client.Service.<init>(Service.java:111) at org.apache.axis.client.Call.<init>(Call.java:270) at org.apache.wsif.providers.soap.apacheaxis.WSIFPort_ApacheAxis.getCall(Unknown Source) at org.apache.wsif.providers.soap.apacheaxis.WSIFOperation_ApacheAxis.invokeRequestResponseO peration(Unknown Source) at org.apache.wsif.providers.soap.apacheaxis.WSIFOperation_ApacheAxis.executeRequestResponse Operation(Unknown Source) at clients.DynamicInvoker.invokeMethod(Unknown Source) at clients.DynamicInvoker.main(Unknown Source) 1.1 xml-axis-wsif/java/lib/axis/axis_1_0-ant.jar <<Binary file>> 1.1 xml-axis-wsif/java/lib/axis/axis_1_0.jar <<Binary file>> 1.1 xml-axis-wsif/java/lib/axis/servlet22-LICENSE.txt Index: servlet22-LICENSE.txt =================================================================== /* * $Header: /home/cvs/xml-axis-wsif/java/lib/axis/servlet22-LICENSE.txt,v 1.1 2002/12/12 04:36:08 aslom Exp $ * $Revision: 1.1 $ * $Date: 2002/12/12 04:36:08 $ * * ==================================================================== * * The Apache Software License, Version 1.1 * * Copyright (c) 1999 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 acknowlegement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." * Alternately, this acknowlegement may appear in the software itself, * if and wherever such third-party acknowlegements normally appear. * * 4. The names "The Jakarta Project", "Tomcat", 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 [EMAIL PROTECTED] * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written * permission of the Apache Group. * * 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/>. * */ 1.1 xml-axis-wsif/java/lib/axis/servlet22-README.txt Index: servlet22-README.txt =================================================================== Servlet API (this one taken from our deployement target Tomcat 3.2.x). Any other JAR comptible with this servlet API could be used. For details please see: http://java.sun.com/products/servlet/ 1.1 xml-axis-wsif/java/lib/axis/servlet22.jar <<Binary file>> 1.1 xml-axis-wsif/java/lib/commons_discovery/README.txt Index: README.txt =================================================================== Download from http://jakarta.apache.org 1.1 xml-axis-wsif/java/lib/commons_discovery/commons-discovery.jar <<Binary file>> 1.1 xml-axis-wsif/java/lib/commons_logging/README.txt Index: README.txt =================================================================== Download from http://jakarta.apache.org 1.1 xml-axis-wsif/java/lib/commons_logging/commons-logging.jar <<Binary file>> 1.1 xml-axis-wsif/java/lib/j2ee/README.txt Index: README.txt =================================================================== If you need to use EJB and JCA you will need to put some of J2EE APIs here to compile WSIF with support for J2EE. For example see: http://java.sun.com/j2ee/download.html and put j2ee.jar here 1.2 +3 -1 xml-axis-wsif/java/lib/jaxrpc/README.txt Index: README.txt =================================================================== RCS file: /home/cvs/xml-axis-wsif/java/lib/jaxrpc/README.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- README.txt 14 Oct 2002 16:54:56 -0000 1.1 +++ README.txt 12 Dec 2002 04:36:08 -0000 1.2 @@ -1 +1,3 @@ -http://java.sun.com/xml/jaxrpc/ +needed by AXIS http://xml.apache.org/axis/ +taken from AXIS binary distributution (lib\ subdirectory) +read more about it at http://java.sun.com/xml/jaxrpc/ 1.1 xml-axis-wsif/java/lib/jaxrpc/jaxrpc_1_1.jar <<Binary file>> 1.1 xml-axis-wsif/java/lib/jms_api/jms_1_1.jar <<Binary file>> 1.1 xml-axis-wsif/java/lib/log4j/log4j-1.2.4.jar <<Binary file>> 1.2 +3 -1 xml-axis-wsif/java/lib/saaj/README.txt Index: README.txt =================================================================== RCS file: /home/cvs/xml-axis-wsif/java/lib/saaj/README.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- README.txt 14 Oct 2002 16:54:56 -0000 1.1 +++ README.txt 12 Dec 2002 04:36:09 -0000 1.2 @@ -1 +1,3 @@ -http://java.sun.com/xml/saaj/ +needed by AXIS http://xml.apache.org/axis/ +taken from AXIS binary distributution (lib\ subdirectory) +read more about it at http://java.sun.com/xml/saaj/ 1.1 xml-axis-wsif/java/lib/saaj/saaj_1_1.jar <<Binary file>> 1.1 xml-axis-wsif/java/lib/soaprmi11/LICENSE.txt Index: LICENSE.txt =================================================================== Indiana University Extreme! Lab Software License Version 1.1 Copyright (c) 2001 Extreme! Lab, Indiana University. 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 Indiana University Extreme! Lab (http://www.extreme.indiana.edu/)." Alternately, this acknowledgment may appear in the software itself, if and wherever such third-party acknowledgments normally appear. 4. The names "Indiana Univeristy" and "Indiana Univeristy Extreme! Lab" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact http://www.extreme.indiana.edu/. 5. Products derived from this software may not use "Indiana Univeristy" name nor may "Indiana Univeristy" appear in their name, without prior written permission of the Indiana University. 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 AUTHORS, COPYRIGHT HOLDERS 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. 1.1 xml-axis-wsif/java/lib/soaprmi11/soaprmi11.jar <<Binary file>> 1.1 xml-axis-wsif/java/lib/wsdl4j/README.txt Index: README.txt =================================================================== checked out (date in filename) from WSDL4J CVS and compile http://www-124.ibm.com/developerworks/projects/wsdl4j/ 1.1 xml-axis-wsif/java/lib/wsdl4j/qname-from-wsdl4j-20021124.jar <<Binary file>> 1.1 xml-axis-wsif/java/lib/wsdl4j/wsdl4j-20021124.jar <<Binary file>> 1.1 xml-axis-wsif/java/lib/xerces2/xercesImpl_2_2_1.jar <<Binary file>> 1.1 xml-axis-wsif/java/lib/xerces2/xmlParserAPIs_2_2_1.jar <<Binary file>>