Hi, I'm using Hessian 3.0.20 to make calls to a web service from a J2ME client. I need to obfuscate the code to keep it small (or so I'm told; I'm new to mobile apps). My problem is that the obfuscator (ProGuard) fails at this point:
com.caucho.hessian.micro.MicroHessianOutput: can't find referenced method 'java.lang.Object get(int)' in class java.util.Vector I assume the reason it can't find it is because the J2ME version of java.util.Vector doesn't implement the List interface, of which get (int) is part... Is this an overlooked non-J2ME-compliant feature of MicroHessian? I think I can ignore the warning and force the obfuscator to continue, but I'm concerned the problem will re-emerge elsewhere. Many thanks in advance! Jazz _______________________________________________ hessian-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/hessian-interest
