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

aglosband
aglosband
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
17

Discussions

Discussions
14

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by aglosband
Customize the badges you want to showcase on your profile
Re: Consumer Selector - Adobe LiveCycle 03-05-2007
Hi Adrian, Have a look at the MessageSelectors section of the j2eejavadoc for javax.jms.Message to see what you can do with JMSselector expressions. http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/jms/Message.htmlI don't believe there is a way to check the contents of anarray but might be some information in there that is useful to you.Hope that helps. -Alex

Views

183

Likes

0

Replies

0
Re: Real Time Data - Adobe LiveCycle 27-10-2006
Hi. The invoke method is called by the flex messaging system(I believe by the message broker) when a message is received from aflex client. This is where I think you would call into your backendmessaging service. You would then need to have a method setup toreceive the async callbacks from your messaging service and it ishere that you would push the messages back out to your flex clientsusing what's shown in the invoke method in the doc. MessageService msgService = (MessageService)service;msgSer...

Views

401

Likes

0

Replies

0
Re: Real Time Data - Adobe LiveCycle 26-10-2006
I think this section of the livedocs has what you are lookingfor: http://livedocs.macromedia.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00001182.htmlHope that helps.

Views

401

Likes

0

Replies

1
Re: Issues with messaging sample - Adobe LiveCycle 26-10-2006
Hi Kevin, I haven't tried to replicate this yet as we don't have asystem with WebSphere 6 and Tibco configured currently. I'm goingto go ahead and get one set up but in the meantime could you trytwo things for me? 1. Can you try adding -Dtrace.rtmp and -Dtrace.message to thejvm arguments before starting the server. Hopefully if there is anexception that is causing the RTMP connection to close this willshow it to us.2. Can you try changing the messaging destination to use theAMF polling channel i...

Views

570

Likes

0

Replies

0
Re: Problems with Flex Message Service - Adobe LiveCycle 26-10-2006
I think you should use JMS to do this rather than themessaging implementation in FDS. Using JMS, you would just create aJMS client that was both a consumer and a producer. The JMS clientwould use the same topic that your destination was configured touse in Flex. It may be possible to do it with the FDS messagingimplementation but it would be using java apis that I am prettysure we don't document and therefore they could potentially change.I have seen some examples of sending messages into the Fl...

Views

225

Likes

0

Replies

0
Re: User Share - Data Management Service - Adobe LiveCycle 26-10-2006
Not sure what your the data you are using looks like, but itsoulds like in the fill method to your Data Management Service youcould pass the share name. Then when updates are made users willonly get data associated with their share. Does that help you? Also, if you are using messaging and not the data managementservice, you can control who gets what messages using selectors orsuptopics. See the developers guide for more info. Hope thathelps.

Views

102

Likes

0

Replies

0
Re: WebServices and XMLDocuments - Adobe LiveCycle 24-10-2006
Hi. What does your code look like where you handle the resultfrom the web service? Do you have a result handler, ie.PriceGetHandler(event), or are you trying to databind to theresult?

Views

337

Likes

0

Replies

1
Re: Best way to fill a datagird with A LOT of data? - Adobe LiveCycle 24-10-2006
Right. It's not recommended that you load 10,000 rows intothe datagrid at once. Using the data management service with pagingenabled is a much better solution. See the Configuring the DataManagement Service chapter in the Flex2 Developer's Guide for moreinfo.

Views

172

Likes

0

Replies

0
Re: Using PHP and FDS - Adobe LiveCycle 24-10-2006
Here are a few tutorials: http://www.devshed.com/c/a/PHP/Rich-Internet-Applications-Introduction-to-Adobe-Flex-and-PHP/http://www.adobe.com/devnet/flex/articles/flex2_php.htmlhttp://www.adobe.com/devnet/flex/articles/flex2_amfphp.html

Views

198

Likes

0

Replies

0
Re: Issues with messaging sample - Adobe LiveCycle 24-10-2006
What happens if you have a java client subscribed to thetopic? When you send the message from Flex does the java client getthe message? That might be something to try. In the meantime I'llask if those errors look familiar to anyone here.

Views

570

Likes

0

Replies

0