git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/information-system/gCubeIS/Registry@24 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
953b6cf772
commit
a0154c2c41
|
@ -102,7 +102,7 @@ public class RegistryFactory extends GCUBEStartupPortType{
|
||||||
//initialization of the Registry Configuration
|
//initialization of the Registry Configuration
|
||||||
try {
|
try {
|
||||||
ctx =new InitialContext();
|
ctx =new InitialContext();
|
||||||
config = (RegistryConfiguration) ctx.lookup(Constants.JNDI_BASE_NAME + "RegistryConfiguration");
|
//config = (RegistryConfiguration) ctx.lookup(Constants.JNDI_BASE_NAME + "RegistryConfiguration");
|
||||||
FactoryContext.getContext().getWSHome().create("FactoryResource");
|
FactoryContext.getContext().getWSHome().create("FactoryResource");
|
||||||
} catch (NamingException e) {
|
} catch (NamingException e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
|
|
Loading…
Reference in New Issue