Hey ,
I am trying to upgrade a middleware component developed in jco 2.1.10 to jco 3.0 .All I have done that is I have replaced the sapjco 3.0 jar files in eclipse and there seems to be typical syntax problems after this , out of which I am unable to resolve some of the syntaxes also these are not provided in the documentation guide (Obtained from SAP market place).
1) JCO.releaseClient(..) //how to replace this in SAP jco 3.0 cant find anything resemblance
2) JCO.addClientClientPool(pool_name , pool_size , properties); //how to replace this in SAP jco 3.0 cant find anything resemblance
3) Further in the documentation it has been said to replace JCO.Client (jco 2.1.10) -> JCoClient (jco 3.0) , but it is showing "JCoClient cannot be resolved to a type" , same with JCO.Server
Can anyone plz help regarding these syntaxes.
Thanks in advance
Mousumi