i have made some test :
 
1)this don't throws runtime error        but the data retrive is wrong (i think because fes don't resolve pk)
  <metadata>
     <identity property="pk"/> 
   </metadata>
 
2)this throws runtime error
  <metadata>
     <identity property="pk.cod_art"/> 
   </metadata>

Sorry i have don't understand one thing with fes:
with flex 1.5 (RemoteObject + amf) my  j2ee businessdelegate  work but with fes don't work
  public CClientiVO[] getList(){
   ....
  return "ClientiVO"
  ....
 
in order to make it to work with Fes, I have modified in this way
 
public List getList(){
   ....
  return "List"
  ....
 
But fes  will not support "java object array"?
If you have some example.
Thank's
Devis
----- Original Message -----
Sent: Friday, March 10, 2006 7:34 AM
Subject: RE: [flexcoders] dataService with pk

That list is actually locked down.  If you’re really testing FES you can mail us and we can look into getting you on it.

 

Matt

 


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Simeon Bateman
Sent: Thursday, March 09, 2006 12:34 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] dataService with pk

 

Where is the Flex Enterprise Beta list?  Just curious on that.

simeon

On 3/9/06, Peter Farland <[EMAIL PROTECTED] > wrote:

I'd suggest posting these sorts of questions to Adobe's Flex Enterprise
Beta list.

There's not enough information here to explain what you're trying to
achieve with DataService.



-----Original Message-----
From: flexcoders@yahoogroups.com [mailto: flexcoders@yahoogroups.com] On
Behalf Of Devis
Sent: Thursday, March 09, 2006 12:33 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] dataService with pk

Hi,
this my pojo class

public class ItemPK()
{
  private int code;
  private int seria;
......
}


public class Item{
private ItemPK pk
private String cdc;
private String dsc;
......
}

what i'm writing into my flex-data-service
            <metadata>
                <identity property="pk.code"/> ???????????????????????
                <identity property="pk.seria"/> ???????????????????????
            </metadata>

Thank's for your help





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com

Yahoo! Groups Links







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com



SPONSORED LINKS

Web site design development

Computer software development

Software design and development

Macromedia flex

Software development best practice

 

 


YAHOO! GROUPS LINKS

 

 






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to