owenb 2002/12/12 04:53:55
Modified: java/test/shop ShoppingCartTest.java
Log:
Removed javadoc references to com.ibm class names
Revision Changes Path
1.4 +0 -25 xml-axis-wsif/java/test/shop/ShoppingCartTest.java
Index: ShoppingCartTest.java
===================================================================
RCS file: /home/cvs/xml-axis-wsif/java/test/shop/ShoppingCartTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ShoppingCartTest.java 7 Dec 2002 12:33:46 -0000 1.3
+++ ShoppingCartTest.java 12 Dec 2002 12:53:55 -0000 1.4
@@ -80,31 +80,6 @@
* <LI>java.naming.provider.url (javax.naming.Context.PROVIDER_URL)</LI>
* <LI>java.naming.factory.initial
(javax.naming.Context.INITIAL_CONTEXT_FACTORY)</LI>
* </UL>
- * You may also require the following WSDL variable to be set:
- * <UL>
- *
<LI>javax.wsdl.factory.DefinitionFactory=com.ibm.wsdl.extensions.ejb.EJBDefinitionFactory</LI>
- * </UL>
- * Example settings for WebSphere Application Server 4.01:
- * <xmp>
- * java.naming.provider.url=iiop://localhost:900/
- * java.naming.factory.initial=com.ibm.websphere.naming.WsnInitialContextFactory
- *
javax.wsdl.factory.DefinitionFactory=com.ibm.wsdl.extensions.ejb.EJBDefinitionFactory
- * </xmp>
- * In order for location of the wsdl file to be configured more easily, the code
reads
- * the location of the <b>directory containing the wsif directory</b>, from a
properties
- * file. To take advantage of this, you need to create a file named
'wsif.properties' and put it
- * somewhere which appears on your classpath. The properties file requires the
following variable:
- * <UL>
- * <LI>wsif.path (path to the root directory)</LI>
- * </UL>
- * For example, on your machine you might have the following:
<b>C:\WebServices\</b>wsif\testcases\com\......."
- * in which case you would put the following in the properties file:
- * <xmp>
- * wsif.path=C:\\WebServices\\
- * </xmp>
- * NOTE: path seperators on Windows systems need to be "escaped" i.e. \\ not just \
- *
- * This test has been adapted from the ShoppingCart sample written by Gerhard Pfau.
*
* @author Owen Burroughs
*/