You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by di...@apache.org on 2005/04/12 13:33:54 UTC

cvs commit: ws-fx/sandesha/src/org/apache/sandesha Constants.java

dims        2005/04/12 04:33:54

  Modified:    sandesha/src/org/apache/sandesha Constants.java
  Log:
  fix the anonymous role URI
  
  Revision  Changes    Path
  1.40      +2 -1      ws-fx/sandesha/src/org/apache/sandesha/Constants.java
  
  Index: Constants.java
  ===================================================================
  RCS file: /home/cvs/ws-fx/sandesha/src/org/apache/sandesha/Constants.java,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- Constants.java	12 Apr 2005 10:21:57 -0000	1.39
  +++ Constants.java	12 Apr 2005 11:33:54 -0000	1.40
  @@ -17,6 +17,7 @@
   
   package org.apache.sandesha;
   
  +import org.apache.axis.message.addressing.util.AddressingUtils;
   
   /**
    * class Constants
  @@ -64,7 +65,7 @@
       public static final int CLIENT = 0;
   
       public interface WSA{
  -        public static final String NS_ADDRSSING_ANONYMOUS ="http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous";
  +        public static final String NS_ADDRESSING_ANONYMOUS = AddressingUtils.getAnonymousRoleURI();
       }