This commit is contained in:
Andrea Manzi 2008-03-19 17:56:25 +00:00
parent 00a47fceb6
commit 953b6cf772
4 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@
<service name="gcube/informationsystem/registry"> <service name="gcube/informationsystem/registry">
<environment <environment
name="profile" name="profile"
value="@config.dir@/profile.xml" value="@config.dir@/profile.xml"
type="java.lang.String" type="java.lang.String"

View File

@ -5,7 +5,7 @@ import org.gcube.common.core.contexts.GCUBEStatefulPortTypeContext;
public class FactoryContext extends GCUBEStatefulPortTypeContext{ public class FactoryContext extends GCUBEStatefulPortTypeContext{
static private final String PORTTYPE_NAME = "gcube/informationsystem/isregistryfactory"; static private final String PORTTYPE_NAME = "gcube/informationsystem/regitry/RegistryFactory";
static FactoryContext cache = new FactoryContext(); static FactoryContext cache = new FactoryContext();
@ -23,7 +23,7 @@ public class FactoryContext extends GCUBEStatefulPortTypeContext{
public String getNamespace() { public String getNamespace() {
return "http://gcube-system.org/namespaces/informationsystem/isregistry"; return "http://gcube-system.org/namespaces/informationsystem/registry";
} }
public String getServiceName() { public String getServiceName() {

View File

@ -5,7 +5,7 @@ import org.gcube.common.core.contexts.GCUBEStatefulPortTypeContext;
public class ProfileContext extends GCUBEStatefulPortTypeContext{ public class ProfileContext extends GCUBEStatefulPortTypeContext{
static private final String PORTTYPE_NAME = "gcube/informationsystem/isregistry"; static private final String PORTTYPE_NAME = "gcube/informationsystem/registry/Registry";
private ProfileContext(){} private ProfileContext(){}
@ -22,7 +22,7 @@ public class ProfileContext extends GCUBEStatefulPortTypeContext{
} }
public final String getNamespace() { public final String getNamespace() {
return "http://gcube-system.org/namespaces/gcube/informationsystem/isregistry"; return "http://gcube-system.org/namespaces/gcube/informationsystem/registry";
} }

View File

@ -5,7 +5,7 @@ import org.gcube.common.core.contexts.GCUBEServiceContext;
public class ServiceContext extends GCUBEServiceContext{ public class ServiceContext extends GCUBEServiceContext{
public static final String JNDI_NAME="gcube/informationservice/registry"; public static final String JNDI_NAME="gcube/informationsystem/registry";
protected static ServiceContext cache = new ServiceContext(); protected static ServiceContext cache = new ServiceContext();