Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

JeffreyGong
JeffreyGong
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
13

Discussions

Discussions
0

Questions

Questions
0

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by JeffreyGong
Customize the badges you want to showcase on your profile
Re: Showing server side error in Flex - Adobe LiveCycle 29-05-2007
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

Views

171

Likes

0

Replies

1
Re: Flex with JNDI - Adobe LiveCycle 15-05-2007
Hi taurivalor,The following link wil be in good helphttp://livedocs.adobe.com/flex/201/html/dataservices_intro_098_2.htmlJeffrey

Views

394

Likes

0

Replies

0
Re: Flex with JNDI - Adobe LiveCycle 08-05-2007
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

Views

403

Likes

0

Replies

0
Re: Flex with JNDI - Adobe LiveCycle 07-05-2007
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

Views

400

Likes

0

Replies

0
Re: Flex with JNDI - Adobe LiveCycle 03-05-2007
Hi taurivalor,In ActionScript, it's likero.javaMethod()in mxml, like in remoting-config.xml, like test.MyJavaBean application Have fun!Jeffrey

Views

391

Likes

0

Replies

0
Re: Flex with JNDI - Adobe LiveCycle 01-05-2007
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

Views

389

Likes

0

Replies

0
Re: How Can I Simultaneously Play An SWF File On Mutiple Clients - Adobe LiveCycle 26-03-2007
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

Views

185

Likes

0

Replies

0
Re: WebService call order problem - Adobe LiveCycle 19-03-2007
Hi Adan,Let addAccount() return a Boolean "true" if it is successful,otherwise, "false". After received "ture" from addAccount(), callgetAccounts().Jeffrey

Views

135

Likes

0

Replies

1
Re: What pattern to use in a multiplayer game? - Adobe LiveCycle 12-12-2006
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

Views

127

Likes

0

Replies

0
Re: How to create single instance of an Remote object? - Adobe LiveCycle 30-10-2006
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

Views

218

Likes

0

Replies

0