mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-22 22:03:39 +03:00
Revert "M #-: Fix 'Unknown type: i8' when using Java OCA (#186)"
This reverts commit 32606c23c829b893923268848ec533b41e5d34f2.
This commit is contained in:
parent
6311392a0b
commit
ded79ab856
@ -83,11 +83,6 @@ private:
|
||||
{
|
||||
return registered_methods.find(call) != registered_methods.end();
|
||||
}
|
||||
|
||||
void setDialect(xmlrpc_dialect dialect)
|
||||
{
|
||||
registry.setDialect(dialect);
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
|
@ -205,7 +205,6 @@ public class Client{
|
||||
}
|
||||
|
||||
XmlRpcClientConfigImpl config = new XmlRpcClientConfigImpl();
|
||||
config.setEnabledForExtensions(true);
|
||||
|
||||
try
|
||||
{
|
||||
|
@ -616,8 +616,6 @@ void RequestManager::register_xml_methods()
|
||||
RequestManagerRegistry.addMethod("one.hostpool.info", hostpool_info);
|
||||
RequestManagerRegistry.addMethod("one.hostpool.monitoring", host_pool_monitoring);
|
||||
|
||||
RequestManagerRegistry.setDialect(xmlrpc_dialect_apache);
|
||||
|
||||
/* Group related methods */
|
||||
|
||||
xmlrpc_c::method * group_allocate_pt;
|
||||
|
Loading…
x
Reference in New Issue
Block a user