<?xml version="1.0" encoding="iso-8859-1"?>

<rdf:RDF 
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns="http://purl.org/rss/1.0/"
>

	<channel rdf:about="http://flugr.shared.prisma-hosting.com/">
	
		<title>FLUGR Forums: LiveCycle DS</title>
		<description>Forum : LiveCycle DS : Discussions about LiveCycle DataServices</description>
	
	<link>http://flugr.shared.prisma-hosting.com/</link>
	
	<items>
		<rdf:Seq>
			
			<rdf:li rdf:resource="http://flugr.shared.prisma-hosting.com/messages.cfm?messageid=B4C73A4B-1676-3929-A9E5990B5DCC6951&amp;r=1" />
			
			<rdf:li rdf:resource="http://flugr.shared.prisma-hosting.com/messages.cfm?messageid=B3D49C4F-1676-3929-A9C27A509AD272C9&amp;r=2" />
			
		</rdf:Seq>
	</items>
	
	</channel>

	
		
		
		
	
		<item rdf:about="http://flugr.shared.prisma-hosting.com/messages.cfm?messageid=B4C73A4B-1676-3929-A9E5990B5DCC6951&amp;r=1">
		<title>RE: FDS is not aware of database updates</title>
		<description>True, LCDS is not aware of database updates since it does not monitor the database all the time, if you look at the Java API with LCDS it will provide you with an update method you can call from the server when you want a client object to refresh, so when the database changes you should call the update method on LCDS, I don&apos;t know the exact method at the moment, but it&apos;s easy to find in the documentation.

Mark</description>
		<link>http://flugr.shared.prisma-hosting.com/messages.cfm?messageid=B4C73A4B-1676-3929-A9E5990B5DCC6951&amp;r=1</link>
		<dc:date>2008-09-30T19:41:07--02:00</dc:date>
		<dc:subject>FDS is not aware of database updates</dc:subject>
		</item>
	
		
		
		
	
		<item rdf:about="http://flugr.shared.prisma-hosting.com/messages.cfm?messageid=B3D49C4F-1676-3929-A9C27A509AD272C9&amp;r=2">
		<title>FDS is not aware of database updates</title>
		<description>We have an issue with a hierarchy of lazy managed beans which is not aware of database changes.

There is a [i]Box[/i] with a collection of [i]Loan[/i]s. From another (non FSD) process, a specific loan is updated in the database.
When the box is loaded within the Flex client, this loan still has the old value. See the following scenario:
[list]
[*]Retrieve Box: The Box and Loans are displayed
[*]Update a property on one of the Loans in the database.
[*]Retrieve the Box again. The BoxAssembler.getItem() returns the Box, including the updated Loans collection. This is OK. However, the Flex client &quot;result&quot; property from the BoxService contains the previously loaded value.
[/list]

We have the Box.as object declared with
[code]
[Managed]
[RemoteClass(alias=&quot;foo.bar.vo.BoxVO&quot;)]
public class Box
{
...
public var loans : ArrayCollection = new ArrayCollection();
...
}
[/code]
How do we get the updated Loans collection from assembler to client? Isn&apos;t FDS supposed to handle this?</description>
		<link>http://flugr.shared.prisma-hosting.com/messages.cfm?messageid=B3D49C4F-1676-3929-A9C27A509AD272C9&amp;r=2</link>
		<dc:date>2008-09-30T15:16:07--02:00</dc:date>
		<dc:subject>FDS is not aware of database updates</dc:subject>
		</item>
	
	
</rdf:RDF>

