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/12/09 04:13:46 UTC

[25/28] juddi git commit: JUDDI-896 resolved a number of typos and formatting issues JUDDI-241 business, service, binding templates and models now replicate

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: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org