Repository: juddi Updated Branches: refs/heads/master 466e4438b -> 064a0d262
JUDDI-773 adding missing resources Project: http://git-wip-us.apache.org/repos/asf/juddi/repo Commit: http://git-wip-us.apache.org/repos/asf/juddi/commit/064a0d26 Tree: http://git-wip-us.apache.org/repos/asf/juddi/tree/064a0d26 Diff: http://git-wip-us.apache.org/repos/asf/juddi/diff/064a0d26 Branch: refs/heads/master Commit: 064a0d2625426cc370400025f6da9c212899cfb8 Parents: 466e443 Author: alex <[email protected]> Authored: Thu Feb 20 18:30:08 2014 -0500 Committer: alex <[email protected]> Committed: Thu Feb 20 18:30:08 2014 -0500 ---------------------------------------------------------------------- .../main/resources/juddi_install_data/UDDI_tModels.xml | 11 +++++++++++ juddi-core/src/main/resources/messages.properties | 9 +++++++++ 2 files changed, 20 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/juddi/blob/064a0d26/juddi-core/src/main/resources/juddi_install_data/UDDI_tModels.xml ---------------------------------------------------------------------- diff --git a/juddi-core/src/main/resources/juddi_install_data/UDDI_tModels.xml b/juddi-core/src/main/resources/juddi_install_data/UDDI_tModels.xml index 6cf0a95..50f524e 100644 --- a/juddi-core/src/main/resources/juddi_install_data/UDDI_tModels.xml +++ b/juddi-core/src/main/resources/juddi_install_data/UDDI_tModels.xml @@ -384,6 +384,17 @@ <keyedReference keyName="uddi-org:types:transport" keyValue="transport" tModelKey="uddi:uddi.org:categorization:types" /> </categoryBag> </tModel> + + <tModel tModelKey="uddi:uddi.org:transport:userfriendlysmtp"> + <name>Human Readable SMTP Email Deliveries</name> + <description>This is a jUDDI extension for providing SMTP based subscription alerts in a human readable fashion.</description> + + <categoryBag> + <keyedReference keyName="uddi-org:types:transport" keyValue="transport" tModelKey="uddi:uddi.org:categorization:types" /> + </categoryBag> + </tModel> + + <tModel tModelKey="uddi:uddi.org:transport:ftp"> <name>uddi-org:ftp</name> <description>File Transfer Protocol (FTP) based Web service http://git-wip-us.apache.org/repos/asf/juddi/blob/064a0d26/juddi-core/src/main/resources/messages.properties ---------------------------------------------------------------------- diff --git a/juddi-core/src/main/resources/messages.properties b/juddi-core/src/main/resources/messages.properties index 8b16eb0..c2e4f95 100644 --- a/juddi-core/src/main/resources/messages.properties +++ b/juddi-core/src/main/resources/messages.properties @@ -270,3 +270,12 @@ errors.local.operation.notidentified=The UDDI service operation could not be ide errors.local.inquiry.notsupported=The operation is not supported by the UDDI version 3 Inquiry API errors.local.publish.notsupported=The operation is not supported by the UDDI version 3 Publish API errors.local.security.notsupported=The operation is not supported by the UDDI version 3 Security API + + +notifications.smtp.default.subject=UDDI Subscription Notification for subscription + +notifications.smtp.userfriendly.subject=UDDI Subscription Notification for subscription +notifications.smtp.userfriendly.body=Hello %s,<br><br>You are currently registered to receive subscription updates in the UDDI Node <b>%s</b> for %s. A change was registered that triggered an update notification to be sent. The attachment contains the XML containing the details of the change.<br><br><b>Summary of changes</b>: <br><br>%s +#username +#node +#search results or a specific item --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
