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 2013/05/05 01:37:14 UTC

svn commit: r1479220 - in /juddi/trunk: juddi-core-openjpa/src/test/resources/ juddi-core/src/test/resources/ juddi-examples/uddi-annotations/src/main/webapp/WEB-INF/classes/ juddiv3-war/src/main/webapp/WEB-INF/classes/

Author: alexoree
Date: Sat May  4 23:37:13 2013
New Revision: 1479220

URL: http://svn.apache.org/r1479220
Log:
resolving JUDDI-591, adding sample settings to the config file

Modified:
    juddi/trunk/juddi-core-openjpa/src/test/resources/juddiv3.properties
    juddi/trunk/juddi-core/src/test/resources/juddiv3.properties
    juddi/trunk/juddi-examples/uddi-annotations/src/main/webapp/WEB-INF/classes/juddiv3.properties
    juddi/trunk/juddiv3-war/src/main/webapp/WEB-INF/classes/juddiv3.properties

Modified: juddi/trunk/juddi-core-openjpa/src/test/resources/juddiv3.properties
URL: http://svn.apache.org/viewvc/juddi/trunk/juddi-core-openjpa/src/test/resources/juddiv3.properties?rev=1479220&r1=1479219&r2=1479220&view=diff
==============================================================================
--- juddi/trunk/juddi-core-openjpa/src/test/resources/juddiv3.properties (original)
+++ juddi/trunk/juddi-core-openjpa/src/test/resources/juddiv3.properties Sat May  4 23:37:13 2013
@@ -87,4 +87,38 @@ juddi.auth.token.Timeout=15
 # tModelinstanceparms and anything else that references a KeyName
 # default value is true.
 # set to false for backwards compatibility or for a more lax registry
-juddi.validation.enforceReferentialIntegrity=true
\ No newline at end of file
+juddi.validation.enforceReferentialIntegrity=true
+
+#As of 3.1.5 Email delivery options for subscription API functions
+
+#uddi.mail.smtp.from
+##The Operator’s Email address
+
+#juddi.mail.smtp.host
+##The hostname of the SMTP server
+
+#juddi.mail.smtp.port
+##The portname of the SMTP server
+
+#juddi.mail.smtp.socketFactory.class
+##If set, specifies the name of a class that implements the javax.net.SocketFactory interface. This class will be used to create SMTP sockets.
+
+#juddi.mail.smtp.socketFactory.fallback
+##If set to true, failure to create a socket using the specified socket factory class will cause the socket to be created using the java.net.Socket class. Defaults to true.
+
+#juddi.mail.smtp.starttls.enable
+##if true, enables the use of the STARTTLS command (if supported by the server) to switch the connection to a TLS-protected connection before issuing any login commands. Note that an appropriate trust store must configured so that the client will trust the server’s certificate. Defaults to false.
+
+#juddi.mail.smtp.socketFactory.port
+##Specifies the port to connect to when using the specified socket factory. If not set, the default port will be used.
+
+#juddi.mail.smtp.auth
+##If true, attempt to authenticate the user using the AUTH command. Defaults to false.
+
+#juddi.mail.smtp.username
+##Username used to authenticate to the SMTP server
+##used only if juddi.mail.smtp.auth is true
+
+#juddi.mail.smtp.password
+##Password used to authenticate to the SMTP server
+##used only if juddi.mail.smtp.auth is true
\ No newline at end of file

Modified: juddi/trunk/juddi-core/src/test/resources/juddiv3.properties
URL: http://svn.apache.org/viewvc/juddi/trunk/juddi-core/src/test/resources/juddiv3.properties?rev=1479220&r1=1479219&r2=1479220&view=diff
==============================================================================
--- juddi/trunk/juddi-core/src/test/resources/juddiv3.properties (original)
+++ juddi/trunk/juddi-core/src/test/resources/juddiv3.properties Sat May  4 23:37:13 2013
@@ -85,4 +85,39 @@ juddi.auth.token.Timeout=15
 # tModelinstanceparms and anything else that references a KeyName
 # default value is true.
 # set to false for backwards compatibility or for a more lax registry
-juddi.validation.enforceReferentialIntegrity=true
\ No newline at end of file
+juddi.validation.enforceReferentialIntegrity=true
+
+
+#As of 3.1.5 Email delivery options for subscription API functions
+
+#uddi.mail.smtp.from
+##The Operator’s Email address
+
+#juddi.mail.smtp.host
+##The hostname of the SMTP server
+
+#juddi.mail.smtp.port
+##The portname of the SMTP server
+
+#juddi.mail.smtp.socketFactory.class
+##If set, specifies the name of a class that implements the javax.net.SocketFactory interface. This class will be used to create SMTP sockets.
+
+#juddi.mail.smtp.socketFactory.fallback
+##If set to true, failure to create a socket using the specified socket factory class will cause the socket to be created using the java.net.Socket class. Defaults to true.
+
+#juddi.mail.smtp.starttls.enable
+##if true, enables the use of the STARTTLS command (if supported by the server) to switch the connection to a TLS-protected connection before issuing any login commands. Note that an appropriate trust store must configured so that the client will trust the server’s certificate. Defaults to false.
+
+#juddi.mail.smtp.socketFactory.port
+##Specifies the port to connect to when using the specified socket factory. If not set, the default port will be used.
+
+#juddi.mail.smtp.auth
+##If true, attempt to authenticate the user using the AUTH command. Defaults to false.
+
+#juddi.mail.smtp.username
+##Username used to authenticate to the SMTP server
+##used only if juddi.mail.smtp.auth is true
+
+#juddi.mail.smtp.password
+##Password used to authenticate to the SMTP server
+##used only if juddi.mail.smtp.auth is true
\ No newline at end of file

