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

Oscar_Nazario
Oscar_Nazario
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
4

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Oscar_Nazario
Customize the badges you want to showcase on your profile
Re: Can't deploy a model that includes a service - Adobe LiveCycle 17-11-2011
Rohit,Thank you very much for the explanation. By the way, the Flash Builder 4.5 Data Model perspective displays the following when you hover over a tag and appears to be in error. See text in red below. Defines the prototype of an externally defined function within a service. For information about functions, including how to add them in Design mode, see Add service functions. Can appearA function element can only appear as an immediate child of a service element. Attributes Attribute Req/Opt D...

Views

91

Likes

0

Replies

0
LCDS error when using Producer/Consumer messaging to exchange objects between clients. Please help!! - Adobe LiveCycle 21-01-2011
Hello,I decided to test this with the publish/subscribe messaging. Something I thought would work is not. Here is the simple example; var btn:Button = new Button(); btn.label = "My Button "; msg = new AsyncMessage(); msg.body = btn; producer.send(msg); Simple right? Well, this generates a fault;1/21/2011 10:37:55.462 [ERROR] mx.messaging.Producer 'D7094E2F-2CA1-39C0-1EC6-A9DE3171E836' producer fault for 'A11AE369-8349-8970-0C10-A9DE5113DA2E'.The LCDS log gets into more detail, AMF Deserializatio...

Views

1.5K

Likes

0

Replies

1
Re: Is it possible to use Remote SharedObjects with the LCDS server? - Adobe LiveCycle 21-01-2011
Tom,Thanks for your response. I decided to test this with the publish/subscribe messaging. Something I thought would work is not. Here is the simple example; var btn:Button = new Button(); btn.label = "My Button "; msg = new AsyncMessage(); msg.body = btn; producer.send(msg); Simple right? Well, this generates a fault;1/21/2011 10:37:55.462 [ERROR] mx.messaging.Producer 'D7094E2F-2CA1-39C0-1EC6-A9DE3171E836' producer fault for 'A11AE369-8349-8970-0C10-A9DE5113DA2E'.The LCDS log gets into more de...

Views

117

Likes

0

Replies

0
Is it possible to use Remote SharedObjects with the LCDS server? - Adobe LiveCycle 20-01-2011
Hello,The ActionScript documentation for Remote SharedObjectRSOs are created using the static getRemote function. This returns a reference to an object that can be shared across multiple clients by means of a server, such as Flash Media Server. If the shared object does not already exist, this method creates one.The following code shows how you assign the returned shared object reference to a variable:var myRemote_so:SharedObject = SharedObject.getRemote(name, remotePath, persistence);After call...

Views

2.0K

Likes

0

Replies

4