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:41 UTC

[20/28] juddi git commit: JUDDI-241 basic functionality of replication is working. although there are some strange duplication of Name elements on replication business entities.

http://git-wip-us.apache.org/repos/asf/juddi/blob/939ae47f/uddi-ws/src/test/java/org/apache/juddi/api_v3/GetPublisherDetailTest.java
----------------------------------------------------------------------
diff --git a/uddi-ws/src/test/java/org/apache/juddi/api_v3/GetPublisherDetailTest.java b/uddi-ws/src/test/java/org/apache/juddi/api_v3/GetPublisherDetailTest.java
index 924aa6f..fb0fc68 100644
--- a/uddi-ws/src/test/java/org/apache/juddi/api_v3/GetPublisherDetailTest.java
+++ b/uddi-ws/src/test/java/org/apache/juddi/api_v3/GetPublisherDetailTest.java
@@ -33,6 +33,7 @@ import javax.xml.transform.stream.StreamSource;
 import static junit.framework.Assert.fail;
 import static junit.framework.Assert.assertEquals;
 import static junit.framework.Assert.assertTrue;
+import org.junit.Ignore;
 
 import org.junit.Test;
 import org.uddi.api_v3.AuthToken;
@@ -118,5 +119,11 @@ public class GetPublisherDetailTest {
                         r.getRegistryContact().getContact().getPersonName().add(new PersonName("Unknown", null));
                                 JAXB.marshal(r, System.out);
         }
+         @Test
+         @Ignore
+        public void testWithCXFMarhsaller() throws Exception{
+                org.apache.cxf.jaxb.JAXBEncoderDecoder.marshall(null, this, null, this);
+        }
+       
 	
 }


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