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

RuiRosao
RuiRosao
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
9

Discussions

Discussions
8

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by RuiRosao
Customize the badges you want to showcase on your profile
Re: Deleting items from FDS arraycollection - Adobe LiveCycle 11-10-2006
Thank you Tom.I learned something I had not realised before. I thought thatactiesList would only get updated *after* the dsActie.commitbecause I'm doing dsActie.deleteItem and notactiesList.removeItemAt.You really helped me out.Rui

Views

272

Likes

0

Replies

0
Re: Deleting items from FDS arraycollection - Adobe LiveCycle 11-10-2006
Hi Tom,This is the part of the code that concerns deletion (sorry:partly in dutch).Maybe I'm sending too much, plse let me know.FYI: prospects can have one or more acties. Thank you for (trying to) helping me out.Rui// Server-side// Just showing the minimum for understanding the problem// Class: Actie.javapackage nl.rosado;import java.sql.Date;public class Actie { private int actie_id; private int klant_id; private int vert_id; private String naam; private Date actie_invoerdatum; private Date ac...

Views

272

Likes

0

Replies

0
Deleting items from FDS arraycollection - Adobe LiveCycle 10-10-2006
Hi all,I have an ArrayCollection that has been filled by aDataService from a DB and displayed in a datagrid. I can createupdate and delete single items in the DB.When I try to delete multiple items (e.g. in a for loop), Iwill end up with only a few deleted items (about half of them) bothin the DB and in the datagrid . I think this has to do with theasynchronous nature of FDS, but I cannot figure out how to solvethis through a result-handler.Any suggestions are welcome.Rui

Views

761

Likes

0

Replies

5
Re: Flex Data Management Service - Adobe LiveCycle 22-09-2006
Problem solved. Thank you for the debugging tip, Jasowill.Solution:We had opened ports 2038,9100 and 8080 (tomcat) in ourpc-firewalls.Apparantly RTMP is using port 2037 for the data, although itis configured for 2038 in services-config.xml.After opening port 2037 in the firewall everything worksfine, although this leaves me with the question why port 2037 isused instead of 2038?Rui

Views

391

Likes

0

Replies

0
Re: Flex Data Management Service - Adobe LiveCycle 21-09-2006
After installing the debug version of the flashplayer on oneof the PCs on our network I got the following flashlog.txt file:'cds-producer-userService-null' producer set destination to'userService'.'cds-consumer-userService-null' consumer set destination to'userService'.Configuration for destination='userService': cds-producer-userService-null New DataManagerdestination='userService''B8DCCC0C-290C-BC96-9524-D1E6FC88A811' producer setdestination to 'userService'.cds-producer-userService-null...

Views

391

Likes

0

Replies

0
Re: Flex Data Management Service - Adobe LiveCycle 20-09-2006
Thank you for the hint, jasowill. I have figured things outon my developer PC and get a nice flashlog with lots of details. Idid a quick try on one of the PCs on the network, but I got noflashlog.txt. I think I'll have to install the debug version ofFlashplayer. I don't know how to do that yet, but will figure thatout tomorrow. Will keep you informed.Rui

Views

391

Likes

0

Replies

0
Flex Data Management Service - Adobe LiveCycle 19-09-2006
I have developped a FDS application that functions well on mydevelopment computer, and also if I deploy it on one of ourinternet servers. This application reads data from a hsql database,and displays it in an editable datagrid. The database resides underthe WEB-INF folder of my application.I'm using Apache Tomcat as the web container, serving thecontents on port 8080 for both: the development computer and theremote server.I can run the application, editting data, seeing the dataupdates, etc. in ...

Views

748

Likes

0

Replies

4
Re: Deployment Errors on JBoss 4.0.4 - Adobe LiveCycle 11-07-2006
I had the same problem/error, and solved it by puttingjrun.jar in c:\jboss-4.0.4.GA\server\default\lib.I copied flex.war, flex-admin.war and samples.war toc:\jboss-4.0.4.GA\server\default\deploy.Also, you need to install the Flash Player 9.0 version thatcomes with your install of FDS on each PC that will run a sampleapp, otherwise you'll end up with just a background, and no sampleswill start up.All samples run, also in our network: PC W2K, PC WXP, MACOSX, etc.As you can see I'm using the jboss-...

Views

204

Likes

0

Replies

1
Re: Data Services "Express" ? - Adobe LiveCycle 05-07-2006
Thank you Sam, for your persistence on this issue. I alsowaited almost two weeks for an answer from a sales rep. Got a calltoday, after contacting adobe in Holland,England,Ireland,Belgium...The prices look consistent to me: in Europe we got thefollowing indications: for Departmental 5.500,00 euro, forEnterprise 18.500,00 euro. At an exchange rate of about 1 euro =1,22 dollar, they are a little more expensive in Europe compared toPeter Ent's blog.We are also reconsidering now, and are curious to ...

Views

436

Likes

0

Replies

0