Modified: juddi/trunk/juddi-examples/uddi-annotations/src/main/webapp/WEB-INF/classes/juddiv3.properties
URL: http://svn.apache.org/viewvc/juddi/trunk/juddi-examples/uddi-annotations/src/main/webapp/WEB-INF/classes/juddiv3.properties?rev=1479220&r1=1479219&r2=1479220&view=diff
==============================================================================
--- juddi/trunk/juddi-examples/uddi-annotations/src/main/webapp/WEB-INF/classes/juddiv3.properties (original)
+++ juddi/trunk/juddi-examples/uddi-annotations/src/main/webapp/WEB-INF/classes/juddiv3.properties Sat May  4 23:37:13 2013
@@ -101,4 +101,38 @@ juddi.auth.token.Timeout=15
 # tModelinstanceparms and anything else that references a KeyName
 # default value is true.
 # set to false for backword compatability or for a more lax registry
-juddi.validation.enforceReferentialIntegrity=false
\ No newline at end of file
+juddi.validation.enforceReferentialIntegrity=false
+
+#As of 3.1.5 Email delivery options for subscription API functions
+
+#uddi.mail.smtp.from
+##The Operator’s Email address
+
+#juddi.mail.smtp.host
+##The hostname of the SMTP server
+
+#juddi.mail.smtp.port
+##The portname of the SMTP server
+
+#juddi.mail.smtp.socketFactory.class
+##If set, specifies the name of a class that implements the javax.net.SocketFactory interface. This class will be used to create SMTP sockets.
+
+#juddi.mail.smtp.socketFactory.fallback
+##If set to true, failure to create a socket using the specified socket factory class will cause the socket to be created using the java.net.Socket class. Defaults to true.
+
+#juddi.mail.smtp.starttls.enable
+##if true, enables the use of the STARTTLS command (if supported by the server) to switch the connection to a TLS-protected connection before issuing any login commands. Note that an appropriate trust store must configured so that the client will trust the server’s certificate. Defaults to false.
+
+#juddi.mail.smtp.socketFactory.port
+##Specifies the port to connect to when using the specified socket factory. If not set, the default port will be used.
+
+#juddi.mail.smtp.auth
+##If true, attempt to authenticate the user using the AUTH command. Defaults to false.
+
+#juddi.mail.smtp.username
+##Username used to authenticate to the SMTP server
+##used only if juddi.mail.smtp.auth is true
+
+#juddi.mail.smtp.password
+##Password used to authenticate to the SMTP server
+##used only if juddi.mail.smtp.auth is true
\ No newline at end of file

Modified: juddi/trunk/juddiv3-war/src/main/webapp/WEB-INF/classes/juddiv3.properties
URL: http://svn.apache.org/viewvc/juddi/trunk/juddiv3-war/src/main/webapp/WEB-INF/classes/juddiv3.properties?rev=1479220&r1=1479219&r2=1479220&view=diff
==============================================================================
--- juddi/trunk/juddiv3-war/src/main/webapp/WEB-INF/classes/juddiv3.properties (original)
+++ juddi/trunk/juddiv3-war/src/main/webapp/WEB-INF/classes/juddiv3.properties Sat May  4 23:37:13 2013
@@ -95,4 +95,38 @@ juddi.auth.token.Timeout=15
 # tModelinstanceparms and anything else that references a KeyName
 # default value is true.
 # set to false for backwards compatibility or for a more lax registry
-juddi.validation.enforceReferentialIntegrity=true
\ No newline at end of file
+juddi.validation.enforceReferentialIntegrity=true
+
+#As of 3.1.5 Email delivery options for subscription API functions
+
+#uddi.mail.smtp.from
+##The Operator’s Email address
+
+#juddi.mail.smtp.host
+##The hostname of the SMTP server
+
+#juddi.mail.smtp.port
+##The portname of the SMTP server
+
+#juddi.mail.smtp.socketFactory.class
+##If set, specifies the name of a class that implements the javax.net.SocketFactory interface. This class will be used to create SMTP sockets.
+
+#juddi.mail.smtp.socketFactory.fallback
+##If set to true, failure to create a socket using the specified socket factory class will cause the socket to be created using the java.net.Socket class. Defaults to true.
+
+#juddi.mail.smtp.starttls.enable
+##if true, enables the use of the STARTTLS command (if supported by the server) to switch the connection to a TLS-protected connection before issuing any login commands. Note that an appropriate trust store must configured so that the client will trust the server’s certificate. Defaults to false.
+
+#juddi.mail.smtp.socketFactory.port
+##Specifies the port to connect to when using the specified socket factory. If not set, the default port will be used.
+
+#juddi.mail.smtp.auth
+##If true, attempt to authenticate the user using the AUTH command. Defaults to false.
+
+#juddi.mail.smtp.username
+##Username used to authenticate to the SMTP server
+##used only if juddi.mail.smtp.auth is true
+
+#juddi.mail.smtp.password
+##Password used to authenticate to the SMTP server
+##used only if juddi.mail.smtp.auth is true
\ No newline at end of file



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