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 2015/10/29 00:18:10 UTC

juddi git commit: JUDDI-940 fixing the portType declaration for our services.

Repository: juddi
Updated Branches:
  refs/heads/master bbf1cccd6 -> f0a1ae7f6


JUDDI-940 fixing the portType declaration for our services.


Project: http://git-wip-us.apache.org/repos/asf/juddi/repo
Commit: http://git-wip-us.apache.org/repos/asf/juddi/commit/f0a1ae7f
Tree: http://git-wip-us.apache.org/repos/asf/juddi/tree/f0a1ae7f
Diff: http://git-wip-us.apache.org/repos/asf/juddi/diff/f0a1ae7f

Branch: refs/heads/master
Commit: f0a1ae7f66fbbc828c0d7031afded9a1fb8623de
Parents: bbf1ccc
Author: Alex <al...@apache.org>
Authored: Wed Oct 28 19:18:04 2015 -0400
Committer: Alex <al...@apache.org>
Committed: Wed Oct 28 19:18:04 2015 -0400

----------------------------------------------------------------------
 .../src/main/java/org/apache/juddi/api/impl/UDDIInquiryImpl.java | 2 +-
 .../main/java/org/apache/juddi/api/impl/UDDIPublicationImpl.java | 2 +-
 .../main/java/org/apache/juddi/api/impl/UDDIReplicationImpl.java | 2 +-
 .../main/java/org/apache/juddi/api/impl/UDDISecurityImpl.java    | 2 +-
 .../java/org/apache/juddi/api/impl/UDDISubscriptionImpl.java     | 4 +---
 .../org/apache/juddi/api/impl/UDDISubscriptionListenerImpl.java  | 2 +-
 .../java/org/apache/juddi/api/impl/UDDIValueSetCachingImpl.java  | 1 -
 .../java/org/uddi/v3_service/UDDICustodyTransferPortType.java    | 2 +-
 .../src/main/java/org/uddi/v3_service/UDDIInquiryPortType.java   | 2 +-
 .../main/java/org/uddi/v3_service/UDDIPublicationPortType.java   | 2 +-
 .../main/java/org/uddi/v3_service/UDDIReplicationPortType.java   | 2 +-
 .../src/main/java/org/uddi/v3_service/UDDISecurityPortType.java  | 2 +-
 .../org/uddi/v3_service/UDDISubscriptionListenerPortType.java    | 2 +-
 .../main/java/org/uddi/v3_service/UDDISubscriptionPortType.java  | 2 +-
 .../java/org/uddi/v3_service/UDDIValueSetCachingPortType.java    | 2 +-
 .../java/org/uddi/v3_service/UDDIValueSetValidationPortType.java | 2 +-
 16 files changed, 15 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/juddi/blob/f0a1ae7f/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDIInquiryImpl.java
