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

stephflex
stephflex
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
5

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by stephflex
Customize the badges you want to showcase on your profile
Re: Accessing Flex session from a Java application - Adobe LiveCycle 30-07-2007
Hi andream,You may find what you need in :Flex 2 Developer's Guide > Data Access andInterconnectivity > Configuring Data Services > Working withsession dataRegards

Views

318

Likes

0

Replies

0
Re: LCDS and JMS on weblogic9 part2 - Adobe LiveCycle 30-07-2007
Ok I finally found what was wrong in my messaging-config.xmlfile.I was using this which set the durable param to true 1000 0 trueflex.messaging.durability.FileStoreManagerSet it to false is working for me as the topic connectionseem to generate a correct clientID

Views

106

Likes

0

Replies

0
LCDS and JMS on weblogic9 part2 - Adobe LiveCycle 30-07-2007
Hello flex data users,Going on with my testing in using LCDS with JMS, I've setup atopic on my weblogic JMS server to use it with my flex client.The problem is that I don't see how to setup a unique clientID for the TopicConnection.I'm alwais receiving this error :quote:Error connecting : [JMSClientExceptions:055032]An attempt wasmade to create a named consumer(DSB3BC532D-1090-38A6-D185-8F3B2AE46ECC) on a connection with noclientIDI've tryed using consumer.subscribe("someID") but it didn'twork e...

Views

493

Likes

0

Replies

1
Re: LCDS and JMS on weblogic9 - Adobe LiveCycle 26-07-2007
Thank you for your posting Mete,You completely right !! I should use a topic instead becausemy MDB is the only receiver for my Queue.I've just testing without the Strut MDB app deployed and it'sworking however it seem that multiple flex client withconsumer.suscribe() to the same queue don't raise any error and themessage dispatching doesn't follow any rules about which clientgoing to receive the message.

Views

125

Likes

0

Replies

0
LCDS and JMS on weblogic9 - Adobe LiveCycle 26-07-2007
Hello,I need some clues about how LCDS work with JMS messaging.I've setup a j2ee application which use a JMS queue on myweblogic server. I have a message driver bean to catch messages anddispatch it to other class to update some data. Everything workfine.What I want to do is build a flex UI to monitoring JMSmessage that come on my queue for testing purpose.So I setup a flex application with live cycle data andconfigure end point to connect to my queue using rtmp.What am I facing now is that I am...

Views

554

Likes

0

Replies

3