This commit is contained in:
Andrea Manzi 2008-03-21 14:05:35 +00:00
parent f4b9dbe2d4
commit 274f44e39a
3 changed files with 5 additions and 2 deletions

View File

@ -100,7 +100,7 @@ garname: Unique name of the GAR file to be generated. Defaults to $name.
<echo message="Stubs' JAR = ${jarfile.stubs}" level="info"/>
<!-- Build defaults -->
<property name="build.dir" location="${service.dir}/../build" />
<property name="build.dir" location="${service.dir}/build" />
<property name="build.class.dir" location="${build.dir}/classes" />
<property name="build.lib.dir" location="${build.dir}/lib" />
<property name="build.schema.dir" location="${build.dir}/schema" />

View File

@ -56,7 +56,9 @@ public class RegistryFactoryResource extends GCUBEWSResource {
return RPNames;
}
protected static String[] RPNames = {ExternalRunningInstanceRP,
protected static String[] RPNames = {
RunningInstanceRP,
ExternalRunningInstanceRP,
ServiceRP,
CollectionRP,
CSRP,

View File

@ -66,6 +66,7 @@ public class ServiceContext extends GCUBEServiceContext{
try {
client = GHNContext.getImplementation(ISClient.class);
queryRI = client.getQuery(GCUBERIsFromClassAndName.class);
queryGHN = client.getQuery(GCUBEResourceXPathQuery.class);
}catch (Exception e) {
e.printStackTrace();
}