----------------------------------------------------------------------
diff --git a/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDIInquiryImpl.java b/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDIInquiryImpl.java
index 2f47e43..af2e32f 100644
--- a/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDIInquiryImpl.java
+++ b/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDIInquiryImpl.java
@@ -67,7 +67,7 @@ import org.uddi.v3_service.UDDIInquiryPortType;
  */
 @WebService(serviceName="UDDIInquiryService",   
 			endpointInterface="org.uddi.v3_service.UDDIInquiryPortType",
-			targetNamespace = "urn:uddi-org:v3_service")
+			targetNamespace = "urn:uddi-org:api_v3_portType")
 public class UDDIInquiryImpl extends AuthenticatedService implements UDDIInquiryPortType {
 
 

http://git-wip-us.apache.org/repos/asf/juddi/blob/f0a1ae7f/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDIPublicationImpl.java
----------------------------------------------------------------------
diff --git a/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDIPublicationImpl.java b/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDIPublicationImpl.java
index 3fe2f84..eb1885c 100644
--- a/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDIPublicationImpl.java
+++ b/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDIPublicationImpl.java
@@ -102,7 +102,7 @@ import org.uddi.v3_service.UDDIPublicationPortType;
  */
 @WebService(serviceName = "UDDIPublicationService",
         endpointInterface = "org.uddi.v3_service.UDDIPublicationPortType",
-        targetNamespace = "urn:uddi-org:v3_service")
+        targetNamespace = "urn:uddi-org:api_v3_portType")
 public class UDDIPublicationImpl extends AuthenticatedService implements UDDIPublicationPortType {
 
         private static Log log = LogFactory.getLog(UDDIInquiryImpl.class);

http://git-wip-us.apache.org/repos/asf/juddi/blob/f0a1ae7f/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDIReplicationImpl.java
----------------------------------------------------------------------
diff --git a/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDIReplicationImpl.java b/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDIReplicationImpl.java
index 3a1645b..92ef637 100644
--- a/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDIReplicationImpl.java
+++ b/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDIReplicationImpl.java
@@ -91,7 +91,7 @@ import org.uddi.v3_service.UDDIReplicationPortType;
  *
  * @author <a href="mailto:alexoree@apache.org">Alex O'Ree</a>
  */
-@WebService(serviceName = "UDDI_Replication_PortType", targetNamespace = "urn:uddi-org:repl_v3_portType",
+@WebService(serviceName = "UDDI_Replication_PortType", targetNamespace = "urn:uddi-org:api_v3_portType",
         endpointInterface = "org.uddi.v3_service.UDDIReplicationPortType")
 @XmlSeeAlso({
         org.uddi.custody_v3.ObjectFactory.class,

http://git-wip-us.apache.org/repos/asf/juddi/blob/f0a1ae7f/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDISecurityImpl.java
----------------------------------------------------------------------
diff --git a/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDISecurityImpl.java b/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDISecurityImpl.java
index 7a2a0cb..24077c5 100644
--- a/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDISecurityImpl.java
+++ b/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDISecurityImpl.java
@@ -50,7 +50,7 @@ import org.apache.juddi.v3.error.UnknownUserException;
  */
 @WebService(serviceName="UDDISecurityService", 
 			endpointInterface="org.uddi.v3_service.UDDISecurityPortType",
-			targetNamespace = "urn:uddi-org:v3_service")
+			targetNamespace = "urn:uddi-org:api_v3_portType")
 public class UDDISecurityImpl extends AuthenticatedService implements UDDISecurityPortType {
 
 	public static final String AUTH_TOKEN_PREFIX = "authtoken:";

http://git-wip-us.apache.org/repos/asf/juddi/blob/f0a1ae7f/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDISubscriptionImpl.java
----------------------------------------------------------------------
diff --git a/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDISubscriptionImpl.java b/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDISubscriptionImpl.java
index ff3bff6..d250f24 100644
--- a/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDISubscriptionImpl.java
+++ b/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDISubscriptionImpl.java
@@ -42,7 +42,6 @@ import org.apache.juddi.config.Property;
 import org.apache.juddi.jaxb.JAXBMarshaller;
 import org.apache.juddi.mapping.MappingApiToModel;
 import org.apache.juddi.mapping.MappingModelToApi;
-import org.apache.juddi.model.PublisherAssertion;
 import org.apache.juddi.model.SubscriptionChunkToken;
 import org.apache.juddi.model.SubscriptionMatch;
 import org.apache.juddi.model.UddiEntityPublisher;
@@ -52,7 +51,6 @@ import org.apache.juddi.v3.error.ErrorMessage;
 import org.apache.juddi.v3.error.FatalErrorException;
 import org.apache.juddi.v3.error.InvalidValueException;
 import org.apache.juddi.validation.ValidateSubscription;
-import org.uddi.api_v3.AssertionStatusItem;
 import org.uddi.api_v3.AssertionStatusReport;
 import org.uddi.api_v3.BindingDetail;
 import org.uddi.api_v3.BusinessDetail;
@@ -86,7 +84,7 @@ import org.uddi.v3_service.UDDISubscriptionPortType;
  */
 @WebService(serviceName="UDDISubscriptionService", 
 			endpointInterface="org.uddi.v3_service.UDDISubscriptionPortType",
-			targetNamespace = "urn:uddi-org:v3_service")
+			targetNamespace = "urn:uddi-org:api_v3_portType")
 public class UDDISubscriptionImpl extends AuthenticatedService implements UDDISubscriptionPortType {
 
 	private static Log logger = LogFactory.getLog(UDDISubscriptionImpl.class);

http://git-wip-us.apache.org/repos/asf/juddi/blob/f0a1ae7f/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDISubscriptionListenerImpl.java
----------------------------------------------------------------------
diff --git a/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDISubscriptionListenerImpl.java b/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDISubscriptionListenerImpl.java
index a6239b1..dbe328e 100644
--- a/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDISubscriptionListenerImpl.java
+++ b/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDISubscriptionListenerImpl.java
@@ -48,7 +48,7 @@ import org.uddi.v3_service.UDDISubscriptionListenerPortType;
  */
 @WebService(serviceName="UDDISubscriptionListenerService", 
 			endpointInterface="org.uddi.v3_service.UDDISubscriptionListenerPortType",
-			targetNamespace = "urn:uddi-org:v3_service")
+			targetNamespace = "urn:uddi-org:api_v3_portType")
 public class UDDISubscriptionListenerImpl extends AuthenticatedService implements
 		UDDISubscriptionListenerPortType {
 	

http://git-wip-us.apache.org/repos/asf/juddi/blob/f0a1ae7f/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDIValueSetCachingImpl.java
----------------------------------------------------------------------
diff --git a/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDIValueSetCachingImpl.java b/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDIValueSetCachingImpl.java
index cbd443e..c516fdf 100644
--- a/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDIValueSetCachingImpl.java
+++ b/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDIValueSetCachingImpl.java
@@ -25,7 +25,6 @@ import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
 import org.apache.juddi.api.util.QueryStatus;
 import org.apache.juddi.api.util.ValueSetCachingQuery;
-import org.apache.juddi.validation.ValidateValueSetCaching;
 import org.uddi.v3_service.DispositionReportFaultMessage;
 import org.uddi.v3_service.UDDIValueSetCachingPortType;
 import org.uddi.vscache_v3.ValidValue;

http://git-wip-us.apache.org/repos/asf/juddi/blob/f0a1ae7f/uddi-ws/src/main/java/org/uddi/v3_service/UDDICustodyTransferPortType.java
----------------------------------------------------------------------
diff --git a/uddi-ws/src/main/java/org/uddi/v3_service/UDDICustodyTransferPortType.java b/uddi-ws/src/main/java/org/uddi/v3_service/UDDICustodyTransferPortType.java
index 8a2b56d..b932b83 100644
--- a/uddi-ws/src/main/java/org/uddi/v3_service/UDDICustodyTransferPortType.java
+++ b/uddi-ws/src/main/java/org/uddi/v3_service/UDDICustodyTransferPortType.java
@@ -242,7 +242,7 @@ import org.uddi.custody_v3.TransferEntities;
  * 2.1.5-b03- Generated source version: 2.1
  *
  */
-@WebService(name = "UDDI_CustodyTransfer_PortType", targetNamespace = "urn:uddi-org:v3_service")
+@WebService(name = "UDDI_CustodyTransfer_PortType", targetNamespace = "urn:uddi-org:api_v3_portType")
 @XmlSeeAlso({
     org.uddi.custody_v3.ObjectFactory.class,
     org.uddi.repl_v3.ObjectFactory.class,

http://git-wip-us.apache.org/repos/asf/juddi/blob/f0a1ae7f/uddi-ws/src/main/java/org/uddi/v3_service/UDDIInquiryPortType.java
----------------------------------------------------------------------
diff --git a/uddi-ws/src/main/java/org/uddi/v3_service/UDDIInquiryPortType.java b/uddi-ws/src/main/java/org/uddi/v3_service/UDDIInquiryPortType.java
index 4b31286..c00686c 100644
--- a/uddi-ws/src/main/java/org/uddi/v3_service/UDDIInquiryPortType.java
+++ b/uddi-ws/src/main/java/org/uddi/v3_service/UDDIInquiryPortType.java
@@ -56,7 +56,7 @@ import org.uddi.api_v3.TModelList;
  * Generated source version: 2.1
  *
  */
-@WebService(name = "UDDI_Inquiry_PortType", targetNamespace = "urn:uddi-org:v3_service")
+@WebService(name = "UDDI_Inquiry_PortType", targetNamespace = "urn:uddi-org:api_v3_portType")
 @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
 @XmlSeeAlso({
     org.uddi.custody_v3.ObjectFactory.class,

http://git-wip-us.apache.org/repos/asf/juddi/blob/f0a1ae7f/uddi-ws/src/main/java/org/uddi/v3_service/UDDIPublicationPortType.java
----------------------------------------------------------------------
diff --git a/uddi-ws/src/main/java/org/uddi/v3_service/UDDIPublicationPortType.java b/uddi-ws/src/main/java/org/uddi/v3_service/UDDIPublicationPortType.java
index 83ddb70..2a472a2 100644
--- a/uddi-ws/src/main/java/org/uddi/v3_service/UDDIPublicationPortType.java
+++ b/uddi-ws/src/main/java/org/uddi/v3_service/UDDIPublicationPortType.java
@@ -680,7 +680,7 @@ import org.uddi.api_v3.TModelDetail;
  * reasserted to be removed from the registry.</p>
  *
  */
-@WebService(name = "UDDI_Publication_PortType", targetNamespace = "urn:uddi-org:v3_service")
+@WebService(name = "UDDI_Publication_PortType", targetNamespace = "urn:uddi-org:api_v3_portType")
 @XmlSeeAlso({
     org.uddi.custody_v3.ObjectFactory.class,
     org.uddi.repl_v3.ObjectFactory.class,

http://git-wip-us.apache.org/repos/asf/juddi/blob/f0a1ae7f/uddi-ws/src/main/java/org/uddi/v3_service/UDDIReplicationPortType.java
----------------------------------------------------------------------
diff --git a/uddi-ws/src/main/java/org/uddi/v3_service/UDDIReplicationPortType.java b/uddi-ws/src/main/java/org/uddi/v3_service/UDDIReplicationPortType.java
index 684c7a3..d66e9d6 100644
--- a/uddi-ws/src/main/java/org/uddi/v3_service/UDDIReplicationPortType.java
+++ b/uddi-ws/src/main/java/org/uddi/v3_service/UDDIReplicationPortType.java
@@ -66,7 +66,7 @@ import org.uddi.repl_v3.TransferCustody;
  * Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  * </span></span>get_highWaterMarks</p>
  */
-@WebService(name = "UDDI_Replication_PortType", targetNamespace = "urn:uddi-org:repl_v3_portType")
+@WebService(name = "UDDI_Replication_PortType", targetNamespace = "urn:uddi-org:api_v3_portType")
 @XmlSeeAlso({
     org.uddi.custody_v3.ObjectFactory.class,
     org.uddi.repl_v3.ObjectFactory.class,

http://git-wip-us.apache.org/repos/asf/juddi/blob/f0a1ae7f/uddi-ws/src/main/java/org/uddi/v3_service/UDDISecurityPortType.java
----------------------------------------------------------------------
diff --git a/uddi-ws/src/main/java/org/uddi/v3_service/UDDISecurityPortType.java b/uddi-ws/src/main/java/org/uddi/v3_service/UDDISecurityPortType.java
index 7296e73..2b7a7c1 100644
--- a/uddi-ws/src/main/java/org/uddi/v3_service/UDDISecurityPortType.java
+++ b/uddi-ws/src/main/java/org/uddi/v3_service/UDDISecurityPortType.java
@@ -72,7 +72,7 @@ import org.uddi.api_v3.GetAuthToken;
  * MAY provide an alternative mechanism for obtaining authInfo elements.&nbsp;
  * </p>
  */
-@WebService(name = "UDDI_Security_PortType", targetNamespace = "urn:uddi-org:v3_service")
+@WebService(name = "UDDI_Security_PortType", targetNamespace = "urn:uddi-org:api_v3_portType")
 @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
 @XmlSeeAlso({
     org.uddi.custody_v3.ObjectFactory.class,

http://git-wip-us.apache.org/repos/asf/juddi/blob/f0a1ae7f/uddi-ws/src/main/java/org/uddi/v3_service/UDDISubscriptionListenerPortType.java
----------------------------------------------------------------------
diff --git a/uddi-ws/src/main/java/org/uddi/v3_service/UDDISubscriptionListenerPortType.java b/uddi-ws/src/main/java/org/uddi/v3_service/UDDISubscriptionListenerPortType.java
index 9cbe67f..e20bb99 100644
--- a/uddi-ws/src/main/java/org/uddi/v3_service/UDDISubscriptionListenerPortType.java
+++ b/uddi-ws/src/main/java/org/uddi/v3_service/UDDISubscriptionListenerPortType.java
@@ -74,7 +74,7 @@ import org.uddi.subr_v3.NotifySubscriptionListener;
  * policy of the node.
  *
  */
-@WebService(name = "UDDI_SubscriptionListener_PortType", targetNamespace = "urn:uddi-org:v3_service")
+@WebService(name = "UDDI_SubscriptionListener_PortType", targetNamespace = "urn:uddi-org:api_v3_portType")
 @XmlSeeAlso({
     org.uddi.custody_v3.ObjectFactory.class,
     org.uddi.repl_v3.ObjectFactory.class,

http://git-wip-us.apache.org/repos/asf/juddi/blob/f0a1ae7f/uddi-ws/src/main/java/org/uddi/v3_service/UDDISubscriptionPortType.java
----------------------------------------------------------------------
diff --git a/uddi-ws/src/main/java/org/uddi/v3_service/UDDISubscriptionPortType.java b/uddi-ws/src/main/java/org/uddi/v3_service/UDDISubscriptionPortType.java
index 4a19483..0a6dfc3 100644
--- a/uddi-ws/src/main/java/org/uddi/v3_service/UDDISubscriptionPortType.java
+++ b/uddi-ws/src/main/java/org/uddi/v3_service/UDDISubscriptionPortType.java
@@ -311,7 +311,7 @@ changes an existing one.&nbsp; Also used to renew existing subscriptions.</p>
 containing the data that changed since notify_subscriptionListener was last
 invoked for a particular subscription.</p>
  */
-@WebService(name = "UDDI_Subscription_PortType", targetNamespace = "urn:uddi-org:v3_service")
+@WebService(name = "UDDI_Subscription_PortType", targetNamespace = "urn:uddi-org:api_v3_portType")
 @XmlSeeAlso({
     org.uddi.custody_v3.ObjectFactory.class,
     org.uddi.repl_v3.ObjectFactory.class,

http://git-wip-us.apache.org/repos/asf/juddi/blob/f0a1ae7f/uddi-ws/src/main/java/org/uddi/v3_service/UDDIValueSetCachingPortType.java
----------------------------------------------------------------------
diff --git a/uddi-ws/src/main/java/org/uddi/v3_service/UDDIValueSetCachingPortType.java b/uddi-ws/src/main/java/org/uddi/v3_service/UDDIValueSetCachingPortType.java
index dd37898..282977c 100644
--- a/uddi-ws/src/main/java/org/uddi/v3_service/UDDIValueSetCachingPortType.java
+++ b/uddi-ws/src/main/java/org/uddi/v3_service/UDDIValueSetCachingPortType.java
@@ -126,7 +126,7 @@ Set Caching API tModel </i>or Section <a href="#_Ref8979938 ">11.2.8</a> <i>Valu
 Set Validation API tModel</i>) as well tModels for all of the value sets the
 service applies to.&nbsp; </p>
  */
-@WebService(name = "UDDI_ValueSetCaching_PortType", targetNamespace = "urn:uddi-org:v3_service")
+@WebService(name = "UDDI_ValueSetCaching_PortType", targetNamespace = "urn:uddi-org:api_v3_portType")
 @XmlSeeAlso({
     org.uddi.custody_v3.ObjectFactory.class,
     org.uddi.repl_v3.ObjectFactory.class,

http://git-wip-us.apache.org/repos/asf/juddi/blob/f0a1ae7f/uddi-ws/src/main/java/org/uddi/v3_service/UDDIValueSetValidationPortType.java
----------------------------------------------------------------------
diff --git a/uddi-ws/src/main/java/org/uddi/v3_service/UDDIValueSetValidationPortType.java b/uddi-ws/src/main/java/org/uddi/v3_service/UDDIValueSetValidationPortType.java
index 945952f..ad6c9ed 100644
--- a/uddi-ws/src/main/java/org/uddi/v3_service/UDDIValueSetValidationPortType.java
+++ b/uddi-ws/src/main/java/org/uddi/v3_service/UDDIValueSetValidationPortType.java
@@ -130,7 +130,7 @@ Set Validation API tModel</i>) as well tModels for all of the value sets the
 service applies to.&nbsp; </p>
  * 
  */
-@WebService(name = "UDDI_ValueSetValidation_PortType", targetNamespace = "urn:uddi-org:v3_service")
+@WebService(name = "UDDI_ValueSetValidation_PortType", targetNamespace = "urn:uddi-org:api_v3_portType")
 @XmlSeeAlso({
     org.uddi.custody_v3.ObjectFactory.class,
     org.uddi.repl_v3.ObjectFactory.class,


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