You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by pa...@apache.org on 2011/10/31 22:02:38 UTC

svn commit: r1195671 - /incubator/airavata/trunk/modules/commons/registry-api/src/main/java/org/apache/airavata/registry/api/impl/JCRRegistry.java

Author: patanachai
Date: Mon Oct 31 21:02:38 2011
New Revision: 1195671

URL: http://svn.apache.org/viewvc?rev=1195671&view=rev
Log:
Namespace WSDl

Modified:
    incubator/airavata/trunk/modules/commons/registry-api/src/main/java/org/apache/airavata/registry/api/impl/JCRRegistry.java

Modified: incubator/airavata/trunk/modules/commons/registry-api/src/main/java/org/apache/airavata/registry/api/impl/JCRRegistry.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/modules/commons/registry-api/src/main/java/org/apache/airavata/registry/api/impl/JCRRegistry.java?rev=1195671&r1=1195670&r2=1195671&view=diff
==============================================================================
--- incubator/airavata/trunk/modules/commons/registry-api/src/main/java/org/apache/airavata/registry/api/impl/JCRRegistry.java (original)
+++ incubator/airavata/trunk/modules/commons/registry-api/src/main/java/org/apache/airavata/registry/api/impl/JCRRegistry.java Mon Oct 31 21:02:38 2011
@@ -608,6 +608,7 @@ public class JCRRegistry extends Observa
             ServiceType type = service.getType().addNewService();
             ServiceName name = type.addNewServiceName();
             name.setStringValue(service.getType().getName());
+            name.setTargetNamespace("http://schemas.airavata.apache.org/gfac/type");
             
             PortTypeType portType = service.getType().addNewPortType();
             MethodType methodType = portType.addNewMethod();