Bug 45748

GemBuilder for Java

3.1.3, 3.1.2, 3.1.1, 3.1, 3.0.1, 3.0

All Platforms

GbjSession>>perform can fail with #rtErrNoExistingSymbol

If GbjSession>>perform is called using a method name that has not already been canonicalized as a symbol on the server, then the operation will fail with a GbjRuntimeException encapsulating a #rtErrNoExistingSymbol error (2404) instead of the expected #rtErrDoesNotUnderstand (2010).

This also applies to the underlying GbjGciSession>>perform call.

Workaround

Fix java code to call a method that *does* exist on the server.


                

Last updated: 1/11/16