You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by al...@apache.org on 2014/01/19 20:20:35 UTC

svn commit: r1559560 - in /juddi/trunk: juddi-gui/src/main/resources/org/apache/juddi/webconsole/resources/ juddiv3-war/src/main/resources/org/apache/juddi/adminconsole/resources/

Author: alexoree
Date: Sun Jan 19 19:20:35 2014
New Revision: 1559560

URL: http://svn.apache.org/r1559560
Log:
JUDDI-795 updated the documentation, no problem were found

Modified:
    juddi/trunk/juddi-gui/src/main/resources/org/apache/juddi/webconsole/resources/web.properties
    juddi/trunk/juddi-gui/src/main/resources/org/apache/juddi/webconsole/resources/web_es.properties
    juddi/trunk/juddiv3-war/src/main/resources/org/apache/juddi/adminconsole/resources/web.properties
    juddi/trunk/juddiv3-war/src/main/resources/org/apache/juddi/adminconsole/resources/web_es.properties

Modified: juddi/trunk/juddi-gui/src/main/resources/org/apache/juddi/webconsole/resources/web.properties
URL: http://svn.apache.org/viewvc/juddi/trunk/juddi-gui/src/main/resources/org/apache/juddi/webconsole/resources/web.properties?rev=1559560&r1=1559559&r2=1559560&view=diff
==============================================================================
--- juddi/trunk/juddi-gui/src/main/resources/org/apache/juddi/webconsole/resources/web.properties (original)
+++ juddi/trunk/juddi-gui/src/main/resources/org/apache/juddi/webconsole/resources/web.properties Sun Jan 19 19:20:35 2014
@@ -168,7 +168,7 @@ items.dsigs=Digital Signatures
 items.service.browser=Service Browser
 items.tmodel.browser=tModel Browser
 items.dsigs.description=This page will enable you to digitally sign a UDDI entity using a Java Applet and an X509 Digital Certificate. Windows and MacOS are supported.
-items.settings.description=Administrators can use this page to change the way this UDDI browser is configured, such as endpoint URLs, SSL stores, authentication mechanisms and more. Note: not all settings are editable. The "save" function may not be available in all deployments.
+items.settings.description=Administrators can use this page to change the way this UDDI browser is configured, such as endpoint URLs, SSL stores, authentication mechanisms and more. Note: not all settings are editable. The "save" function may not be available in all deployments. Note: After clicking on 'Save', there may be up to a 5-10 second delay before the changes are reflected. In addition, you may have to restart the container in order for the changes to be in effect. This page is experimental in nature. To best results, edit the configuration files directly and restart the container.
 pages.tmodelpart.title=tModel Key Generators (Partitions)
 pages.tmodelpart.content=TModel Key Generators are a special kind of tModel that enables you to define new tModels with any arbitrary tModel prefix that you want. For example, if you wanted a tModel defined as "uddi:www.mycompany.com:ServiceAuthenticationMethod", you would first have to create a tModel key generator with the value of "uddi:www.mycompany.com:keyGenerator". This is part of the UDDI specification and acts as a governance mechanism. You can also create a tModel Key Generator by using the Creat tModel menu option and by adding the appropriate settings.
 pages.tmodelpart.juddinote=For jUDDI implementations of UDDI, the "root" account cannot be used to create a keyGenerator.

Modified: juddi/trunk/juddi-gui/src/main/resources/org/apache/juddi/webconsole/resources/web_es.properties
URL: http://svn.apache.org/viewvc/juddi/trunk/juddi-gui/src/main/resources/org/apache/juddi/webconsole/resources/web_es.properties?rev=1559560&r1=1559559&r2=1559560&view=diff
==============================================================================
--- juddi/trunk/juddi-gui/src/main/resources/org/apache/juddi/webconsole/resources/web_es.properties (original)
+++ juddi/trunk/juddi-gui/src/main/resources/org/apache/juddi/webconsole/resources/web_es.properties Sun Jan 19 19:20:35 2014
@@ -170,7 +170,7 @@ items.dsigs=Firmas Digitales
 items.service.browser=Servicio Explorar
 items.tmodel.browser=tModel Explorar
 items.dsigs.description=Esta p\u00e1gina le permitir\u00e1 firmar digitalmente una entidad UDDI mediante un applet de Java y un certificado X509 Digital. Windows y MacOS son compatibles.
