You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by sv...@apache.org on 2005/02/01 03:48:02 UTC

cvs commit: ws-juddi/src/java juddi.dtd juddi.xml

sviens      2005/01/31 18:48:02

  Modified:    src/java juddi.dtd juddi.xml
  Log:
  Removed HTTP Proxy elements and attributes.
  
  Revision  Changes    Path
  1.3       +1 -12     ws-juddi/src/java/juddi.dtd
  
  Index: juddi.dtd
  ===================================================================
  RCS file: /home/cvs/ws-juddi/src/java/juddi.dtd,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- juddi.dtd	29 Jan 2005 04:01:57 -0000	1.2
  +++ juddi.dtd	1 Feb 2005 02:48:02 -0000	1.3
  @@ -12,8 +12,7 @@
   							   maxBusinessEntitiesPerUser?,
   							   maxBusinessServicesPerBusiness?,
   							   maxBindingTemplatesPerService?,
  -							   maxTModelsPerUser?,maxRowsLimit?,
  -							   http-proxy?,uddi-proxy?)>
  +							   maxTModelsPerUser?,maxRowsLimit?,uddi-proxy?)>
   
   <!--  -->     
   <!--  --> 
  @@ -98,16 +97,6 @@
   >
   
   <!--  -->
  -<!ELEMENT http-proxy EMPTY>
  -<!ATTLIST http-proxy
  -  enabled CDATA	#REQUIRED
  -  host CDATA #REQUIRED
  -  port CDATA #REQUIRED
  -  userName CDATA #REQUIRED
  -  password CDATA #REQUIRED
  ->
  -
  -<!--  -->
   <!ELEMENT param EMPTY>
   <!ATTLIST param
     name CDATA #REQUIRED
  
  
  
  1.3       +0 -8      ws-juddi/src/java/juddi.xml
  
  Index: juddi.xml
  ===================================================================
  RCS file: /home/cvs/ws-juddi/src/java/juddi.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- juddi.xml	29 Jan 2005 04:01:58 -0000	1.2
  +++ juddi.xml	1 Feb 2005 02:48:02 -0000	1.3
  @@ -56,14 +56,6 @@
   	<maxTModelsPerUser>100</maxTModelsPerUser>
   	<maxRowsLimit>10</maxRowsLimit>
   
  -	<!--  HTTP Proxy Configuration -->
  -	<http-proxy 
  -		enabled="false"
  -		host="proxy.viens.net"
  -		port="8000"
  -		userName="sviens"
  -		password="password"/>
  -	
   	<!-- jUDDI Proxy Configuration (used by RegistryProxy) -->
   	<uddi-proxy soapTransport="org.apache.juddi.proxy.AxisTransport"
   			inquiryURL="http://localhost:8080/juddi/inquiry"