Repository: juddi Updated Branches: refs/heads/JUDDI-241 962f8d851 -> 9d22690ee
http://git-wip-us.apache.org/repos/asf/juddi/blob/9d22690e/juddi-tomcat/juddi_install_data_node2/root_BusinessEntity.xml ---------------------------------------------------------------------- diff --git a/juddi-tomcat/juddi_install_data_node2/root_BusinessEntity.xml b/juddi-tomcat/juddi_install_data_node2/root_BusinessEntity.xml index 6c8b682..8c923d9 100644 --- a/juddi-tomcat/juddi_install_data_node2/root_BusinessEntity.xml +++ b/juddi-tomcat/juddi_install_data_node2/root_BusinessEntity.xml @@ -40,7 +40,7 @@ See below for other fields that you may want to edit... --> <businessEntity xmlns="urn:uddi-org:api_v3" xmlns:xml="http://www.w3.org/XML/1998/namespace" businessKey="uddi:another.juddi.apache.org:businesses-asf"> <!-- Change the name field to represent the name of your registry --> - <name xml:lang="en">An Apache jUDDI Node</name> + <name xml:lang="en">An Apache jUDDI Node (2)</name> <!-- Change the description field to provided a brief description of your registry --> <description xml:lang="en">This is a UDDI registry node as implemented by Apache jUDDI.</description> <discoveryURLs> http://git-wip-us.apache.org/repos/asf/juddi/blob/9d22690e/uddi-ws/src/main/java/org/uddi/repl_v3/NotifyChangeRecordsAvailable.java ---------------------------------------------------------------------- diff --git a/uddi-ws/src/main/java/org/uddi/repl_v3/NotifyChangeRecordsAvailable.java b/uddi-ws/src/main/java/org/uddi/repl_v3/NotifyChangeRecordsAvailable.java index f1fcfaa..dc5300d 100644 --- a/uddi-ws/src/main/java/org/uddi/repl_v3/NotifyChangeRecordsAvailable.java +++ b/uddi-ws/src/main/java/org/uddi/repl_v3/NotifyChangeRecordsAvailable.java @@ -55,6 +55,11 @@ import javax.xml.bind.annotation.XmlType; }) @XmlRootElement(name = "notify_changeRecordsAvailable") public class NotifyChangeRecordsAvailable implements Serializable{ + public NotifyChangeRecordsAvailable(){} + public NotifyChangeRecordsAvailable(String node, HighWaterMarkVectorType changesAvailable){ + this.notifyingNode = node; + this.changesAvailable = changesAvailable; + } @XmlTransient private static final long serialVersionUID = -8280288001706059769L; @XmlElement(required = true) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