-items.settings.description=Los administradores pueden utilizar esta p\u00e1gina para cambiar la forma en que est\u00e1 configurado el navegador UDDI, como direcciones URL de punto final, tiendas de SSL, los mecanismos de autenticaci\u00f3n y m\u00e1s. Nota: no todos los ajustes se pueden modificar. La funci\u00f3n "Guardar" puede no estar disponible en todas las implementaciones.
+items.settings.description=Los administradores pueden utilizar esta p\u00e1gina para cambiar la forma en que este navegador UDDI se configura, como direcciones URL de punto final, tiendas de SSL, mecanismos de autenticaci\u00f3n y m\u00e1s. Nota: no todos los ajustes se pueden editar. La funci\u00f3n "salvar" puede no estar disponible en todas las implementaciones. Nota: Despu\u00e9s de hacer clic en "Guardar", puede haber hasta un segundo de retardo 5-10 antes de que se reflejan los cambios. Adem\u00e1s, es posible que tenga que reiniciar el contenedor para que los cambios sean en efecto. Esta p\u00e1gina es de car\u00e1cter experimental. Para mejores resultados, editar los archivos de configuraci\u00f3n directamente y reinicie el contenedor.
 pages.tmodelpart.title=tModel clave Generadores (particiones)
 pages.tmodelpart.content=Generadores TModel clave son un tipo especial de tModel que permite definir nuevas estructuras tModel con cualquier prefijo arbitrario tModel que desea. Por ejemplo, si usted quiere un tModel define como "uddi: www.mycompany.com:ServiceAuthenticationMethod", primero tendr\u00eda que crear un generador de claves tModel con el valor de "uddi: www.mycompany.com:keyGenerator". Esto es parte de la especificaci\u00f3n UDDI y act\u00faa como un mecanismo de gobernanza. Tambi\u00e9n puede crear un generador de claves tModel mediante la opci\u00f3n de men\u00fa tModel Creat y a\u00f1adiendo los valores adecuados.
 pages.tmodelpart.juddinote=Para implementaciones jUDDI de UDDI, la cuenta "root" no se puede utilizar para crear un keygenerator.

Modified: juddi/trunk/juddiv3-war/src/main/resources/org/apache/juddi/adminconsole/resources/web.properties
URL: http://svn.apache.org/viewvc/juddi/trunk/juddiv3-war/src/main/resources/org/apache/juddi/adminconsole/resources/web.properties?rev=1559560&r1=1559559&r2=1559560&view=diff
==============================================================================
--- juddi/trunk/juddiv3-war/src/main/resources/org/apache/juddi/adminconsole/resources/web.properties (original)
+++ juddi/trunk/juddiv3-war/src/main/resources/org/apache/juddi/adminconsole/resources/web.properties Sun Jan 19 19:20:35 2014
@@ -169,7 +169,7 @@ items.dsigs=Digital Signatures
 items.service.browser=Service Browser
 items.tmodel.browser=tModel Browser
 items.dsigs.description=This page will enable you to digitally sign a UDDI entity using a Java Applet and an X509 Digital Certificate. Windows and MacOS are supported.
