the erbo_reorg_04202002 branch is no more...development continues on the
trunk while the stable_branch_04202002 branch takes the 'stable' role
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
|
||||
importPackage(java.util);
|
||||
importPackage(Packages.com.silverwrist.venice.core);
|
||||
importPackage(Packages.com.silverwrist.venice.ui.helpers);
|
||||
importPackage(Packages.com.silverwrist.venice.ui.rpc);
|
||||
|
||||
rinput = bsf.lookupBean("request");
|
||||
@@ -32,7 +33,8 @@ if ("destroy"==call_name)
|
||||
vlib.output(new XmlRpcFault(XmlRpcFault.INVALID_PARAMS,"parameter count mismatch"));
|
||||
else
|
||||
{ // end the session
|
||||
rinput.endSession();
|
||||
sctl = vlib.querySessionControl(rinput);
|
||||
sctl.endSession();
|
||||
vlib.output(vlib.booleanObject(true));
|
||||
|
||||
} // end else
|
||||
|
||||
Reference in New Issue
Block a user