Hi Vyshak,Let your RPC method return a string that is you error
messageif the method returns void before -- an empty string
meanseverthing is okay. If the RPC method returns an object before,
youcan add a field called errText or something to the
returningobject.Jeffrey
Hi taurivalor,It might be a problem by using Tomcat4.1.27. One of
theSystem requirements for FDS is Apache Tomcat 5.5.x based on Adobe.Can
you run Adobe FDS examples such as
http://localhost:8080/samples/sqladmin/sqladmin.mxmlfrom you PC?Jeffrey
Hi taurivaor,Your remoting-config.xml should have the lines as
follows,Test3applicationPlease
note that "Test3" replaced "WEB-INF/classes/Test3" forthe source line in
your case.Have a try again.Jeffrey
Hi taurivalor,You may use RemoteObject to call a Java method inside a
JavaClass (JavaBean), then let the Java method to connect to
LDAP(JNDI).Hope it helps,Jeffrey
Hi lowroller,I remember I used LocalConnection before. It
seemedLocalConnection is an one to one connection -- onle one client
canbe connected at the same time. Why not create your swf8 client intoa
Flex component so that you can use message service to playmutiple
clients simultaneously?Jeffrey
Hi Adan,Let addAccount() return a Boolean "true" if it is
successful,otherwise, "false". After received "ture" from addAccount(),
callgetAccounts().Jeffrey
Hi ciwee_ufrj,It is Flex Message Service that sends message to
allConsumers(Selected Players)!Using both Flex Message Service and
RemoteObject is the wayto do your game.Jeffrey
Hi,Create your employee list as "public static" in another Javapublic
class. Get/Set the list from/to the public static class inyour
RemoteObject instance. This may solve your problem.Jeffrey