-items.settings.description=Administrators can use this page to change the way this UDDI browser is configured, such as endpoint URLs, SSL stores, authentication mechanisms and more.
+items.settings.description=Administrators can use this page to change the way this UDDI browser is configured, such as endpoint URLs, SSL stores, authentication mechanisms and more. Note: not all settings are editable. The "save" function may not be available in all deployments. Note: After clicking on 'Save', there may be up to a 5-10 second delay before the changes are reflected. In addition, you may have to restart the container in order for the changes to be in effect. This page is experimental in nature. To best results, edit the configuration files directly and restart the container.
 pages.tmodelpart.title=tModel Key Generators (Partitions)
 pages.tmodelpart.content=TModel Key Generators are a special kind of tModel that enables you to define new tModels with any arbitrary tModel prefix that you want. For example, if you wanted a tModel defined as "uddi:www.mycompany.com:ServiceAuthenticationMethod", you would first have to create a tModel key generator with the value of "uddi:www.mycompany.com:keyGenerator". This is part of the UDDI specification and acts as a governance mechanism. You can also create a tModel Key Generator by using the Creat tModel menu option and by adding the appropriate settings.
 pages.tmodelpart.juddinote=For jUDDI implementations of UDDI, the "root" account cannot be used to create a keyGenerator.

Modified: juddi/trunk/juddiv3-war/src/main/resources/org/apache/juddi/adminconsole/resources/web_es.properties
URL: http://svn.apache.org/viewvc/juddi/trunk/juddiv3-war/src/main/resources/org/apache/juddi/adminconsole/resources/web_es.properties?rev=1559560&r1=1559559&r2=1559560&view=diff
==============================================================================
--- juddi/trunk/juddiv3-war/src/main/resources/org/apache/juddi/adminconsole/resources/web_es.properties (original)
+++ juddi/trunk/juddiv3-war/src/main/resources/org/apache/juddi/adminconsole/resources/web_es.properties Sun Jan 19 19:20:35 2014
@@ -170,7 +170,7 @@ items.dsigs=Firmas Digitales
 items.service.browser=Servicio Explorar
 items.tmodel.browser=tModel Explorar
 items.dsigs.description=Esta p\u00e1gina le permitir\u00e1 firmar digitalmente una entidad UDDI mediante un applet de Java y un certificado X509 Digital. Windows y MacOS son compatibles.
-items.settings.description=Los administradores pueden utilizar esta p\u00e1gina para cambiar la forma en que se configura este navegador UDDI, como direcciones URL de punto final, tiendas de SSL, los mecanismos de autenticaci\u00f3n y m\u00e1s.
+items.settings.description=Los administradores pueden utilizar esta p\u00e1gina para cambiar la forma en que este navegador UDDI se configura, como direcciones URL de punto final, tiendas de SSL, mecanismos de autenticaci\u00f3n y m\u00e1s. Nota: no todos los ajustes se pueden editar. La funci\u00f3n "salvar" puede no estar disponible en todas las implementaciones. Nota: Despu\u00e9s de hacer clic en "Guardar", puede haber hasta un segundo de retardo 5-10 antes de que se reflejan los cambios. Adem\u00e1s, es posible que tenga que reiniciar el contenedor para que los cambios sean en efecto. Esta p\u00e1gina es de car\u00e1cter experimental. Para mejores resultados, editar los archivos de configuraci\u00f3n directamente y reinicie el contenedor.
 pages.tmodelpart.title=tModel clave Generadores (particiones)
 pages.tmodelpart.content=Generadores TModel clave son un tipo especial de tModel que permite definir nuevas estructuras tModel con cualquier prefijo arbitrario tModel que desea. Por ejemplo, si usted quiere un tModel define como "uddi: www.mycompany.com:ServiceAuthenticationMethod", primero tendr\u00eda que crear un generador de claves tModel con el valor de "uddi: www.mycompany.com:keyGenerator". Esto es parte de la especificaci\u00f3n UDDI y act\u00faa como un mecanismo de gobernanza. Tambi\u00e9n puede crear un generador de claves tModel mediante la opci\u00f3n de men\u00fa tModel Creat y a\u00f1adiendo los valores adecuados.
 pages.tmodelpart.juddinote=Para implementaciones jUDDI de UDDI, la cuenta "root" no se puede utilizar para crear un keygenerator.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org