antelder    2002/06/18 04:11:54

  Modified:    java/src/org/apache/wsif WSIFConstants.java
  Log:
  Change the WSIFCorrelationService namspace to override th default correlation 
service to not use java:comp
  
  Revision  Changes    Path
  1.5       +1 -1      xml-axis-wsif/java/src/org/apache/wsif/WSIFConstants.java
  
  Index: WSIFConstants.java
  ===================================================================
  RCS file: /home/cvs/xml-axis-wsif/java/src/org/apache/wsif/WSIFConstants.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- WSIFConstants.java        12 Jun 2002 15:35:38 -0000      1.4
  +++ WSIFConstants.java        18 Jun 2002 11:11:54 -0000      1.5
  @@ -103,7 +103,7 @@
   
       // WSIFCorelationService registered JNDI name
       public static final String CORRELATION_SERVICE_NAMESPACE =
  -        "java:comp/wsif/WSIFCorrelationService";
  +        "wsif/WSIFCorrelationService";
   
       // JROM representation style     
       public static final String JROM_REPR_STYLE =
  
  
  


Reply via email to