owenb       2002/12/12 04:54:52

  Modified:    java/test/shop Tag: pre1_2_0-patches ShoppingCartTest.java
  Log:
  Removed javadoc references to com.ibm class names
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.1   +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.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- ShoppingCartTest.java     25 Jun 2002 10:46:22 -0000      1.2
  +++ ShoppingCartTest.java     12 Dec 2002 12:54:52 -0000      1.2.2.1
  @@ -80,32 +80,7 @@
    * <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
    */
   
  
  
  


Reply via email to