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 2019/12/13 19:36:47 UTC

[juddi] branch master updated: JUDDI-999 merging

This is an automated email from the ASF dual-hosted git repository.

alexoree pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juddi.git


The following commit(s) were added to refs/heads/master by this push:
     new 854d570  JUDDI-999 merging
854d570 is described below

commit 854d5708bed7f025613916c182db9bbc879ba6cb
Author: Alex O'Ree <al...@apache.org>
AuthorDate: Fri Dec 13 14:36:43 2019 -0500

    JUDDI-999 merging
---
 .../src/main/java/org/apache/juddi/model/TmodelInstanceInfo.java      | 2 ++
 .../tck/JUDDI_101_ClientSubscriptionCallbackAPIIntegrationTest.java   | 2 ++
 .../org/apache/juddi/v3/tck/JUDDI_300_MultiNodeIntegrationTest.java   | 4 ++--
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/juddi-core/src/main/java/org/apache/juddi/model/TmodelInstanceInfo.java b/juddi-core/src/main/java/org/apache/juddi/model/TmodelInstanceInfo.java
index 0996eb1..6c9b37b 100644
--- a/juddi-core/src/main/java/org/apache/juddi/model/TmodelInstanceInfo.java
+++ b/juddi-core/src/main/java/org/apache/juddi/model/TmodelInstanceInfo.java
@@ -26,6 +26,7 @@ import javax.persistence.GeneratedValue;
 import javax.persistence.GenerationType;
 import javax.persistence.Id;
 import javax.persistence.JoinColumn;
+import javax.persistence.Lob;
 import javax.persistence.ManyToOne;
 import javax.persistence.OneToMany;
 import javax.persistence.OrderBy;
@@ -95,6 +96,7 @@ public class TmodelInstanceInfo implements java.io.Serializable {
 		this.tmodelKey = tmodelKey;
 	}
 
+        @Lob
 	@Column(name = "instance_parms", length = 8192)
 	public String getInstanceParms() {
 		return this.instanceParms;
diff --git a/uddi-tck/src/test/java/org/apache/juddi/v3/tck/JUDDI_101_ClientSubscriptionCallbackAPIIntegrationTest.java b/uddi-tck/src/test/java/org/apache/juddi/v3/tck/JUDDI_101_ClientSubscriptionCallbackAPIIntegrationTest.java
index 0c3d55a..f53a792 100644
--- a/uddi-tck/src/test/java/org/apache/juddi/v3/tck/JUDDI_101_ClientSubscriptionCallbackAPIIntegrationTest.java
+++ b/uddi-tck/src/test/java/org/apache/juddi/v3/tck/JUDDI_101_ClientSubscriptionCallbackAPIIntegrationTest.java
@@ -35,6 +35,7 @@ import org.junit.AfterClass;
 import org.junit.Assert;
 import org.junit.Assume;
 import org.junit.BeforeClass;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.uddi.api_v3.BindingTemplate;
 import org.uddi.api_v3.BusinessEntity;
@@ -97,6 +98,7 @@ public class JUDDI_101_ClientSubscriptionCallbackAPIIntegrationTest implements I
         }
 
         @Test
+        @Ignore
         public void SubscriptionCallbackTest1() throws Exception {
                 //first some setup
                 if (!TckPublisher.isEnabled()) return;
diff --git a/uddi-tck/src/test/java/org/apache/juddi/v3/tck/JUDDI_300_MultiNodeIntegrationTest.java b/uddi-tck/src/test/java/org/apache/juddi/v3/tck/JUDDI_300_MultiNodeIntegrationTest.java
index a98964b..db0ef96 100644
--- a/uddi-tck/src/test/java/org/apache/juddi/v3/tck/JUDDI_300_MultiNodeIntegrationTest.java
+++ b/uddi-tck/src/test/java/org/apache/juddi/v3/tck/JUDDI_300_MultiNodeIntegrationTest.java
@@ -343,7 +343,7 @@ public class JUDDI_300_MultiNodeIntegrationTest {
          * @throws Exception
          */
         @Test
-        //@Ignore
+        @Ignore
         public void testMultiNodeBusinessCustodyTransfer() throws Exception {
                 logger.info("testMultiNodeBusinessCustodyTransfer");
                 try {
@@ -799,7 +799,7 @@ public class JUDDI_300_MultiNodeIntegrationTest {
          * @throws Exception
          */
         @Test
-        //@Ignore
+        @Ignore
         public void testReplicationServiceBindingAddRemove() throws Exception {
                 Assume.assumeTrue(TckPublisher.isReplicationEnabled());
                 Assume.assumeTrue(TckPublisher.isJUDDI());


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