Hi all, I wrote a Singleton class and tried to access a method of this class on the server. The method call looks like "getInstance().getAllDn". I got an exception on the client side even when I encode the parenthesis with unicode 0028, 0029 and 002D. Can I call method like this? Thanks in advance. Thomas
